ironic/releasenotes/notes/add-more-sources-redfish-firmware-update-3da89f10dc0f8d21.yaml
Aija Jauntēva 960f10a902 Add more sources to redfish firmware upgrade
Adds swift and file support for `redfish` management interface
`firmware_update` step.
Adds `source` to step and `[redfish]firmware_source` to config
for setting up if and how files are staged. Support `http`, `local`
and `swift` for staging.
Adds `checksum` to step for checksum verification when file is
staged.

Story: 2008723
Task: 42067
Change-Id: Ibcc7815b32344d67f912d7dcda7283bac3582316
2022-01-17 08:34:57 +00:00

15 lines
612 B
YAML

---
features:
- |
For ``redfish`` and ``idrac-redfish`` management interface
``firmware_update`` clean step adds Swift, HTTP service and file system
support to serve and Ironic's HTTP and Swift service to stage files. Also
adds mandatory parameter ``checksum`` for file checksum verification.
upgrade:
- |
For ``redfish`` and ``idrac-redfish`` management interface
``firmware_update`` clean step there is now mandatory ``checksum``
parameter necessary. Update existing clean steps to include it, otherwise
clean step will fail with error "'checksum' is a required property".