Deprecate legacy deployment elements

Legacy elements deploy-tgtadm, deploy-targetcli, and deploy-baremetal
have not seen use in ages. Another element seems to date back to this,
deploy-kexec, but appears to see no actual use as the underlying methods
leveraged by these elements were long moved away from. iSCSI based
deployment being the last, and even then it required the
ironic-python-agent.

Change-Id: Ib5b3a7690c35d6859e2e0fdac2326dcd16c051d3
This commit is contained in:
Julia Kreger 2023-08-29 07:53:11 -07:00
parent 04f140535b
commit a692673b90
4 changed files with 27 additions and 2 deletions

View File

@ -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>`_.

View File

@ -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.

View File

@ -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.

View File

@ -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.