960f10a902
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
15 lines
612 B
YAML
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".
|