Advertisement
Guest User

Untitled

a guest
Oct 4th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. TASK [ceph : Fetching Ceph keyrings] *******************************************
  3. task path: /root/kolla/ansible/roles/ceph/tasks/distribute_keyrings.yml:2
  4. <67.58.53.149> ESTABLISH SSH CONNECTION FOR USER: None
  5. <67.58.53.149> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 67.58.53.149 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1475615348.94-105084320959325 `" && echo ansible-tmp-1475615348.94-105084320959325="` echo $HOME/.ansible/tmp/ansible-tmp-1475615348.94-105084320959325 `" ) && sleep 0'"'"''
  6. <67.58.53.149> PUT /tmp/tmpstnjmO TO /root/.ansible/tmp/ansible-tmp-1475615348.94-105084320959325/command
  7. <67.58.53.149> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r '[67.58.53.149]'
  8. <67.58.53.149> ESTABLISH SSH CONNECTION FOR USER: None
  9. <67.58.53.149> SSH: EXEC ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r -tt 67.58.53.149 '/bin/sh -c '"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1475615348.94-105084320959325/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1475615348.94-105084320959325/" > /dev/null 2>&1 && sleep 0'"'"''
  10. fatal: [67.58.53.149]: FAILED! => {"failed": true, "msg": "The conditional check '{{ (ceph_files_json.stdout | from_json).changed }}' failed. The error was: No JSON object could be decoded"}
  11.  
  12. NO MORE HOSTS LEFT *************************************************************
  13. to retry, use: --limit @/root/kolla/ansible/site.retry
  14.  
  15. PLAY RECAP *********************************************************************
  16. 67.58.53.149 : ok=25 changed=0 unreachable=0 failed=1
  17.  
  18. Command failed ansible-playbook -i ../ansible/inventory/multinode -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla --tags ceph -e action=deploy /root/kolla/ansible/site.yml --verbose --verbose --verbose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement