=======
This puppet module is used for managing bare-metal servers with the BMC API
Currently this module only suppoerts updating the bios firmware on BMC servers. (tested with ... #TODO)
- BIOS firmware binary
- Tftp server that will share binaries
- IPMIFlash (installed in default location [/opt/dell/pec])
- IPMITool
- BMCTool (installed in default loaction [/opt/dell/pec])
bmc_fw_ipmiflash { "update":
bmc_firmware => [{component_name => 'bios', version => '2.5.3', location => 'tftp://localhost/path/to/firmware.hdr'}],
ensure => present,
}
- Baseboard Management Controller (http://www.dell.com/downloads/global/power/ps4q04-20040110-zhuo.pdf)
- IPMI Tool (http://linux.die.net/man/1/ipmitool)
- IPMI Flash
This only supports a forced restart at this time.