ironic/ironic/tests
Gonéri Le Bouder 42dc6a341a ipxe: retry on failure
If ipxe fails to boot download kernel/initrd, it will give up and the
boot process will continue with the next boot device, and may end up
with a boot on the old disk image.

If ipxe has failed to download a file and after the pxe/ipxe_timeout
delay, it will now retry to download it instead of giving up.

This goto/retry pattern is common with IPXE. This is an example:
  http://ipxe.org/cmd/autoboot

We can hardly implement complex solutions since we have a very limited
control over the ipxe version in use.

Closes-Bug: #1326656
Change-Id: I0fbb40c711a707ae9fae186e9afbe62b79168e28
2016-04-19 10:20:36 -04:00
..
functional Prepare for functional testing 2015-09-28 21:27:01 +00:00
unit ipxe: retry on failure 2016-04-19 10:20:36 -04:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Adopt Ironic's own context 2016-04-01 14:51:39 +08:00