sushy-tools/releasenotes/notes/add-virtual-media-4a137a5fb5017031.yaml
Ilya Etingof 9e0eaf4322 Add get/set_boot_image to libvirt driver
This change introduces fully-functional Virtual Media emulation.
Libvirt domains can be booted off the ISO image inserted into
the virtual media device.

Story: 2005149
Task: 29858
Change-Id: I8880dd9ae545d963e7bacf9aa78e4c5ea6b769cb
2019-07-02 16:13:05 +02:00

20 lines
731 B
YAML

---
features:
- |
Adds Virtual Media resource.
As of this release, user can configure a collection of virtual
media devices including their types, names and other properies.
By default, ``cdrom`` and ``floppy`` devices are configured.
Each Manager automatically gets its own instance of the above
mentioned virtual media device collection. HTTP/S-hosted images
can be inserted into and ejected from virtual media devices.
If libvirt virtualization backend is being used, once ISO image
is inserted into the respective Manager, any System under that
Manager can boot from that image by booting from its local ``cdrom``
over UEFI.
The ISO images must be UEFI-bootable or hybrid.