kayobe-config/etc/kayobe/inventory/groups

39 lines
865 B
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.
[monitoring]
# Empty group to provide declaration of monitoring group.
[overcloud:children]
controllers
monitoring
[docker:children]
# Hosts in this group will have Docker installed.
seed
controllers
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