
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>
15 lines
611 B
YAML
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.
|
|
|