1# exchange-bmc-os-info 2# 3# Config file to control Exchange of information between 4# the OS and Service Processor/Baseboard Management Controller (BMC) 5# 6# See here for details 7# https://fedoraproject.org/wiki/Features/AgentFreeManagement 8 9### Set OS Info in BMC/Service Processor ### 10# Name: SET_OS_INFO 11# Description: Set OS Name, Version and Hostname in the Service Processor (BMC) 12# Default: yes 13SET_OS_INFO="yes" 14 15### Reset OS Info in BMC/Service Processor ### 16# Name: RESET_OS_INFO 17# Description: Reset OS Name, Version and Hostname in the Service Processor (BMC). 18# Useful when the OS Name/Hostname should be empty on reboot 19# Default: no 20RESET_OS_INFO="no" 21 22### Set BMC/Service Processor Info in OS ### 23# Name; SET_BMC_INFO 24# Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info 25# Default: yes 26SET_BMC_INFO="yes" 27