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

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