renamed /systemd_init/systemd_service/g

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-03-12 16:45:53 -05:00
parent 00fd8cfc70
commit 36e6e7e73b
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
13 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
systemd_init systemd_service
############ ############
:tags: openstack, cloud, ansible :tags: openstack, cloud, ansible
:category: \*nix :category: \*nix

View File

@ -1,4 +1,4 @@
#### Ansible systemd_init #### Ansible systemd_service
This Ansible role that installs and configures systemd unit files and all of its This Ansible role that installs and configures systemd unit files and all of its
corresponding services. This role requires the ``openstack-ansible-plugins`` corresponding services. This role requires the ``openstack-ansible-plugins``
@ -103,7 +103,7 @@ systemd_services: {}
hosts: localhost hosts: localhost
become: true become: true
roles: roles:
- role: "systemd_init" - role: "systemd_service"
systemd_services: systemd_services:
service_name: ServiceX service_name: ServiceX
init_config_overrides: {} init_config_overrides: {}

View File

@ -87,9 +87,9 @@ qthelp:
@echo @echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:" ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ansible-systemd_init.qhcp" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ansible-systemd_service.qhcp"
@echo "To view the help file:" @echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ansible-systemd_init.qhc" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ansible-systemd_service.qhc"
applehelp: applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
@ -104,8 +104,8 @@ devhelp:
@echo @echo
@echo "Build finished." @echo "Build finished."
@echo "To view the help file:" @echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/ansible-systemd_init" @echo "# mkdir -p $$HOME/.local/share/devhelp/ansible-systemd_service"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ansible-systemd_init" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ansible-systemd_service"
@echo "# devhelp" @echo "# devhelp"
epub: epub:

View File

@ -1,8 +1,8 @@
======================================= =======================================
systemd_init role for OpenStack-Ansible systemd_service role for OpenStack-Ansible
======================================= =======================================
:tags: openstack, systemd_init, cloud, ansible :tags: openstack, systemd_service, cloud, ansible
:category: \*nix :category: \*nix
This role will configure Systemd units: This role will configure Systemd units:

View File

@ -4,7 +4,7 @@
hosts: localhost hosts: localhost
become: true become: true
roles: roles:
- role: "systemd_init" - role: "systemd_service"
systemd_services: systemd_services:
service_name: ServiceX service_name: ServiceX
init_config_overrides: {} init_config_overrides: {}

View File

@ -1,8 +1,8 @@
======================================= =======================================
systemd_init role for OpenStack-Ansible systemd_service role for OpenStack-Ansible
======================================= =======================================
:tags: openstack, systemd_init, cloud, ansible :tags: openstack, systemd_service, cloud, ansible
:category: \*nix :category: \*nix
This role will configure Systemd units: This role will configure Systemd units:

View File

