summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-11-15 19:40:03 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-11-15 20:09:20 +0100
commitdbc24610d907cb51d8b711edd1b6bd5413c85e69 (patch)
treea7a236dec81253091aadc257807dabbe9b3f8884 /releasenotes
parent2ef65aa368842472946c7aa33749121f845ac336 (diff)
downloadironic-dbc24610d907cb51d8b711edd1b6bd5413c85e69.tar.gz
Add an option to create inspector-compatible boot.ipxe
Currently the default boot.ipxe is not suitable for ironic-inspector in a standalone configuration. This change adds a new option [pxe]ipxe_fallback_script that makes boot.ipxe fall back to the provided script. Story: #2009294 Task: #43982 Change-Id: Id5547885e75beafb4423e9e2056c79c54b286275
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ipxe-fallback-a10c8ce422caa429.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/ipxe-fallback-a10c8ce422caa429.yaml b/releasenotes/notes/ipxe-fallback-a10c8ce422caa429.yaml
new file mode 100644
index 000000000..0f0d60236
--- /dev/null
+++ b/releasenotes/notes/ipxe-fallback-a10c8ce422caa429.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adds a new configuration option ``[pxe]ipxe_fallback_script`` which allows
+ iPXE boot to fall back to e.g. ironic-inspector iPXE script.