commit dd8264176cdbf6c37375585f9480ef76991b8077 Author: Mark Goddard Date: Tue Sep 29 14:04:04 2020 +0100 Update ironic iPXE configuration * ipxe_enabled was removed in Ussuri, now there is a separate ipxe boot interface. * iPXE now has its own set of configuration for the bootfile and config template, and the values previously set when iPXE is enabled are now the default in ironic. The overrides have been removed, since they match the iPXE defaults. Change-Id: I9d9f030ee4be979d0a849b59e5eb991f2d82f6a4 diff --git a/ansible/roles/ironic/templates/ironic.conf.j2 b/ansible/roles/ironic/templates/ironic.conf.j2 index 7854d0e..e0c5064 100644 --- a/ansible/roles/ironic/templates/ironic.conf.j2 +++ b/ansible/roles/ironic/templates/ironic.conf.j2 @@ -184,11 +184,6 @@ deploy_logs_collect = always [pxe] pxe_append_params = nofb nomodeset vga=normal console=tty0 console=ttyS0,{{ ironic_console_serial_speed }} {% if enable_ironic_ipxe | bool %} -ipxe_enabled = True -pxe_bootfile_name = undionly.kpxe -uefi_pxe_bootfile_name = ipxe.efi -pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template -uefi_pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template tftp_root = /httpboot tftp_master_path = /httpboot/master_images tftp_server = {{ api_interface_address }}