18f0e536f6
Change-Id: I0694e5ad95aa7f924ebd3a29dff1f85e6307b7ae Partially-implements: blueprint ansible-cinder Partially-Implements: blueprint remove-abstraction-ansible Co-Authored-By: Ryan Hallisey <rhallise@redhat.com>
91 lines
1.5 KiB
Plaintext
91 lines
1.5 KiB
Plaintext
# These initial groups are the only groups required to be modified. The
|
|
# additional groups are for more control of the environment.
|
|
[support]
|
|
localhost ansible_connection=local
|
|
|
|
[network]
|
|
localhost ansible_connection=local
|
|
|
|
[compute]
|
|
localhost ansible_connection=local
|
|
|
|
[storage]
|
|
localhost ansible_connection=local
|
|
|
|
# You can explicitly specify which hosts run each project by updating the
|
|
# groups in the sections below. Common services are grouped together.
|
|
[haproxy:children]
|
|
network
|
|
|
|
[mariadb:children]
|
|
support
|
|
|
|
[rabbitmq:children]
|
|
support
|
|
|
|
[keystone:children]
|
|
support
|
|
|
|
[glance:children]
|
|
support
|
|
|
|
[nova:children]
|
|
support
|
|
|
|
[neutron:children]
|
|
network
|
|
|
|
[cinder:children]
|
|
support
|
|
|
|
|
|
# Additional control implemented here. These groups allow you to control which
|
|
# services run on which hosts at a per-service level.
|
|
#
|
|
# Word of caution: Some services are required to run on the same host to
|
|
# function appropriately. For example, neutron-metadata-agent must run on the
|
|
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
|
|
|
|
# Glance
|
|
[glance-api:children]
|
|
glance
|
|
|
|
[glance-registry:children]
|
|
glance
|
|
|
|
# Nova
|
|
[nova-api:children]
|
|
nova
|
|
|
|
[nova-conductor:children]
|
|
nova
|
|
|
|
[nova-consoleauth:children]
|
|
nova
|
|
|
|
[nova-novncproxy:children]
|
|
nova
|
|
|
|
[nova-scheduler:children]
|
|
nova
|
|
|
|
# Neutron
|
|
[neutron-server:children]
|
|
neutron
|
|
|
|
[neutron-agents:children]
|
|
neutron
|
|
|
|
#Cinder
|
|
[cinder-api:children]
|
|
cinder
|
|
|
|
[cinder-backup:children]
|
|
storage
|
|
|
|
[cinder-scheduler:children]
|
|
cinder
|
|
|
|
[cinder-volume:children]
|
|
storage
|