You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the quite good documentation coming with OMAM. Let's make a step beyond and make it better.
examples/idrac/idrac_redfish_storage_controller_job_tracking.yml checks for the completion of a job doing it the low level way with repeatedly calling uri:. Why not change this to use dellemc_get_lc_job_status?
@ThierryBesancon ; appreciate the feedback.
In this module, as you can see we are using baseuriip:port connectivity approach unlike in our idrac based modules where we have idrac_ip and port as separate parameter. Hence third line in the proposed play enhancement may fail idrac_ip: "{{ idrac_ipaddr }}"
With this we are closing this issue now, in case you need further assistance feel free.
Hello
Thanks for the quite good documentation coming with OMAM. Let's make a step beyond and make it better.
examples/idrac/idrac_redfish_storage_controller_job_tracking.yml
checks for the completion of a job doing it the low level way with repeatedly callinguri:
. Why not change this to usedellemc_get_lc_job_status
?From
to
Hope it helps.
Thanks for the examples/samples.
The text was updated successfully, but these errors were encountered: