5a286890b8
This makes enabling monitoring possible without any modification to the default inventory. Change-Id: Ie3eec95ac7dadbfc613e913c09371d61b7e5eb2a
31 lines
545 B
INI
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.
|