f3aac5c4d0
Also fixes one lint failure - a trailing space in monitoring.yml.
82 lines
2.7 KiB
YAML
82 lines
2.7 KiB
YAML
---
|
|
###############################################################################
|
|
# Monitoring node configuration.
|
|
|
|
# User with which to access the monitoring nodes via SSH during bootstrap, in
|
|
# order to setup the Kayobe user account.
|
|
#monitoring_bootstrap_user:
|
|
|
|
###############################################################################
|
|
# Monitoring node network interface configuration.
|
|
|
|
# List of networks to which monitoring nodes are attached.
|
|
#monitoring_network_interfaces:
|
|
|
|
# List of default networks to which monitoring nodes are attached.
|
|
#monitoring_default_network_interfaces:
|
|
|
|
# List of extra networks to which monitoring nodes are attached.
|
|
#monitoring_extra_network_interfaces:
|
|
|
|
###############################################################################
|
|
# Monitoring node BIOS configuration.
|
|
|
|
# Dict of monitoring node BIOS options. Format is same as that used by
|
|
# stackhpc.drac role.
|
|
#monitoring_bios_config:
|
|
|
|
# Dict of default monitoring node BIOS options. Format is same as that used by
|
|
# stackhpc.drac role.
|
|
#monitoring_bios_config_default:
|
|
|
|
# Dict of additional monitoring node BIOS options. Format is same as that used
|
|
# by stackhpc.drac role.
|
|
#monitoring_bios_config_extra:
|
|
|
|
###############################################################################
|
|
# Monitoring node RAID configuration.
|
|
|
|
# List of monitoring node RAID volumes. Format is same as that used by
|
|
# stackhpc.drac role.
|
|
#monitoring_raid_config:
|
|
|
|
# List of default monitoring node RAID volumes. Format is same as that used by
|
|
# stackhpc.drac role.
|
|
#monitoring_raid_config_default:
|
|
|
|
# List of additional monitoring node RAID volumes. Format is same as that used
|
|
# by stackhpc.drac role.
|
|
#monitoring_raid_config_extra:
|
|
|
|
###############################################################################
|
|
# Monitoring node LVM configuration.
|
|
|
|
# List of monitoring node volume groups. See mrlesmithjr.manage-lvm role for
|
|
# format.
|
|
#monitoring_lvm_groups:
|
|
|
|
# Default list of monitoring node volume groups. See mrlesmithjr.manage-lvm
|
|
# role for format.
|
|
#monitoring_lvm_groups_default:
|
|
|
|
# Additional list of monitoring node volume groups. See mrlesmithjr.manage-lvm
|
|
# role for format.
|
|
#monitoring_lvm_groups_extra:
|
|
|
|
###############################################################################
|
|
# Monitoring node sysctl configuration.
|
|
|
|
# Dict of sysctl parameters to set.
|
|
#monitoring_sysctl_parameters:
|
|
|
|
###############################################################################
|
|
# Monitoring node user configuration.
|
|
|
|
# List of users to create. This should be in a format accepted by the
|
|
# singleplatform-eng.users role.
|
|
#monitoring_users:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|