summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
diff options
context:
space:
mode:
authorankit <ankit.dhn31@gmail.com>2020-10-29 05:35:03 +0000
committerankit <ankit.dhn31@gmail.com>2021-02-03 16:33:31 +0000
commit80017a1d37a1423a721da83b06090f8151a08f0d (patch)
treecc8347aba62697183b1c8bf9209c99ea1d0e6c34 /releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
parent7d74ea0eee8f935f5b6c8406e6997d4143fce01e (diff)
downloadironic-80017a1d37a1423a721da83b06090f8151a08f0d.tar.gz
Fixes issue of redfish firmware update
Currently ilo5 based hardware does not support redfish based firmware update. This patch fixes the issue by making the change to to check whether sushy_task.messages is present. It was also not calling prepare_ramdisk() before rebooting the system to update the firmware which has been fixed in this patch. Change-Id: I9d70fed0de1829973748c06a1342d7a7af0f93d4 Story: #2008403 Task: #41339 (cherry picked from commit 2e6777d757031a5ea0e52ff0e49a6ca1f3b84316)
Diffstat (limited to 'releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml')
-rw-r--r--releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml b/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
new file mode 100644
index 000000000..bb114c2bc
--- /dev/null
+++ b/releasenotes/notes/fixes-ilo5-redfish-firmware-update-issue-c6dfcd71a2f659a5.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Fixes redfish firmware update for ilo5 based hardware by
+ making necessary changes to check whether sushy_task.messages
+ is present, since in case of iLo task data does not contain
+ messages attribute. Also it was not calling prepare_ramdisk()
+ before rebooting the system to update the firmware which has
+ been fixed in this patch.