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-08-16 04:26:16 +00:00
|
|
|
[control]
|
2015-03-28 17:16:24 -05:00
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
[network]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
[compute]
|
|
|
|
localhost ansible_connection=local
|
|
|
|
|
2015-08-04 07:39:22 +00:00
|
|
|
[storage]
|
|
|
|
localhost ansible_connection=local
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2015-08-10 14:08:59 -04:00
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# You can explicitly specify which hosts run each project by updating the
|
|
|
|
# groups in the sections below. Common services are grouped together.
|
2016-01-20 08:27:00 +01:00
|
|
|
[kibana:children]
|
|
|
|
control
|
|
|
|
|
2015-07-17 12:20:31 +02:00
|
|
|
[haproxy:children]
|
2015-07-31 19:36:17 +00:00
|
|
|
network
|
2015-07-17 12:20:31 +02:00
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
[mariadb:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-03-28 17:16:24 -05:00
|
|
|
|
2015-07-26 10:39:07 +00:00
|
|
|
[rabbitmq:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-05-02 22:45:36 +08:00
|
|
|
|
2016-01-18 21:00:45 +00:00
|
|
|
[mongodb:children]
|
|
|
|
control
|
|
|
|
|
2015-05-02 22:45:36 +08:00
|
|
|
[keystone:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-04 12:47:45 +00:00
|
|
|
|
|
|
|
[glance:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
[nova:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
[neutron:children]
|
|
|
|
network
|
2015-07-12 03:02:33 +00:00
|
|
|
|
2015-08-04 07:39:22 +00:00
|
|
|
[cinder:children]
|
2015-08-16 04:26:16 +00:00
|
|
|
control
|
2015-08-04 07:39:22 +00:00
|
|
|
|
2015-08-14 13:26:04 +00:00
|
|
|
[memcached:children]
|
|
|
|
control
|
|
|
|
|
2015-08-10 14:08:59 -04:00
|
|
|
[horizon:children]
|
|
|
|
control
|
|
|
|
|
2015-08-18 14:05:54 +00:00
|
|
|
[swift:children]
|
|
|
|
control
|
|
|
|
|
2015-08-02 12:26:30 -07:00
|
|
|
[heat:children]
|
|
|
|
control
|
|
|
|
|
2015-08-28 10:49:29 +01:00
|
|
|
[murano:children]
|
|
|
|
control
|
|
|
|
|
2015-08-29 11:49:57 +00:00
|
|
|
[ceph-mon:children]
|
|
|
|
control
|
|
|
|
|
2015-12-23 23:17:47 +02:00
|
|
|
[ceph-rgw:children]
|
|
|
|
control
|
|
|
|
|
2015-08-29 11:49:57 +00:00
|
|
|
[ceph-osd:children]
|
|
|
|
storage
|
|
|
|
|
2015-08-28 11:26:40 -04:00
|
|
|
[ironic:children]
|
|
|
|
control
|
2015-07-31 19:36:17 +00:00
|
|
|
|
2015-10-17 18:13:51 +02:00
|
|
|
[magnum:children]
|
|
|
|
control
|
|
|
|
|
2015-12-28 08:38:30 +09:00
|
|
|
[mistral:children]
|
|
|
|
control
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-07-31 19:36:17 +00:00
|
|
|
# Glance
|
|
|
|
[glance-api:children]
|
|
|
|
glance
|
|
|
|
|
|
|
|
[glance-registry:children]
|
|
|
|
glance
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
# Nova
|
|
|
|
[nova-api:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-conductor:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-consoleauth:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-novncproxy:children]
|
|
|
|
nova
|
|
|
|
|
|
|
|
[nova-scheduler:children]
|
|
|
|
nova
|
2015-07-13 07:32:29 +00:00
|
|
|
|
2015-11-06 03:39:31 +00:00
|
|
|
[nova-spicehtml5proxy:children]
|
|
|
|
nova
|
|
|
|
|
2015-12-25 18:07:41 +02:00
|
|
|
[nova-compute-ironic:children]
|
|
|
|
nova
|
|
|
|
|
2015-07-13 07:32:29 +00:00
|
|
|
# Neutron
|
|
|
|
[neutron-server:children]
|
|
|
|
neutron
|
|
|
|
|
2016-01-26 19:50:43 +00:00
|
|
|
[neutron-dhcp-agent:children]
|
|
|
|
neutron
|
|
|
|
|
|
|
|
[neutron-l3-agent:children]
|
|
|
|
neutron
|
|
|
|
|
|
|
|
[neutron-metadata-agent:children]
|
2015-07-13 07:32:29 +00:00
|
|
|
neutron
|
2015-08-04 07:39:22 +00:00
|
|
|
|
2015-08-18 14:05:54 +00:00
|
|
|
# Cinder
|
2015-08-04 07:39:22 +00:00
|
|
|
[cinder-api:children]
|
|
|
|
cinder
|
|
|
|
|
|
|
|
[cinder-backup:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[cinder-scheduler:children]
|
|
|
|
cinder
|
|
|
|
|
|
|
|
[cinder-volume:children]
|
|
|
|
storage
|
2015-08-18 14:05:54 +00:00
|
|
|
|
|
|
|
# Swift
|
|
|
|
[swift-proxy-server:children]
|
|
|
|
swift
|
|
|
|
|
|
|
|
[swift-account-server:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[swift-container-server:children]
|
|
|
|
storage
|
|
|
|
|
|
|
|
[swift-object-server:children]
|
|
|
|
storage
|
2015-08-02 12:26:30 -07:00
|
|
|
|
|
|
|
# Heat
|
|
|
|
[heat-api:children]
|
|
|
|
heat
|
|
|
|
|
|
|
|
[heat-api-cfn:children]
|
|
|
|
heat
|
|
|
|
|
|
|
|
[heat-engine:children]
|
|
|
|
heat
|
2015-08-28 10:49:29 +01:00
|
|
|
|
|
|
|
# Murano
|
|
|
|
[murano-api:children]
|
|
|
|
murano
|
|
|
|
|
|
|
|
[murano-engine:children]
|
|
|
|
murano
|
2015-08-28 11:26:40 -04:00
|
|
|
|
|
|
|
# Ironic
|
|
|
|
[ironic-api:children]
|
|
|
|
ironic
|
|
|
|
|
|
|
|
[ironic-conductor:children]
|
|
|
|
ironic
|
|
|
|
|
|
|
|
[ironic-discoverd:children]
|
|
|
|
ironic
|
|
|
|
|
|
|
|
[ironic-pxe:children]
|
|
|
|
ironic
|
2015-10-17 18:13:51 +02:00
|
|
|
|
|
|
|
# Magnum
|
|
|
|
[magnum-api:children]
|
|
|
|
magnum
|
|
|
|
|
|
|
|
[magnum-conductor:children]
|
|
|
|
magnum
|
2015-12-28 08:38:30 +09:00
|
|
|
|
|
|
|
# Mistral
|
|
|
|
[mistral-api:children]
|
|
|
|
mistral
|
|
|
|
|
|
|
|
[mistral-executor:children]
|
|
|
|
mistral
|
|
|
|
|
|
|
|
[mistral-engine:children]
|
|
|
|
mistral
|