kayobe/ansible/group_vars/monitoring/bios
Mark Goddard 27db155c0e Add support for monitoring nodes
Currently these nodes are not deployed using kolla-ansible but use the
host provisioning and host OS configuration pieces of kayobe. The
monasca-deploy project is used to deploy the monitoring services.
2017-05-29 16:52:17 +01:00

11 lines
347 B
Plaintext

---
###############################################################################
# Monitoring node BIOS configuration.
# Dict of monitoring node BIOS options. Format is same as that used by
# stackhpc.drac role.
bios_config: >
{{ controller_bios_config
if inventory_hostname in groups['controllers'] else
monitoring_bios_config }}