diskimage-builder/elements/deploy-ironic
Lucas Alvares Gomes ff988ac45c Extend root device hints for different types of WWN
This patch is extending the root device hints to also look at
ID_WWN_WITH_EXTENSION and ID_WWN_VENDOR_EXTENSION from udev.

Prior to this patch the bash ramdisk only cared about ID_WWN but in some
systems in some platforms with a RAID controller, this ID can be same
even if they are different disks (see bug 1516641).

Related-Bug: #1516641
Change-Id: I45b3910d03d164d880b32169b91e94e88812e183
2015-11-17 22:42:44 +00:00
..
binary-deps.d Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
init.d Extend root device hints for different types of WWN 2015-11-17 22:42:44 +00:00
root.d Deprecate the deploy-ironic element 2015-09-15 17:18:21 +00:00
element-deps Use package-installs in more elements 2014-09-08 15:16:14 -04:00
element-provides Use provides to note an element provides deploy 2014-04-18 20:10:46 +01:00
package-installs.yaml Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
README.rst Deprecate the deploy-ironic element 2015-09-15 17:18:21 +00:00

=============
deploy-ironic
=============
A ramdisk that will expose the machine primary disk over iSCSI and reboot
once Ironic signals it is finished.

.. warning::
   This element is deprecated.  Please use the ironic-agent element
   instead.