Open akiselev1 opened 3 years ago
This was fixed in redhat-partner-solutions/cluster_mgnt_roles
That's correct. Can we port this fix here?
Yeah, once I get approval from the team, I am porting the fixes along with some of my own. You can privately message me aswell for the file.
I found that node discovery fails for a Dell baremetal server with iDRAC9 version 4.40.40. Task
Set Dell OneTimeBoot VirtualCD
in cluster_mgnt_roles/boot_iso/tasks/dell_redfish.yml succeeds, but Dell server with iDRAC 4.40.40 still boots from HDD. Node discovery fails because of that.I am not sure why this task uses a direct API call, which works only up to a certain iDrac version. Probably there is some historical reason for that. I suggest using this block instead:
It works with the latest community.general version. Just make sure you got the latest:
ansible-galaxy collection install community.general --force
Workaround: roll back iDRAC version to 4.22. This original task API call works with that.