bifrost/playbooks/roles/bifrost-ironic-install/templates/inspector-default-boot-ipxe.j2
Andrey Shestakov 97728243fd Fix ipa images urls in pxe config
Currently, ipxe config for inspector contains hardcoded name of ipa images.
Image urls should be used from ipa_*_url variable.

Change-Id: Icecc2f6033a0140de6fa05044715ef010f75e43d
2016-12-14 13:32:32 +02:00

11 lines
383 B
Django/Jinja

#!ipxe
dhcp
goto introspect
:introspect
kernel {{ ipa_kernel_url }} ipa-inspection-callback-url=http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:5050/v1/continue systemd.journald.forward_to_console=yes ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} nofb nomodeset vga=normal console=ttyS0
initrd {{ ipa_ramdisk_url }}
boot