d253ca87f2
From Rocky, Ironic no longer supports drivers, in favour of hardware types. Hardware types were already implemented for the overcloud Ironic, this change ensures that Bifrost configuration is given hardware types where necessary. Change-Id: Iea91d2cd88b7566bb9cad20367ec64b9213d8845
13 lines
459 B
YAML
13 lines
459 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Overcloud Ironic must now be configured with the variable
|
|
``kolla_ironic_enabled_hardware_types``; ``kolla_ironic_drivers`` has been
|
|
removed.
|
|
- |
|
|
Bifrost's ``kolla_bifrost_enable_ipmitool_drivers`` and
|
|
``kolla_bifrost_enable_pxe_drivers`` variables have been removed. Bifrost
|
|
must now be configured by setting the variable
|
|
``kolla_bifrost_enabled_hardware_types`` to be a list of hardware types to
|
|
enable.
|