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