diskimage-builder/elements/ironic-discoverd-ramdisk
YuikoTakada 07924b9761 Fix incorrect package name dmidecoded to dmidecode
When executing
"ramdisk-image-create -o discovery ubuntu ironic-discoverd-ramdisk",
below error occurs.

E: Unable to locate package dmidecoded

The reason why above command fails is incorrect package name.
(F) dmidecoded
(T) dmidecode

This patch set fix this bug.

Change-Id: I46d3dafce1eef1b017c4ac9121336aa68d749798
Closes-Bug: #1430599
2015-03-11 01:04:37 +00:00
..
binary-deps.d Support assigning IPMI credentials in ironic-discoverd-ramdisk 2015-02-13 10:41:34 +01:00
init.d Fix memory detection in ironic-discoverd-ramdisk 2015-02-16 11:41:30 +01:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00
element-deps ironic-discoverd-ramdisk element cleanup 2015-01-27 10:59:37 +01:00
package-installs.yaml Fix incorrect package name dmidecoded to dmidecode 2015-03-11 01:04:37 +00:00

README.rst

ironic-discoverd-ramdisk

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.

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