bifrost/releasenotes/notes/ipxe-download-bc1235cbbc87121c.yaml
Markos Chandras d81f1137c0 roles: bifrost-ironic-install: Always download the latest iPXE files
Set the 'force' option in the get_url module to 'yes' to always download
the latest files if necessary. This aims to resolve iPXE problems
related to http://ipxe.org/err/040ee1. One of the solutions suggested
there is to use the latest version of iPXE. However, up to know, we
didn't update the files after the initial download which means that such
problems could persist indefinitely. iPXE files are really small, so
the download overhead is really minimal.

Change-Id: Ib8f7e4d74a33eeb4147732f7e161ba03de434e7b
2017-02-09 18:24:49 +00:00

7 lines
238 B
YAML

---
other:
- By default, the installation process now downloads iPXE binaries
from ipxe.org upon re-installation. Previously, the download was
not set to be forced, and thus would be skipped if the file was
already present.