bmclib
bmclib copied to clipboard
[WIP]add firmware + ipmi version facts
tested on my CentOS box:
# puppet facts | grep bmc
Warning: Facter: timeout option is not supported for custom facts and will be ignored.
"bmc_device_present": true,
"bmc_firmware_revision": "2.50",
"bmc_gateway": "10.241.21.1",
"bmc_ip": "10.241.21.10",
"bmc_ipmi_version": "2.0",
"bmc_mac": "70:10:6f:47:b1:94",
"bmc_subnet": "255.255.255.0",
"bmc_tools_present": true,
Hi @logicminds, the Gemfile/.travis.yml is a bit outdated and causes build errors. If you want I can update the module with the default configs from the Puppet Community (Vox Pupuli)
Please go ahead and update the travis file and anything else that is old
@bastelfreak Would like to get this merged. Can you update travis file?
Oh I missed your comment a year ago. I will update it soon