@ -3,7 +3,7 @@
<head> <head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title>OpenStack Docs: systemd_init role for OpenStack-Ansible</title> <title>OpenStack Docs: systemd_service role for OpenStack-Ansible</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -184,7 +184,7 @@ ga('send', 'pageview');
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4"> <div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
<div class="row"> <div class="row">
<div class="col-lg-8"> <div class="col-lg-8">
<h2>systemd_init role for OpenStack-Ansible</h2> <h2>systemd_service role for OpenStack-Ansible</h2>
</div> </div>
<div class="docs-actions"> <div class="docs-actions">
@ -202,7 +202,7 @@ ga('send', 'pageview');
<h5><a href="#">Contents</a></h5> <h5><a href="#">Contents</a></h5>
<ul> <ul>
<li><a class="reference internal" href="#">systemd_init role for OpenStack-Ansible</a><ul> <li><a class="reference internal" href="#">systemd_service role for OpenStack-Ansible</a><ul>
<li><a class="reference internal" href="#default-variables">Default variables</a></li> <li><a class="reference internal" href="#default-variables">Default variables</a></li>
<li><a class="reference internal" href="#example-playbook">Example playbook</a></li> <li><a class="reference internal" href="#example-playbook">Example playbook</a></li>
<li><a class="reference internal" href="#tags">Tags</a></li> <li><a class="reference internal" href="#tags">Tags</a></li>
@ -214,12 +214,12 @@ ga('send', 'pageview');
<div class="docs-body"> <div class="docs-body">
<div class="section" id="systemd-init-role-for-openstack-ansible"> <div class="section" id="systemd-init-role-for-openstack-ansible">
<h1>systemd_init role for OpenStack-Ansible<a class="headerlink" href="#systemd-init-role-for-openstack-ansible" title="Permalink to this headline"></a></h1> <h1>systemd_service role for OpenStack-Ansible<a class="headerlink" href="#systemd-init-role-for-openstack-ansible" title="Permalink to this headline"></a></h1>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
<tbody valign="top"> <tbody valign="top">
<tr class="field-odd field"><th class="field-name">tags:</th><td class="field-body">openstack, systemd_init, cloud, ansible</td> <tr class="field-odd field"><th class="field-name">tags:</th><td class="field-body">openstack, systemd_service, cloud, ansible</td>
</tr> </tr>
<tr class="field-even field"><th class="field-name">category:</th><td class="field-body">*nix</td> <tr class="field-even field"><th class="field-name">category:</th><td class="field-body">*nix</td>
</tr> </tr>
@ -304,7 +304,7 @@ ga('send', 'pageview');
<span class="l l-Scalar l-Scalar-Plain">hosts</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">localhost</span> <span class="l l-Scalar l-Scalar-Plain">hosts</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">localhost</span>
<span class="l l-Scalar l-Scalar-Plain">become</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">true</span> <span class="l l-Scalar l-Scalar-Plain">become</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">true</span>
<span class="l l-Scalar l-Scalar-Plain">roles</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">roles</span><span class="p p-Indicator">:</span>
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">role</span><span class="p p-Indicator">:</span> <span class="s">&quot;systemd_init&quot;</span> <span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">role</span><span class="p p-Indicator">:</span> <span class="s">&quot;systemd_service&quot;</span>
<span class="l l-Scalar l-Scalar-Plain">systemd_services</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">systemd_services</span><span class="p p-Indicator">:</span>
<span class="l l-Scalar l-Scalar-Plain">service_name</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">ServiceX</span> <span class="l l-Scalar l-Scalar-Plain">service_name</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">ServiceX</span>
<span class="l l-Scalar l-Scalar-Plain">init_config_overrides</span><span class="p p-Indicator">:</span> <span class="p p-Indicator">{}</span> <span class="l l-Scalar l-Scalar-Plain">init_config_overrides</span><span class="p p-Indicator">:</span> <span class="p p-Indicator">{}</span>

View File

@ -1,5 +1,5 @@
# Sphinx inventory version 2 # Sphinx inventory version 2
# Project: systemd_init # Project: systemd_service
# Version: 0.0.1.dev2 # Version: 0.0.1.dev2
# The remainder of this file is compressed using zlib. # The remainder of this file is compressed using zlib.
xÚm<EFBFBD>Á xÚm<EFBFBD>Á

View File

@ -1 +1 @@
Search.setIndex({docnames:["index"],envversion:50,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"true":0,"var":0,The:0,abil:0,account:0,add:0,after:0,agument:0,all:0,allow:0,amount:0,ani:0,arbitratri:0,becaus:0,becom:0,bin:0,block:0,can:0,categori:0,cloud:0,code:0,common:0,configur:0,contain:0,creat:0,defin:0,dictionari:0,down:0,enabl:0,execut:0,failur:0,file:0,flag1:0,flag2:0,flag:0,follow:0,full:0,gener:0,give:0,given:0,here:0,host:0,init:0,init_config_overrid:0,kei:0,local:0,localhost:0,lock:0,lookup:0,most:0,name:0,network:0,nix:0,one:0,option:0,other:0,overridden:0,pair:0,pass:0,path:0,prefix:0,program_config_opt:0,program_overrid:0,provid:0,reason:0,reload:0,requir:0,restart:0,root:0,run:0,section:0,server:0,servic:0,service_nam:0,servicei:0,servicew:0,servicex:0,servicez:0,set:0,shut:0,start:0,state:0,stop:0,support:0,syslog:0,system:0,system_blockioaccount:0,system_cpuaccount:0,system_group_nam:0,system_lock_path:0,system_memoryaccount:0,system_slice_nam:0,system_tasksaccount:0,system_user_nam:0,systemd:0,systemd_after_target:0,systemd_bin_path:0,systemd_restart:0,systemd_restartsec:0,systemd_servic:0,systemd_service_en:0,systemd_service_st:0,systemd_tempd_prefix:0,systemd_timeoutsec:0,target:0,temp:0,tempd:0,thi:0,thing:0,time:0,type:0,typic:0,unit:0,used:0,using:0,usr:0,valid:0,valu:0,want:0,within:0,yaml:0,yes:0},titles:["systemd_init role for OpenStack-Ansible"],titleterms:{"default":0,ansibl:0,exampl:0,openstack:0,playbook:0,role:0,systemd_init:0,tag:0,variabl:0}}) Search.setIndex({docnames:["index"],envversion:50,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"true":0,"var":0,The:0,abil:0,account:0,add:0,after:0,agument:0,all:0,allow:0,amount:0,ani:0,arbitratri:0,becaus:0,becom:0,bin:0,block:0,can:0,categori:0,cloud:0,code:0,common:0,configur:0,contain:0,creat:0,defin:0,dictionari:0,down:0,enabl:0,execut:0,failur:0,file:0,flag1:0,flag2:0,flag:0,follow:0,full:0,gener:0,give:0,given:0,here:0,host:0,init:0,init_config_overrid:0,kei:0,local:0,localhost:0,lock:0,lookup:0,most:0,name:0,network:0,nix:0,one:0,option:0,other:0,overridden:0,pair:0,pass:0,path:0,prefix:0,program_config_opt:0,program_overrid:0,provid:0,reason:0,reload:0,requir:0,restart:0,root:0,run:0,section:0,server:0,servic:0,service_nam:0,servicei:0,servicew:0,servicex:0,servicez:0,set:0,shut:0,start:0,state:0,stop:0,support:0,syslog:0,system:0,system_blockioaccount:0,system_cpuaccount:0,system_group_nam:0,system_lock_path:0,system_memoryaccount:0,system_slice_nam:0,system_tasksaccount:0,system_user_nam:0,systemd:0,systemd_after_target:0,systemd_bin_path:0,systemd_restart:0,systemd_restartsec:0,systemd_servic:0,systemd_service_en:0,systemd_service_st:0,systemd_tempd_prefix:0,systemd_timeoutsec:0,target:0,temp:0,tempd:0,thi:0,thing:0,time:0,type:0,typic:0,unit:0,used:0,using:0,usr:0,valid:0,valu:0,want:0,within:0,yaml:0,yes:0},titles:["systemd_service role for OpenStack-Ansible"],titleterms:{"default":0,ansibl:0,exampl:0,openstack:0,playbook:0,role:0,systemd_service:0,tag:0,variabl:0}})

View File

@ -15,7 +15,7 @@
galaxy_info: galaxy_info:
author: rcbops author: rcbops
description: Installation and setup of systemd_init description: Installation and setup of systemd_service
company: Rackspace company: Rackspace
license: Apache2 license: Apache2
min_ansible_version: 2.0 min_ansible_version: 2.0

View File

@ -60,7 +60,7 @@ category = 'Miscellaneous'
copyright = '2014-2016, OpenStack-Ansible Contributors' copyright = '2014-2016, OpenStack-Ansible Contributors'
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.' description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
project = 'OpenStack-Ansible' project = 'OpenStack-Ansible'
role_name = 'systemd_init' role_name = 'systemd_service'
target_name = 'openstack-ansible-' + role_name target_name = 'openstack-ansible-' + role_name
title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role'

View File

@ -1,11 +1,11 @@
[metadata] [metadata]
name = systemd_init name = systemd_service
summary = systemd_init for OpenStack Ansible summary = systemd_service for OpenStack Ansible
description-file = description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/ansible-systemd_init/ home-page = http://docs.openstack.org/developer/ansible-systemd_service/
classifier = classifier =
Intended Audience :: Developers Intended Audience :: Developers
Intended Audience :: System Administrators Intended Audience :: System Administrators

View File

@ -24,7 +24,7 @@ whitelist_externals =
bash bash
setenv = setenv =
PYTHONUNBUFFERED=1 PYTHONUNBUFFERED=1
ROLE_NAME=systemd_init ROLE_NAME=systemd_service
TEST_IDEMPOTENCE=false TEST_IDEMPOTENCE=false
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
WORKING_DIR={toxinidir} WORKING_DIR={toxinidir}