Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. The full traceback is:
  2. File "/tmp/ansible_v1yYgl/ansible_module_kolla_docker.py", line 910, in main
  3. result = bool(getattr(dw, module.params.get('action'))())
  4. File "/tmp/ansible_v1yYgl/ansible_module_kolla_docker.py", line 679, in recreate_or_restart_container
  5. self.start_container()
  6. File "/tmp/ansible_v1yYgl/ansible_module_kolla_docker.py", line 692, in start_container
  7. self.pull_image()
  8. File "/tmp/ansible_v1yYgl/ansible_module_kolla_docker.py", line 532, in pull_image
  9. repository=image, tag=tag, stream=True
  10. File "/usr/local/lib/python2.7/dist-packages/docker/api/image.py", line 414, in pull
  11. self._raise_for_status(response)
  12. File "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 263, in _raise_for_status
  13. raise create_api_error_from_http_exception(e)
  14. File "/usr/local/lib/python2.7/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
  15. raise cls(e, response=response, explanation=explanation)
  16.  
  17.  
  18. "module_args": {
  19. "action": "recreate_or_restart_container",
  20. "api_version": "auto",
  21. "auth_email": null,
  22. "auth_password": "testpassword",
  23. "auth_registry": "192.168.200.10:5000",
  24. "auth_username": "testuser",
  25. "cap_add": [],
  26. "command": null,
  27. "detach": true,
  28. "dimensions": {},
  29. "environment": {
  30. "KOLLA_CONFIG_STRATEGY": "COPY_ALWAYS"
  31. },
  32. "graceful_timeout": 10,
  33. "image": "192.168.200.10:5000/kolla/ubuntu-binary-fluentd:rocky",
  34. }, [90/50843]
  35. "graceful_timeout": 10,
  36. "image": "192.168.200.10:5000/kolla/ubuntu-binary-fluentd:rocky",
  37. "labels": {},
  38. "name": "fluentd",
  39. "privileged": false,
  40. "remove_on_exit": true,
  41. "restart_policy": "unless-stopped",
  42. "restart_retries": 10,
  43. "security_opt": [],
  44. "state": "running",
  45. "tls_cacert": null,
  46. "tls_cert": null,
  47. "tls_key": null,
  48. "tls_verify": false,
  49. "tty": false,
  50. "volumes": [
  51. "/etc/kolla//fluentd/:/var/lib/kolla/config_files/:ro",
  52. "/etc/localtime:/etc/localtime:ro",
  53. "kolla_logs:/var/log/kolla/"
  54. ],
  55. "volumes_from": null } }, "msg": "'Traceback (most recent call last):\\n File \"/tmp/ansible_gdSdoX/ansible_module_kolla_docker.py\", line 910, in main\\n result = bool(getattr(dw, module.params.get(\\'action\\'))())\\n File \"/tmp/ansible_gdSdoX/ansible_module_kolla_docker.py\", line 679, in recreate_or_restart_container\\n self.start_container()\\n File \"/tmp/ansible_gdSdoX/ansible_module_kolla_docker.py\", line 692, in start_container\\n self.pull_image()\\n File \"/tmp/ansible_gdSdoX/ansible_module_kolla_docker.py\", line 532, in pull_image\\n repository=image, tag=tag, stream=True\\n File \"/usr/local/lib/python2.7/dist-packages/docker/api/image.py\", line 414, in pull\\n self._raise_for_status(response)\\n File \"/usr/local/lib/python2.7/d
  56. ist-packages/docker/api/client.py\", line 263, in _raise_for_status\\n raise create_api_error_from_http_exception(e)\\n File \"/usr/local/lib/pytho
  57. n2.7/dist-packages/docker/errors.py\", line 31, in create_api_error_from_http_exception\\n raise cls(e, response=response, explanation=explanation)\
  58. \nNotFound: 404 Client Error: Not Found (\"manifest for 192.168.200.10:5000/kolla/ubuntu-binary-fluentd:rocky not found\")\\n'"
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement