instack-undercloud/elements/discovery-ironic
Dmitry Tantsur 6b80a3b1cc More workarounds in discovery ramdisk
Looks like existing are not enough on some Dell machines,
let us add more.
2014-11-20 18:06:43 +01:00
..
binary-deps.d Add wc binary-dep to discovery ramdisk 2014-11-17 12:48:03 -06:00
init.d More workarounds in discovery ramdisk 2014-11-20 18:06:43 +01:00
install.d Build discovery ramdisk using dracut 2014-10-23 13:25:22 -04:00
README.md Updated discovery-ironic with fixes after Gerrit review 2014-09-18 10:39:53 +02:00

README.md

This ramdisk collects hardware information from the machine it's booted on and posts it to the URL provided via kernel argument 'ironic_callback_url'.

The ramdisk is meant to be used with Ironic, thus it's name, but it's not really tied to it. We may switch to talking to an intermediate service later without changing ramdisk code.

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
  • Mac addresses for all NICs except the loopback

The machine is halted at the end of the process.