2015-07-12 03:02:33 +00:00
|
|
|
# These initial groups are the only groups required to be modified. The
|
|
|
|
# additional groups are for more control of the environment.
|
2015-03-28 17:16:24 -05:00
|
|
|
[support]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
[compute]
|
|
|
|
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.
|
2015-03-28 17:16:24 -05:00
|
|
|
[database:children]
|
|
|
|
support
|
|
|
|
|
|
|
|
[message-broker:children]
|
|
|
|
support
|
2015-05-02 22:45:36 +08:00
|
|
|
|
|
|
|
[keystone:children]
|
|
|
|
support
|
2015-07-04 12:47:45 +00:00
|
|
|
|
|
|
|
[glance:children]
|
|
|
|
support
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
[nova: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.
|
|
|
|
|
|
|
|
# Nova
|
|
|
|
[nova-api:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-conductor:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-consoleauth:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-novncproxy:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-scheduler:children]
|
|
|
|
nova
|