Files
ironic/releasenotes/notes/idrac10-vmedia-slot1-5d15433b84843a10.yaml
Iury Gregory Melo Ferreira af0b9751d2 Force Virtual Media Slot 1 on iDRAC10
iDRAC10 requires using the Virtual Media Slot1,
the problem is that some bmcs doesn't return
the resrouces ordered, this causes the provisioning
to fail because we inserted the iso in the wrong slot.

This patch adds support to detect the version
of idrac, this is based on redfish information acessible
via manager.model. With the information about the idrac
version, we can force ironic to use a specific Virtual
Media slot.

Closes-Bug: #2125571
Assisted-By: Claude Code - Claude Sonnet 4
Change-Id: I38c8286c644d93a6f16137bd73f6e267948642b1
Signed-off-by: Iury Gregory Melo Ferreira <imelofer@redhat.com>
2025-09-25 15:18:29 -03:00

9 lines
314 B
YAML

---
fixes:
- |
Fixes an issue where some iDRAC10 machines requires a specific Virtual
Media Slot. Ironic will attempt to automatically identify the version,
and ensures the right slot is used to insert the iso.
See `bug 2125571 <https://bugs.launchpad.net/ironic/+bug/2125571>`_
for details.