summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-11-21 09:37:34 +0100
committerIlya Etingof <etingof@gmail.com>2019-08-14 14:19:03 +0200
commit9fab96fc3748dcdefb3a57bf40b8c9feb4a1981b (patch)
tree15a8a2a67e71e877e41cc32cad4158cb10abf290 /releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
parent33acfa2d1b6b73e45b457e2664b8d808427bcb49 (diff)
downloadironic-9fab96fc3748dcdefb3a57bf40b8c9feb4a1981b.tar.gz
Add Redfish Virtual Media Boot support
This patch introduces standard Redfish virtual media boot support to ironic. The patch implements basic boot interface features along with devstack plugin support for virtual media boot. Functionally, redfish boot interface supports the same set of features as PXE. Unlike other virtual media boot implementations (e.g. iLo), this patch does not require user-built deploy/rescue/boot ISO images for virtual media boot. Instead, ironic will build necessary images out of common kernel/ramdisk pair (though user needs to provide ESP image). Story: 1526753 Task: 10389 Co-Authored-By: Shivanand Tendulker <stendulker@gmail.com> Change-Id: I0db0a64c5ccf260f5a0695dbe994af1e11f71517
Diffstat (limited to 'releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml')
-rw-r--r--releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml b/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
new file mode 100644
index 000000000..eb1f1388d
--- /dev/null
+++ b/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Adds virtual media boot interface to ``redfish`` hardware type supporting
+ virtual media boot. The ``redfish-virtual-media`` boot interface operates
+ on the same kernel/ramdisk as, for example, PXE boot interface does, however
+ ``redfish-virtual-media`` boot interface can additionally require EFI
+ system partition image (ESP) when performing UEFI boot. New configuration
+ option ``bootloader`` or ``[driver_info]/bootloader`` property can be used
+ to convey ESP location to ironic.