041a7d7064
Adds a redfish-https boot interface, based upon the redfish-virtual-media boot interface, however substantially copies some base methods because of simplification offered to use by putting "attach/detach" logic into how the sushy library handles the application and reset of a URL as a boot setting. This feature also increases the requirement for the Sushy library to version 4.7.0 which includes support to set the HttpBootUri field in the BMC and automatically unset it as well. Closes-Bug: #2032380 Change-Id: I991611cd67cb91aea21fc30bbae7cd24409dbbfa
8 lines
263 B
YAML
8 lines
263 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for Redfish based HTTPBoot, which leveragings the DMTF Redfish
|
|
``HttpBootUri`` ``ComputerSystem`` resource in a BMC, to assert the URL
|
|
for the next boot operation. This requires Sushy 4.7.0 as the minimum
|
|
version.
|