ironic/releasenotes/notes/remove-iboot-wol-amt-27edaf109d28b663.yaml
Pavlo Shchelokovskyy 87c2db4dc6 Remove iBoot, WoL and AMT drivers
This patch removes the mentioned drivers from ironic code tree.

Per our third-party drivers policy they are unsupported,
and there is no existing plan to have third-party CI for them.

Nevertheless, if anybody still needs them, they are available in
ironic-staging-drivers repo.

Change-Id: I1219892bbc1b814d80b62c8ec89b90819071870f
Related-Bug: #1640533
2016-12-13 09:31:08 +02:00

19 lines
687 B
YAML

---
upgrades:
- |
iBoot, Wake-On-LAN and AMT drivers are removed from ironic as they
neither have nor are planning to have a third-party CI.
They are still available from unsupported ironic driver collection
in ``ironic-staging-drivers`` repository.
If the ironic installation was using any driver based on those,
the operator has to install ``ironic-staging-drivers``
and change the driver on affected nodes
according to following correspondence list
* agent_amt -> pxe_amt_agent
* pxe_amt -> pxe_amt_iscsi
* agent_wol -> pxe_wol_agent
* pxe_wol -> pxe_wol_iscsi
* agent_iboot -> pxe_iboot_agent
* pxe_iboot -> pxe_iboot_iscsi