roles: bifrost-ironic-install: Download the iPXE loader file

We are chaining to the PXE loader file instead of loading it as a kernel
image so we should download the ipxe.pxe file instead of the ipxe.lkrn
one

Fixes: I1f07e91ab109d1e59a377f1561a42fa9c0129405
Change-Id: Ica768cf304db9ed6abdb98976dceee5f04f3eac2
This commit is contained in:
Markos Chandras 2018-01-30 17:49:04 +00:00
parent a081b8e441
commit b3e8e95967
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ syslinux_tftp_dir: /usr/share/syslinux
# the location of the packaged files.
download_ipxe: true
ipxe_dir: /usr/local/share/ipxe
ipxe_full_binary: ipxe.lkrn
ipxe_full_binary: ipxe.pxe
ironic_rootwrap_dir: /usr/bin/
nginx_user: nginx
mysql_service_name: mysql

View File

@ -32,4 +32,4 @@
delay: 10
with_items:
- undionly.kpxe
- ipxe.lkrn
- ipxe.pxe