HWMgmt-DeviceMgr-DeviceManager
HWMgmt-DeviceMgr-DeviceManager copied to clipboard
Feature missing: NOS Update
According to these presentations Device Manager is capable of NOS software update. Unfortunately this feature is not present in current version of Device Manager.
- https://drive.google.com/file/d/1ZLk9IjGRsFCsC-smoqDY9ohiCxBavEg9
- https://www.youtube.com/watch?v=zGMIcgPa_LM
The NOS update is a vendor dependent implementation, which will include vendor IP information. So we have left it blank. However, I see OP's point; we should at least pass the request down to the Redfish service on the device.
We will modify the Redfish service we've contributed to OCP and make it return “NotImplemented” by default. Users should reach out to their HW vendors and obtain functional Redfish binaries.
@MaciejMis The software update source code has already in the master branch. You could refer to the software_update.go source code.