Description of problem: ansible-playbook -i ~/overcloud-deploy/overcloud/tripleo-ansible-inventory.yaml /usr/share/ansible/tripleo-playbooks/ssh_key_rotation.yaml --extra-vars "keep_old_key_authorized_keys=true backup_folder_path=/home/stack/backup" Version-Release number of selected component (if applicable): 17.1 How reproducible: Unsure, but once it happens it stays broken Steps to Reproduce: 1. ansible-playbook -i ~/overcloud-deploy/overcloud/tripleo-ansible-inventory.yaml /usr/share/ansible/tripleo-playbooks/ssh_key_rotation.yaml --extra-vars "keep_old_key_authorized_keys=true backup_folder_path=/home/stack/backup" Actual results: Connectivity to compute nodes and controller node was broken, even with the keys in the backup folder Expected results: SSH Keep working Additional info: I think maybe one mistake I did is that the first time I ran this, the folder /home/stack/backup did not exist (I thought Ansible would create it for me). Maybe it didn't and that's why we got stuck with the backup keys not working at all
Carl, Do you agree we can merge this into https://bugzilla.redhat.com/show_bug.cgi?id=2234492 and look into the problem in that bug or do you want any additional points being looked into in this separate bug ?
Hi Takashi, I think we can merge both bugzillas. I don't remember why we raised both of them during the hackfest.