summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-08-15 16:42:19 +0200
committerJay Faulkner <jay@jvf.cc>2022-09-26 23:29:46 +0000
commit67d8c30c0446ec3e641a8402c2cedd6e9b789ec3 (patch)
tree214aed2c25bfc7e261ba934f11a4b8c66b7c3885 /releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
parent1bffb2c02c8a5ffa8d99befcb56499896452e7fe (diff)
downloadironic-67d8c30c0446ec3e641a8402c2cedd6e9b789ec3.tar.gz
Do not reboot into nowhere after BIOS settings with fast-track
Currently, the prepare_ramdisk implementation of the redfish-virtual-media boot interface skips configuring an ISO in fast-track mode. When rebooting after BIOS/RAID settings changes, we need to enforce the correct ISO configuration. Conflicts: ironic/drivers/modules/deploy_utils.py ironic/drivers/modules/redfish/bios.py Change-Id: Ibdfe0775065f3b27478305dd18929a291df3ee3c (cherry picked from commit 89f421b166915a22626dcb919382ce13f4588973) (cherry picked from commit d85d7f8ac52f289b7b01096c65757b68791f4bd4) (cherry picked from commit 66373aadc04974de0838abc43c5f9cf113781f1f)
Diffstat (limited to 'releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml')
-rw-r--r--releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml b/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
new file mode 100644
index 000000000..b4a8004f7
--- /dev/null
+++ b/releasenotes/notes/fast-track-bios-fa9ae685c151dd24.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes rebooting into the agent after changing BIOS settings in fast-track
+ mode with the ``redfish-virtual-media`` boot interface. Previously, the ISO
+ would not be configured.