7cbb03074d
this patch deprecates classic drivers defined by ironic_staging_drivers package in favor of hardware types. A proper warning is shown on classic drivers init. DevStack plugin no longer enables any classic driver from staging drivers, and only hardware types are tested. Change-Id: Ic53b71c94287804f3c66f5e9a6249f605c234211
21 lines
1.2 KiB
YAML
21 lines
1.2 KiB
YAML
---
|
|
deprecations:
|
|
- |
|
|
Classic ironic drivers defined by ``ironic-staging-drivers`` package
|
|
are deprecated and will be removed in the Rocky release.
|
|
Operators are suggested to use new, dynamic ironic drivers (hardware types)
|
|
instead::
|
|
|
|
- ``pxe_amt_iscsi`` -> ``staging-amt`` hw type with ``staging-amt`` deploy interface
|
|
- ``pxe_amt_agent`` -> ``staging-amt`` hw type with ``direct`` deploy interface
|
|
- ``pxe_ipmitool_ansible`` -> ``staging-ansible-ipmi`` hw type with ``staging-ansible`` deploy interface
|
|
- ``pxe_libvirt_ansible`` -> ``staging-libvirt`` hw type with ``staging-ansible`` deploy interface
|
|
- ``pxe_iboot_agent`` -> ``staging-iboot`` hw type with ``direct`` deploy interface
|
|
- ``pxe_iboot_iscsi`` -> ``staging-iboot`` hw type with ``iscsi`` deploy interface
|
|
- ``agent_ipmitool_nm`` -> ``staging-nm`` hw type with ``staging-nm`` vendor interface
|
|
- ``pxe_libvirt_agent`` -> ``staging-libvirt`` hw type with ``direct`` deploy interface
|
|
- ``pxe_libvirt_iscsi`` -> ``staging-libvirt`` hw type with ``iscsi`` deploy interface
|
|
- ``pxe_wol_iscsi`` -> ``staging-wol`` hw type with ``iscsi`` deploy interface
|
|
- ``pxe_wol_agent`` -> ``staging-wol`` hw type with ``direct`` deploy interface
|
|
|