Guest User

Untitled

a guest
Mar 8th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. TASK: [ceph | Ensuring the containers ceph_mon and ceph_rgw are up] ***********
  2. <localhost> REMOTE_MODULE kolla_docker name=ceph_mon action=get_container_state
  3. <localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1456325568.97-186573346400689 && echo $HOME/.ansible/tmp/ansible-tmp-1456325568.97-186573346400689']
  4. <localhost> PUT /tmp/tmpXrn05W TO /root/.ansible/tmp/ansible-tmp-1456325568.97-186573346400689/kolla_docker
  5. <localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1456325568.97-186573346400689/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1456325568.97-186573346400689/ >/dev/null 2>&1']
  6. ok: [localhost] => (item={'group': 'ceph-mon', 'name': 'ceph_mon'}) => {"Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "OOMKilled": false, "Paused": false, "Pid": 5518, "Restarting": false, "Running": true, "StartedAt": "2016-02-24T14:45:44.364549772Z", "Status": "running", "changed": false, "failed": false, "failed_when_result": false, "item": {"group": "ceph-mon", "name": "ceph_mon"}}
  7. <localhost> REMOTE_MODULE kolla_docker name=ceph_rgw action=get_container_state
  8. <localhost> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1456325569.08-222598160635725 && echo $HOME/.ansible/tmp/ansible-tmp-1456325569.08-222598160635725']
  9. <localhost> PUT /tmp/tmpLXucgZ TO /root/.ansible/tmp/ansible-tmp-1456325569.08-222598160635725/kolla_docker
  10. <localhost> EXEC ['/bin/sh', '-c', u'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1456325569.08-222598160635725/kolla_docker; rm -rf /root/.ansible/tmp/ansible-tmp-1456325569.08-222598160635725/ >/dev/null 2>&1']
  11. fatal: [localhost] => error while evaluating conditional: container_state.Running == false
  12.  
  13. FATAL: all hosts have already failed -- aborting
  14.  
  15. PLAY RECAP ********************************************************************
  16. to retry, use: --limit @/root/site.retry
  17.  
  18. localhost : ok=12 changed=0 unreachable=1 failed=0
  19.  
  20. Command failed ansible-playbook -i /root/kolla/ansible/inventory/all-in-one -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e action=reconfigure /root/kolla/ansible/site.yml --verbose --verbose --verbose
Advertisement
Add Comment
Please, Sign In to add comment