2a24dd59ba
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
7 lines
341 B
YAML
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. |