6b09fd9e2c
These packages are needed for running the hardware benchmarks. However, they should be a dependency of the python-hardware library, and not explicitly listed in the discovery ramdisk element. Change-Id: I0e163ab3eb13a5d1bcfa1064c83798c0d5873d0e |
||
---|---|---|
.. | ||
binary-deps.d | ||
dracut-modules/80-ironic-discoverd-ramdisk-instack | ||
extra-data.d | ||
init.d | ||
ramdisk-install.d | ||
package-installs.yaml | ||
README.md |
ironic-discoverd [1] is a StackForge project for conducting hardware properties discovery via booting a special discovery ramdisk and interrogating hardware from within it.
This ramdisk collects hardware information from the machine it's booted on and posts it to the URL provided via kernel argument 'discoverd_callback_url'.
The hardware information collected by the ramdisk are:
- BMC IP address (may be required for associating with existing node in Ironic)
- CPU count and architecture
- Memory amount in MiB
- Hard drive size in GiB
- IP and MAC addresses for all NICs except the loopback
- Various hardware data detected by python-hardware library
The machine is halted at the end of the process.