-
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_config - set HttpPushUriOptions / atttribute ApplyTime to OnReset #3910
Comments
Files identified in the description: If these files are incorrect, please update the |
Sorry this took so long to come back to triage. As of this moment, the only support the Redfish module has with any update capability is with the SimpleUpdate request found in redfish_command. There's no support today for HttpPush updates, so controlling the apply time for an HttpPush update doesn't help folks too much. Would adding push update support be useful? If so, we should be able to add that along with the other types of control parameters for the update (such as configuring the apply time). One thing worth noting though is sometimes the update process requires intervention from the user to perform reset operations. The existing flow for SimpleUpdate in the module isn't quite complete as noted in issue #4276. |
Hi @mraineri , Thank a lot for your answer.
No better way. So yes, ApplyTime=OnReset on ansible/redfish module would be so helpful :-) Best Regards, |
So, it sounds like for your usage you want to specify the apply time when performing a SimpleUpdate. You won't need to use the HttpPush properties to configure that (since that will affect the apply time if invoking the update via the HttpPushUri). So, I would propose extending the SimpleUpdate command to add an apply time parameter. Something like this:
|
Hi @mraineri, it would be absolutely perfect ! Regards, |
Files identified in the description: If these files are incorrect, please update the |
Hi @mraineri , thank you, a lot, that is so nice !! It will be so helpful for me ! |
Summary
Hi all,
I may misunderstood how redfish_info module/module_utils behaves, but I can't simply set the ApplyTime attribute.
Set HttpPushUriOptions ApplyTime=OnReset
Is it possible ? What do I miss ?
Best regards,
Francine
Issue Type
Feature Idea
Component Name
redfish_config remote_management
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: