Skip to content
Snippets Groups Projects
multinode 1.87 KiB
Newer Older
# These initial groups are the only groups required to be modified. The
# additional groups are for more control of the environment.
Sam Yaple's avatar
Sam Yaple committed
[control]
# These hostname must be resolvable from your deployment host
Sam Yaple's avatar
Sam Yaple committed
control01       ansible_ssh_user=sam
control02       ansible_ssh_user=sam
control03       ansible_ssh_user=sam

# The above can also be specified as follows:
Sam Yaple's avatar
Sam Yaple committed
#control[01:03]     ansible_ssh_user=sam
[network]
network01

[compute]
compute01

[storage]
storage01
# You can explicitly specify which hosts run each project by updating the
# groups in the sections below. Common services are grouped together.
[haproxy:children]
[mariadb:children]
Sam Yaple's avatar
Sam Yaple committed
control
[rabbitmq:children]
Sam Yaple's avatar
Sam Yaple committed
control
Sam Yaple's avatar
Sam Yaple committed

[keystone:children]
Sam Yaple's avatar
Sam Yaple committed
control
Sam Yaple's avatar
Sam Yaple committed

[glance:children]
Sam Yaple's avatar
Sam Yaple committed
control

[nova:children]
Sam Yaple's avatar
Sam Yaple committed
control
[neutron:children]
network

[cinder:children]
Sam Yaple's avatar
Sam Yaple committed
control
[memcached:children]
control

[horizon:children]
control

[swift:children]
control


# 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

# Swift
[swift-proxy-server:children]
storage

[swift-account-server:children]
storage

[swift-container-server:children]
storage

[swift-object-server:children]
storage