sushy-tools/releasenotes/notes/add-virtual-media-4a137a5fb5017031.yaml
Sharpz7 244620d8f5 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: I563e316ba9955766e28d9cec702387fac472c414
2024-01-29 19:12:47 +00:00

20 lines
732 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 properties.
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.