instack-undercloud/elements/ironic-discoverd-ramdisk-instack
Dmitry Tantsur 69782ff2f7 Drop unused flag for invocation of ironic-discoverd-ramdisk
This is for planned support for serving logs over HTTP,
which we don't plan to implement right now.

Change-Id: Ic84d496d87036916c03fa1f58cc770f62a587ea7
2015-04-29 17:30:14 +02:00
..
binary-deps.d Start using new Python ramdisk from ironic-discoverd-package 2015-04-27 14:22:07 +02:00
dracut-modules/80-ironic-discoverd-ramdisk-instack Load ipmi_msghandler in the discovery ramdisk 2015-02-05 16:14:25 -05:00
extra-data.d Use a proper dracut module to get all the needed python deps for hardware-detect to run 2015-01-19 19:18:57 -05:00
init.d Drop unused flag for invocation of ironic-discoverd-ramdisk 2015-04-29 17:30:14 +02:00
ramdisk-install.d elements/ironic-discoverd-ramdisk-instack: add python and the hardware module to the ramdisk 2015-01-19 18:34:29 +01:00
package-installs.yaml Start using new Python ramdisk from ironic-discoverd-package 2015-04-27 14:22:07 +02:00
README.md Minor updates for the discovery ramdisk element 2015-04-23 15:19:07 +02:00

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.

[1] https://pypi.python.org/pypi/ironic-discoverd