Files
ironic/releasenotes/notes/redfish-full-boot-payload-asrockrack-79a9291da8ec5a50.yaml
Mohamed-HDD 54977a14d5 Fix : AsRockRack Management via Redfish
Add required boot params in Redfish calls for AsRockRack

Related-Bug: #2073518
Change-Id: I0610d488eb4392bf335464e685aaadbf28d59529
Signed-off-by: Mohamed EL HADDAD <mohamed.el-haddad@ovhcloud.com>
2025-09-11 17:27:07 +02:00

15 lines
611 B
YAML

---
fixes:
- |
Improved Redfish compatibility with ASRock Rack servers by updating how
boot mode and boot device settings are applied.
Previously, calls to `set_boot_device` and `set_boot_mode` only included
minimal parameters (e.g., `BootOverrideTarget` and `BootOverrideMode`), which
were insufficient for certain vendor implementations like ASRockRack.
This fix updates the Redfish driver to send the full payload, including
`BootSourceOverrideEnabled`, `BootSourceOverrideTarget`, `BootSourceOverrideMode`,
ensuring better compliance and reliability on these platforms.