diskimage-builder/elements/deploy-ironic
Lucas Alvares Gomes 400417dbe2 Deprecate the deploy-ironic element
Completed in Kilo the blueprint ipa-as-default-ramdisk [1] ported all
the Ironic drivers in tree to be able to use the IPA ramdisk for the
deployment.

Now in Liberty the blueprint deprecate-bash-ramdisk is deprecating the
bash ramdisk created using the "deploy-ironic" element in DIB.

This patch is printing a deprecation message when the user uses the
"deploy-ironic" element and as well updating the README file to indicate
that it has been deprecated.

[1] https://blueprints.launchpad.net/ironic/+spec/ipa-as-default-ramdisk
[2] https://blueprints.launchpad.net/ironic/+spec/deprecate-bash-ramdisk

Related-Blueprint: deprecate-bash-ramdisk
Change-Id: I8057f52104225326f45eb3ae6065cd02a27f5ef2
2015-09-15 17:18:21 +00:00
..
binary-deps.d Refactor deploy ramdisk to allow use of targetcli 2015-03-18 11:42:00 -05:00
init.d Wait longer for root device to become available 2015-06-17 11:53:57 -05: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.