openstack-ansible-os_ironic/releasenotes/notes/adds-uefi-boot-support-18ad99dd21f7e8be.yaml
James Denton 2a24dd59ba Add Support for Deploying UEFI Baremetal Nodes
This patchset adds support for deploying instances using UEFI baremetal
nodes. UEFI may replace Legacy BIOS mode in future Ironic releases. Tested
with Ubuntu Focal 20.04 LTS.

Change-Id: I0fa6234ec7321e1d69901175baeab4ddb08afc50
2021-12-12 14:24:30 +00:00

7 lines
341 B
YAML

---
features:
- UEFI boot support has been added. To migrate from Legacy BIOS mode,
define `boot_mode:uefi` as a capability for baremetal nodes that support
UEFI. In addition, corresponding flavor(s) will need to be created or
modified to include `boot_mode:uefi` as a capability for scheduling to
occur against UEFI nodes.