HWMgmt-DeviceMgr-DeviceManager icon indicating copy to clipboard operation
HWMgmt-DeviceMgr-DeviceManager copied to clipboard

Feature missing: NOS Update

Open MaciejMis opened this issue 3 years ago • 3 comments

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

MaciejMis avatar Feb 24 '22 11:02 MaciejMis

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.

taskin-ucpinar avatar Mar 02 '22 00:03 taskin-ucpinar

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.

taskin-ucpinar avatar Mar 04 '22 20:03 taskin-ucpinar

@MaciejMis The software update source code has already in the master branch. You could refer to the software_update.go source code.

JasonscHuang avatar Apr 21 '22 02:04 JasonscHuang