-
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
Redfish iDRAC: Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob #6370
Redfish iDRAC: Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob #6370
Conversation
…osConfigJob Signed-off-by: Mike Raineri <michael.raineri@dell.com>
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6379 🤖 @patchback |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6380 🤖 @patchback |
@mraineri thanks for your contribution! |
…fying an exact manager with 'resource_id' for CreateBiosConfigJob (#6380) Redfish iDRAC: Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob (#6370) Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob Signed-off-by: Mike Raineri <michael.raineri@dell.com> (cherry picked from commit 484f642) Co-authored-by: Mike Raineri <michael.raineri@dell.com>
…fying an exact manager with 'resource_id' for CreateBiosConfigJob (#6379) Redfish iDRAC: Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob (#6370) Allow for specifying an exact manager with 'resource_id' for CreateBiosConfigJob Signed-off-by: Mike Raineri <michael.raineri@dell.com> (cherry picked from commit 484f642) Co-authored-by: Mike Raineri <michael.raineri@dell.com>
SUMMARY
'CreateBiosConfigJob' is unique in that it relies on discovering systems and managers. All other commands so far rely on one or the other. So, when a user specifies a 'resource_id' in which to perform the operation, it will always fail one of the checks for a matching system or manager. Since CreateBiosConfigJob only relies on operating upon the first system in the system collection (and not an exact system matching 'resource_id'), the change will only perform 'resource_id' matching on the manager.
Fix #2090
ISSUE TYPE
COMPONENT NAME
idrac_redfish_command
ADDITIONAL INFORMATION
Sample playbook:
Before:
After: