Merge "Update support to control"

This commit is contained in:
Jenkins 2015-08-20 10:37:31 +00:00 committed by Gerrit Code Review
commit daeea32cdf
2 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# These initial groups are the only groups required to be modified. The # These initial groups are the only groups required to be modified. The
# additional groups are for more control of the environment. # additional groups are for more control of the environment.
[support] [control]
localhost ansible_connection=local localhost ansible_connection=local
[network] [network]
@ -18,25 +18,25 @@ localhost ansible_connection=local
network network
[mariadb:children] [mariadb:children]
support control
[rabbitmq:children] [rabbitmq:children]
support control
[keystone:children] [keystone:children]
support control
[glance:children] [glance:children]
support control
[nova:children] [nova:children]
support control
[neutron:children] [neutron:children]
network network
[cinder:children] [cinder:children]
support control
# Additional control implemented here. These groups allow you to control which # Additional control implemented here. These groups allow you to control which

View File

@ -1,13 +1,13 @@
# These initial groups are the only groups required to be modified. The # These initial groups are the only groups required to be modified. The
# additional groups are for more control of the environment. # additional groups are for more control of the environment.
[support] [control]
# These hostname must be resolvable from your deployment host # These hostname must be resolvable from your deployment host
support01 ansible_ssh_user=sam control01 ansible_ssh_user=sam
support02 ansible_ssh_user=sam control02 ansible_ssh_user=sam
support03 ansible_ssh_user=sam control03 ansible_ssh_user=sam
# The above can also be specified as follows: # The above can also be specified as follows:
#support[01:03] ansible_ssh_user=sam #control[01:03] ansible_ssh_user=sam
[network] [network]
network01 network01
@ -24,25 +24,25 @@ storage01
network network
[mariadb:children] [mariadb:children]
support control
[rabbitmq:children] [rabbitmq:children]
support control
[keystone:children] [keystone:children]
support control
[glance:children] [glance:children]
support control
[nova:children] [nova:children]
support control
[neutron:children] [neutron:children]
network network
[cinder:children] [cinder:children]
support control
# Additional control implemented here. These groups allow you to control which # Additional control implemented here. These groups allow you to control which