All other VMs are unreachable for Installer VM

Description

installer: fatal: [controller01]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '10.10.10.3' (ECDSA) to the list of known hosts.\r\nvagrant@10.10.10.3: Permission denied (publickey,password).", "unreachable": true}
installer: fatal: [compute01]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '10.10.10.6' (ECDSA) to the list of known hosts.\r\nvagrant@10.10.10.6: Permission denied (publickey,password).", "unreachable": true}
installer: fatal: [controller02]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '10.10.10.4' (ECDSA) to the list of known hosts.\r\nvagrant@10.10.10.4: Permission denied (publickey,password).", "unreachable": true}
installer: fatal: [controller03]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '10.10.10.5' (ECDSA) to the list of known hosts.\r\nvagrant@10.10.10.5: Permission denied (publickey,password).", "unreachable": true}
installer: fatal: [compute02]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '10.10.10.7' (ECDSA) to the list of known hosts.\r\nvagrant@10.10.10.7: Permission denied (publickey,password).", "unreachable": true}
installer:
installer: NO MORE HOSTS LEFT *************************************************************
installer: to retry, use: --limit @/opt/kubespray-2.10.4/cluster.retry
installer:
installer: PLAY RECAP *********************************************************************
installer: compute01 : ok=1 changed=0 unreachable=1 failed=0
installer: compute02 : ok=1 changed=0 unreachable=1 failed=0
installer: controller01 : ok=1 changed=0 unreachable=1 failed=0
installer: controller02 : ok=1 changed=0 unreachable=1 failed=0
installer: controller03 : ok=1 changed=0 unreachable=1 failed=0
installer: localhost : ok=1 changed=0 unreachable=0 failed=0

Environment

None

Activity

Le YaoFebruary 27, 2020 at 6:35 AM

This is a issue about ssh key. There is a wrong path pointing to synced_folder and the command 'cp' which will copy and set the ssh key would cause a no file error and return no-zero failure.
I will update a pathch for it soon.

Done

Details

Assignee

Reporter

Sprint

Priority

Created February 27, 2020 at 6:03 AM
Updated December 17, 2020 at 12:54 AM
Resolved March 24, 2020 at 2:59 AM

Flag notifications