kolla-ansible/releasenotes/notes/ironic-pxe-and-ipxe-57357e928ed9ea48.yaml
Radosław Piliszek 9503308a87 Ironic: Support both plain PXE and iPXE
Depends-On: https://review.opendev.org/c/openstack/kolla/+/832163
Change-Id: Ia2dba1854e925041ae23c731273b810bb2d5ec30
2022-04-06 08:47:17 +00:00

17 lines
688 B
YAML

---
features:
- |
Support for both PXE and iPXE enabled in Ironic at the same time.
upgrade:
- |
Ironic volumes related to PXE (TFTP) and iPXE & direct deploy (HTTP)
are refactored to share a common parent path at ``/var/lib/ironic``.
This is done to support both PXE and iPXE at the same time.
Operators doing advanced customisations might need to review the
relevant defaults section.
- |
Upgrades of Ironic will now wait for nodes in ``wait`` states to change
their state. This is to improve the user experience by avoiding
breaking processes being waited on. This can be disabled by setting
``ironic_upgrade_skip_wait_check`` to ``yes``.