puppet-ironic/releasenotes/notes/ipxe_name_base-91f5a571210f171c.yaml
Steve Baker ca47ba7c7f Allow alternative source files for /tftpboot/ipxe.efi
ipxe-bootimgs will soon include the ipxe efi variant
ipxe-snponly-x86_64.efi which has no networking stack, relying instead
on the UEFI networking stack. This image is required in some UEFI
environments instead of the full ipxe-x86_64.efi, so there needs to be
a mechanism for serving it by default.

This change makes this possible by setting the puppet parameter
ironic::pxe::ipxe_name_base to ipxe-snponly.

Change-Id: I3a0e85ce6d83001833c829f484baf181a677a5d9
2020-04-21 23:12:04 +00:00

7 lines
299 B
YAML

---
features:
- |
The parameter ironic::pxe::ipxe_name_base has been added, which allows
alternative ipxe files to be copied to /tftpboot/ipxe.efi. For example,
setting this to 'ipxe-snponly' on CentOS8 would result in the source file
being /usr/share/ipxe/ipxe-snponly-x86_64.efi.