kayobe-config-dev/etc/kayobe/inventory/groups
Mark Goddard e3468c1b27 Synchronise configuration with master
Synchronised with kayobe @ c7197f9f36af586c66235dec8333446d60c7e13d.
2017-09-14 15:37:00 +01:00

46 lines
1.0 KiB
Plaintext

# Kayobe groups inventory file. This file should generally not be modified.
# If declares the top-level groups and sub-groups.
[seed]
# Empty group to provide declaration of seed group.
[controllers]
# Empty group to provide declaration of controllers group.
[network:children]
# Add controllers to network group by default for backwards compatibility,
# although they could be separate hosts.
controllers
[monitoring]
# Empty group to provide declaration of monitoring group.
[overcloud:children]
controllers
network
monitoring
[docker:children]
# Hosts in this group will have Docker installed.
seed
controllers
network
monitoring
###############################################################################
# Networking groups.
[mgmt-switches]
# Empty group to provide declaration of mgmt-switches group.
[ctl-switches]
# Empty group to provide declaration of ctl-switches group.
[hs-switches]
# Empty group to provide declaration of hs-switches group.
[switches:children]
mgmt-switches
ctl-switches
hs-switches