ironic/ironic/tests/unit/drivers/pxe_config.template
Hironori Shiina ca921839b2 Stop passing IP address to IPA by PXE
CoreOS version for Ironic Python Agent was upgraded in the Rocky. An
IPA built on CoreOS doesn't boot from PXE. A new validation added to
CoreOS doesn't allow 'ip' parameter passed by PXE when DHCP is used.
This patch changes 'ipappend' parameter in PXE configuration not to
pass 'ip' parameter.

Change-Id: I6d5ca3a51fcbe95bd9e541a6f5ad2f7352c86a6e
Story: 2002093
Task: 19771
2018-05-30 10:58:37 +09:00

21 lines
763 B
Plaintext

default deploy
label deploy
kernel /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_kernel
append initrd=/tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/deploy_ramdisk selinux=0 troubleshoot=0 text test_param ipa-api-url=http://192.168.122.184:6385 coreos.configdrive=0
ipappend 2
label boot_partition
kernel /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/kernel
append initrd=/tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/ramdisk root={{ ROOT }} ro text test_param
label boot_whole_disk
COM32 chain.c32
append mbr:{{ DISK_IDENTIFIER }}
label trusted_boot
kernel mboot
append tboot.gz --- /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/kernel root={{ ROOT }} ro text test_param intel_iommu=on --- /tftpboot/1be26c0b-03f2-4d2e-ae87-c02d7f33c123/ramdisk