-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Can't use CreateBiosConfigJob command from idrac_redfish_command module #2090
Comments
Files identified in the description: If these files are inaccurate, please update the |
Thanks for opening this issue. The logic in To fix this, I think the correct approach is to:
|
@pyfontan is your server a modular chassis/blades? I thought |
@bluikko : As said in the description i had this problem with : iDRAC 4.32.20.00 on PowerEdge C6525 |
On my previous generation systems it works when |
Files identified in the description: If these files are incorrect, please update the |
Summary
I'm trying to create a job for BIOS configuration.
In the documentation example, specified resource_id is System.Embedded.1
community.general/plugins/modules/remote_management/redfish/idrac_redfish_command.py
Line 68 in 926c0a7
When i use this resource, i have an error message :
explained by:
community.general/plugins/modules/remote_management/redfish/idrac_redfish_command.py
Line 201 in 926c0a7
And of course, if I use iDRAC.embedded.1 which is the actual manager resource ID, task fails with :
explained by :
community.general/plugins/modules/remote_management/redfish/idrac_redfish_command.py
Line 194 in 926c0a7
Issue Type
Bug Report
Component Name
idrac_redfish_command
Ansible Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
iDRAC 4.32.20.00 on PowerEdge C6525
or
iDRAC 3.21.26.22 on PowerEdge R740xd
Steps to Reproduce
Expected Results
I expect to have a BIOS Job configuration created.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: