ironic/releasenotes/notes/add-redfish-boot-interface-e7e05bdd2c894d80.yaml
Mark Goddard 2fad52eced Release notes cleanup for 13.0.0 (mk2)
Several release notes have been added since the initial cleanup for
13.0.0. This patch tidies them.

Change-Id: I83772c28c4f135ef8c0a8eb10130a3937db765d1
2019-09-23 15:53:23 +01:00

14 lines
767 B
YAML

---
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.