Stop using deprecated iPXE parameters

In theory it allows using Bifrost with plain PXE, but I haven't tried it.

Depends-On: https://review.opendev.org/759420
Change-Id: Id53ecbc167699727e59ae46936e054eb3195b829
This commit is contained in:
Dmitry Tantsur 2020-10-23 17:32:27 +02:00
parent 6dec888b93
commit 2e4d851272

View File

@ -61,16 +61,12 @@ pxe_append_params = console=ttyS0 ipa-insecure=1
{% else %}
pxe_append_params = systemd.journald.forward_to_console=yes ipa-insecure=1 {{ extra_kernel_options | default('') }}
{% endif %}
pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template
tftp_server = {{ internal_ip }}
tftp_root = /tftpboot
pxe_bootfile_name = undionly.kpxe
ipxe_enabled = true
ipxe_boot_script = /etc/ironic/boot.ipxe
tftp_master_path = {{ ironic_tftp_master_path }}
{% if enable_uefi_ipxe | bool %}
uefi_pxe_bootfile_name = {{ ipxe_efi_binary }}
uefi_pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template
uefi_ipxe_bootfile_name = {{ ipxe_efi_binary }}
{% endif %}
enable_netboot_fallback = true