ironic/releasenotes/notes/fix-vmedia-boot-method-label-8008f49ace96f1cc.yaml
Julia Kreger 4bd1c40bdc Always add 'boot_method' vmedia in redfish/ilo vmedia boot
The inclusion of a boot_method=vmedia kernel command line
argument is mandatory singnaling so IPA understands it has
been booted via virtual media, and to act accordingly.

Change-Id: I92751a3f4305fe0ded9ff379643b45132fe66157
Story: 2008749
Task: 42181
2021-03-29 10:41:47 -07:00

16 lines
717 B
YAML

---
security:
- |
Fixes an issue where ironic was not properly labeling dynamicly built
virtual media ramdisks with the signifier flag so the ramdisk understands
it was booted from virtual media.
fixes:
- |
Fixes the missing ``boot_method`` ramdisk parameter for dynamicly build
virtual media payloads. This value must be set to ``vmedia`` for the
ramdisk running on virtual media to understand it is executing from
virtual media. This was fixed for cases where it is used with the
``redfish-virtual-media`` based boot interfaces as well as the
``ilo-virtual-media`` boot interface, which is where dynamic virtual media
deployment/cleaning ramdisk generation is supported.