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
|
|
|
# These hostname must be resolvable from your deployment host
|
2015-09-09 11:56:44 +01:00
|
|
|
control01
|
|
|
|
control02
|
|
|
|
control03
|
2015-03-28 17:16:24 -05:00
|
|
|
|
|
|
|
# The above can also be specified as follows:
|
2015-09-09 11:56:44 +01:00
|
|
|
#control[01:03] ansible_ssh_user=kolla
|
2015-03-28 17:16:24 -05:00
|
|
|
|
2015-08-02 12:26:30 -07:00
|
|
|
# The network nodes are where your l3-agent and loadbalancers will run
|
|
|
|
# This can be the same as a a host in the control group
|
2015-07-31 19:36:17 +00:00
|
|
|
[network]
|
|
|
|
network01
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
[compute]
|
|
|
|
compute01
|
|
|
|
|
2015-08-04 07:39:22 +00:00
|
|
|
[storage]
|
|
|
|
storage01
|
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.
|
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-07-04 12:47:45 +00: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-31 19:36:17 +00:00
|
|
|
[neutron:children]
|
|
|
|
network
|
|
|
|
|
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-28 11:26:40 -04:00
|
|
|
[ironic:children]
|
|
|
|
control
|
|
|
|
|
2015-08-29 11:49:57 +00:00
|
|
|
[ceph-mon:children]
|
|
|
|
control
|
|
|
|
|
|
|
|
[ceph-osd:children]
|
|
|
|
storage
|
|
|
|
|
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-31 19:36:17 +00:00
|
|
|
|
2015-11-06 03:39:31 +00:00
|
|
|
[nova-spicehtml5proxy:children]
|
|
|
|
nova
|
|
|
|
|
2015-07-31 19:36:17 +00:00
|
|
|
# Neutron
|
|
|
|
[neutron-server:children]
|
2015-10-08 16:28:10 +07:00
|
|
|
control
|
2015-07-31 19:36:17 +00:00
|
|
|
|
|
|
|
[neutron-agents:children]
|
|
|
|
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]
|
2015-09-28 05:37:31 +00:00
|
|
|
swift
|
2015-08-18 14:05:54 +00:00
|
|
|
|
|
|
|
[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
|