tripleo-heat-templates/releasenotes/notes/uefi_ipxe_bootfile_name-f2c9cc8971dc1ed8.yaml
Harald Jensås dea0c72b56 Add parameter IronicIPXEUefiSnpOnly
Add new parameter IronicIPXEUefiSnpOnly (default: true).
When `true` ipxe-snponly.efi is used for UEFI, when `false` ipxe.efi
is used.

'snponly.efi' is the default in puppet-ironic master branch, however
in Wallaby and earlier releases 'ipxe.efi' is the default. Since
'ipxe.efi' is not compatible with a lot of hardware TripleO should
change this default.

Conflicts:
  deployment/ironic/ironic-conductor-container-puppet.yaml

Related: RHBZ#2049179
Closes-Bug: 1959726
Change-Id: I8ee338c3f3e20f1826d98efb38d3b21fefda5031
(cherry picked from commit bd13adefd1)
2022-02-05 05:13:56 +01:00

10 lines
339 B
YAML

---
upgrade:
- |
The default UEFI iPXE bootfile is now `snponly.efi`. The boolean parameter
`IronicIPXEUefiSnpOnly` was added to allow custom configuration. When set
to `true` snponly is used, when `false` the previous default ipxe.efi is
used. See bug:
`1959726 <https://bugs.launchpad.net/tripleo/+bug/1959726>`_.