2015-02-07 10:30:02 +00:00
|
|
|
========================
|
|
|
|
ironic-discoverd-ramdisk
|
|
|
|
========================
|
2016-01-20 15:51:34 +00:00
|
|
|
|
|
|
|
.. warning::
|
|
|
|
This element is deprecated. Please use the ironic-agent element
|
|
|
|
instead.
|
|
|
|
|
|
|
|
ironic-inspector [1] is a project for conducting hardware properties
|
|
|
|
discovery via booting a special ramdisk and interrogating hardware
|
2014-07-17 12:36:24 +00:00
|
|
|
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.
|
|
|
|
|
2016-01-20 15:51:34 +00:00
|
|
|
[1] https://pypi.python.org/pypi/ironic-inspector
|