Merge "Deprecate legacy deployment elements"
This commit is contained in:
commit
1897b12ee9
@ -3,3 +3,8 @@ deploy-baremetal
|
||||
================
|
||||
A ramdisk that will expose the machine primary disk over iSCSI and reboot
|
||||
once baremetal-deploy-helper signals it is finished.
|
||||
|
||||
.. Warning::
|
||||
|
||||
Ironic has not supported this style of deployment element since it's
|
||||
early days. Please consult `ironic-python-agent-builder <https://docs.openstack.org/ironic-python-agent-builder>`_.
|
||||
|
@ -1,7 +1,13 @@
|
||||
deploy-targetcli
|
||||
================
|
||||
|
||||
Use targetcli for the deploy ramdisk
|
||||
Use targetcli for the deploy ramdisk for iSCSI deployments.
|
||||
|
||||
.. Warning::
|
||||
Ironic has removed the iSCSI deployment interface, it was last available
|
||||
in Wallaby, and even then had to be launched by the ironic-python-agent.
|
||||
This element is from the early days of baremetal deployment and is
|
||||
deprecated.
|
||||
|
||||
Provides the necessary scripts and dependencies to use targetcli
|
||||
for exporting the iscsi target in the deploy ramdisk.
|
||||
|
@ -1,7 +1,13 @@
|
||||
deploy-tgtadm
|
||||
=============
|
||||
|
||||
Use tgtadm and tgtd for the deploy ramdisk
|
||||
Use tgtadm and tgtd for the deploy ramdisk for iSCSI deployments.
|
||||
|
||||
.. Warning::
|
||||
Ironic has removed the iSCSI deployment interface, it was last available
|
||||
in Wallaby, and even then had to be launched by the ironic-python-agent.
|
||||
This element is from the early days of baremetal deployment and is
|
||||
deprecated.
|
||||
|
||||
Provides the necessary scripts and dependencies to use tgtadm
|
||||
and tgtd for exporting the iscsi target in the deploy ramdisk.
|
||||
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``deploy-baremetal``, ``deploy-kexec``, ``deploy-tgtadm``,
|
||||
and ``deploy-targetcli`` elements are deprecated and will be removed in a
|
||||
future release of diskimage-builder. The origins of the elemenets largely
|
||||
dates back to the early efforts to support baremetal deployment, and the
|
||||
methods have been long ago moved away from.
|
Loading…
Reference in New Issue
Block a user