6e4642a200
Synchronise configuration format with kayobe-config @ 371937fa9053d77a4bbca88d830d60dc76628c62. Change-Id: Ife6e3f251120edcf5f94ca677a51bd5fe21fdc6f
29 lines
591 B
INI
29 lines
591 B
INI
# This host acts as the configuration management Ansible control host. This must be
|
|
# localhost.
|
|
localhost ansible_connection=local
|
|
|
|
[seed-hypervisor]
|
|
# Add a seed hypervisor node here if required. This host will run a seed node
|
|
# Virtual Machine.
|
|
|
|
[seed]
|
|
seed
|
|
|
|
[controllers]
|
|
controller0
|
|
|
|
[compute: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.
|