Sachin Apagundi
Sachin Apagundi
> Hi @sachin-apa I don't think this is mergeable without the PR in [dell/omsdk#23](https://github.com/dell/omsdk/pull/23) @Klaas- this module has evolved over 2 years !! it is now independent of omsdk, we...
I see this is happening because the firmware idrac 2.85.85.85 doesn't support `raid_type` redfish parameter and was added only after 4.40 and above. this needs a check in the code...
@b4ldr Thanks for reporting this issue. Can you try with IPv4 address instead of fqdn and let us know if the issue reproducible. Also, Please let us know how did...
@b4ldr i tried to reproduce this in our lab, but i'm not able to reproduce this. I see http error is coming from the iDRAC not from ansible/module/url lib.. We...
@RobVerduijn Thanks for Feature, iDRAC user GET API is not returning the password field as part of the reposnse and hence we cannot check if the input password is same...
@dlehrman Can you please update the UT for the above code. All 5 lines added is not covered by the UT. https://github.com/dell/dellemc-openmanage-ansible-modules/pull/618#issuecomment-1951038424
@dlehrman Looks like the changes is done only for export operation, I think its good to make the changes for import and preview as well to keep it consistent.
@dhekimian You can have a task as below added in playbook before setting a password for root user it will fetch the LC status with a default username and password....
@dhekimian we are in plan to add the params `default_username` and `default_password` to the module/role, which will be used to authenticate after the Reset is performed. This way user will...
@BilboTheGreedy the ome_inventory plugin was introduced to run idrac modules using ome as an dynamic inventory. idrac_ip, baseuri and hostname is filled out with exactly the same information namely the...