Add BiosVersion field to System

Currently we don't have the BiosVersion information when
we query the System resource in sushy-tools, this cause
problems when checking the information with Firmware Interface

Change-Id: I8b5bf1387f32bd4d4bd91d3211782d900320b319
This commit is contained in:
Iury Gregory Melo Ferreira 2023-10-25 09:41:20 -03:00
parent 0246649c06
commit 37f118237a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
"Bios": {
"@odata.id": {{ "/redfish/v1/Systems/%s/BIOS"|format(identity)|tojson }}
},
"BiosVersion": "1.0.0",
"Processors": {
"@odata.id": {{ "/redfish/v1/Systems/%s/Processors"|format(identity)|tojson }}
},