Blame SOURCES/exchange-bmc-os-info.sysconf

e20f4c
# exchange-bmc-os-info
e20f4c
#
e20f4c
# Config file to control Exchange of information between
e20f4c
# the OS and Service Processor/Baseboard Management Controller (BMC)
e20f4c
#
e20f4c
# See here for details
e20f4c
#    https://fedoraproject.org/wiki/Features/AgentFreeManagement
e20f4c
e20f4c
### Set OS Info in BMC/Service Processor ###
e20f4c
# Name: SET_OS_INFO
e20f4c
# Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
e20f4c
# Default: yes
e20f4c
SET_OS_INFO="yes"
e20f4c
e20f4c
### Reset OS Info in BMC/Service Processor ###
e20f4c
# Name: RESET_OS_INFO
e20f4c
# Description: Reset OS Name, Version and Hostname in the Service Processor (BMC).
e20f4c
# 		Useful when the OS Name/Hostname should be empty on reboot
e20f4c
# Default: no
e20f4c
RESET_OS_INFO="no"
e20f4c
e20f4c
### Set BMC/Service Processor Info in OS ###
e20f4c
# Name; SET_BMC_INFO
e20f4c
# Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
e20f4c
# Default: yes
e20f4c
SET_BMC_INFO="yes"