Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <jfz1r02h05> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o IdentityFile="/home/bifrost/.ssh/id_rsa" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 jfz1r02h05 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1467913744.17-217529160406546/wait_for; rm -rf /root/.ansible/tmp/ansible-tmp-1467913744.17-217529160406546/ >/dev/null 2>&1'
  2. ^Cfatal: [jfz1r02h05] => SSH Error: Shared connection to jfz1r02h05 closed.
  3. It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
  4. Traceback (most recent call last):
  5. File "/usr/local/lib/python2.7/dist-packages/ansible/runner/__init__.py", line 86, in _executor_hook
  6. result_queue.put(return_data)
  7. File "<string>", line 2, in put
  8. File "/usr/lib/python2.7/multiprocessing/managers.py", line 758, in _callmethod
  9. 32
  10. ERROR: interrupted
  11. Command failed ansible-playbook -i inventory -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /home/anupn/kolla/ansible/prechecks.yml --verbose --verbose --verbose --verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement