Description of problem: The following command is failing due to https://review.opendev.org/#/c/723382/ ~~~ openstack overcloud node delete --stack overcloud node1 node2 node3 node4 ~~~ Nodes are unreachable so Ansible is failing to run. ~~~ fatal: [$hostname]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"$ipaddress\". Make sure this host can be reached over ssh: Warning: Permanently added '$ipaddress' (ECDSA) to the list of known hosts.\r\ntripleo-admin@$ipaddress: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive).\r\n", "skip_reason": "Host $hostname is unreachable", "unreachable": true} ~~~
Powered off compute node: openstack baremetal node power off compute-0 and then delete it: openstack overcloud node delete --stack overcloud compute-0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3108
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days