exchange-bmc-os-info.sysconf 850 B

1234567891011121314151617181920212223242526
  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. ### Set OS Info in BMC/Service Processor ###
  9. # Name: SET_OS_INFO
  10. # Description: Set OS Name, Version and Hostname in the Service Processor (BMC)
  11. # Default: yes
  12. SET_OS_INFO="yes"
  13. ### Reset OS Info in BMC/Service Processor ###
  14. # Name: RESET_OS_INFO
  15. # Description: Reset OS Name, Version and Hostname in the Service Processor (BMC).
  16. # Useful when the OS Name/Hostname should be empty on reboot
  17. # Default: no
  18. RESET_OS_INFO="no"
  19. ### Set BMC/Service Processor Info in OS ###
  20. # Name; SET_BMC_INFO
  21. # Description: Set IP Address and URL of Service Processor/BMC in /run/bmc-info
  22. # Default: yes
  23. SET_BMC_INFO="yes"