kayobe-config-dev/etc/kayobe/inventory/hosts
Piotr Parczewski 5a286890b8 Enable deploying monitoring with default inventory
This makes enabling monitoring possible without any modification
to the default inventory.

Change-Id: Ie3eec95ac7dadbfc613e913c09371d61b7e5eb2a
2021-06-11 12:40:27 +02:00

31 lines
545 B
INI

# This host acts as the configuration management Ansible control host. This must be
# localhost.
localhost ansible_connection=local
[seed-hypervisor]
seed-hypervisor
[seed]
seed
[controllers]
controller0
[compute:children]
controllers
[monitoring:children]
controllers
[baremetal-compute]
# Add baremetal compute nodes here if required.
[mgmt-switches]
# Add management network switches here if required.
[ctl-switches]
# Add control and provisioning switches here if required.
[hs-switches]
# Add high speed switches here if required.