sushy-tools/releasenotes/notes/add-updateservice-3332a9c15b5fb3ab.yaml
Jacob Anders 57e560f76a Add support for BIOS update emulation
This change adds UpdateService resource and SimpleUpdate action to
sushy-tools. The goal behind this addition is enabling support for
automated testing of firmware update functionality in virtualized
environments. Note: no actual firmware update is performed with these
API calls, the only result is incrementing the BiosVersion value stored
in instance metadata.

Change-Id: I22d9b7614a5a7243e08d40392a0a49a31ee00034
2024-07-12 21:24:32 +10:00

9 lines
381 B
YAML

---
features:
- |
Adds support for BIOS update emulation by introducing UpdateService.
No actual updates are performed (all the code is doing is incrementing
BIOS version value in libvirt xml) however this functionality may be
used for automated testing of firmware update features in Ironic. Note
BMC firmware update emulation is not supported at this time.