summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
blob: abec8534f81b1f29984239335b054ca60258a097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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. Either the
    ``[conductor]bootloader`` configuration option or the
    ``[driver_info]/bootloader`` node attribute can be used to convey ESP
    location to ironic. Bootable ISO images can be served to BMCs either from
    Swift or from an HTTP server running on an ironic conductor machine. This
    is controlled by the ``[redfish]use_swift`` ironic configuration option.