ironic/releasenotes/notes/add-redfish-httpboot-support-8d516158860c9d43.yaml
Julia Kreger 041a7d7064 Redfish UefiHttp boot support
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
2024-01-04 07:12:20 -08:00

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.