ca47ba7c7f
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
7 lines
299 B
YAML
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. |