bb8a33c901
This patch is adding support to run the AHC benhcmark as part of the hardware detection in the ironic-discoverd ramdisk. Two new binaries dependency were added: * fio: Used for storage benchmarking * sysbench: Used for memory and cpu benchmarking The patch also removes the installation of the hardware library from pip to install it from delorean. However, the hardware library has an unpackaged dependency (ptyprocess). Until we get that packaged, we will need to install from pip. Change-Id: I94fe2ba71205fb996700b2c20af396f75900a04e |
||
---|---|---|
.. | ||
binary-deps.d | ||
dracut-modules/80-ironic-discoverd-ramdisk-instack | ||
extra-data.d | ||
init.d | ||
install.d | ||
ramdisk-install.d | ||
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
The machine is halted at the end of the process.