Skip to content

Instantly share code, notes, and snippets.

@vharsh
Created September 6, 2017 14:17
Show Gist options
  • Save vharsh/c6366eec523d2f369b936d46c7cbac72 to your computer and use it in GitHub Desktop.
Save vharsh/c6366eec523d2f369b936d46c7cbac72 to your computer and use it in GitHub Desktop.
Kolla-ansible-phail
TASK [common : include] ***********************************************************************************************************************
included: /usr/local/share/kolla-ansible/ansible/roles/common/tasks/start.yml for localhost
TASK [common : Starting fluentd container] ****************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "failed": true, "msg": "'Traceback (most recent call last):\\n File \"/tmp/ansible_ethb65/ansible_module_kolla_docker.py\", line 781, in main\\n result = bool(getattr(dw, module.params.get(\\'action\\'))())\\n File \"/tmp/ansible_ethb65/ansible_module_kolla_docker.py\", line 595, in start_container\\n self.pull_image()\\n File \"/tmp/ansible_ethb65/ansible_module_kolla_docker.py\", line 445, in pull_image\\n repository=image, tag=tag, stream=True\\n File \"/usr/local/lib/python2.7/dist-packages/docker/api/image.py\", line 175, in pull\\n self._raise_for_status(response)\\n File \"/usr/local/lib/python2.7/dist-packages/docker/client.py\", line 173, in _raise_for_status\\n raise errors.NotFound(e, response, explanation=explanation)\\nNotFound: 404 Client Error: Not Found (\"{\"message\":\"manifest for kolla/centos-binary-fluentd:4.0.2 not found\"}\")\\n'"}
to retry, use: --limit @/usr/local/share/kolla-ansible/ansible/site.retry
PLAY RECAP ************************************************************************************************************************************
localhost : ok=23 changed=9 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment