-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redfish Support multi-part HTTP Push Update #6471
Comments
Files identified in the description: If these files are incorrect, please update the |
@sseekamp, before starting down this path, could you confirm that "/redfish/v1/UpdateService" contains the property "MultipartHttpPushUri" for your system? |
|
Perfect, thanks! |
Revisiting - we have another vendor that is multipart upload and not simple update capable if that helps with effort to value calculations :) |
Thanks for the ping; I lost this from my radar. I don't think it should be hard to support; most of the building blocks are in place, and the multipart encoding can be leveraged from the requests toolkit module. |
Summary
At the moment we have GPU devices that only support HTTP push Redfish update capability. Would it be possible to open a discussion around implementing that functionality?
Per #3910 I see that it isn't supported and doesn't appear to be on a roadmap that I could find.
@mraineri - thank you in advance :)
Issue Type
Feature Idea
Component Name
redfish_command
Additional Information
Potentially implement it as:
Code of Conduct
The text was updated successfully, but these errors were encountered: