Advertisement
Guest User

Untitled

a guest
Jun 29th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. TASK [prechecks : Checking docker SDK version] **********************************************************************************************************************************************
  2. task path: /home/user/kayobe-victoria/venvs/kolla-ansible/share/kolla-ansible/ansible/roles/prechecks/tasks/package_checks.yml:2
  3. Using module file /home/user/kayobe-victoria/venvs/kolla-ansible/lib/python3.6/site-packages/ansible/modules/commands/command.py
  4. Pipelining is enabled.
  5. <192.168.29.235> ESTABLISH SSH CONNECTION FOR USER: kolla
  6. <192.168.29.235> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssa
  7. pi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="kolla"' -o ConnectTimeout=10 -o ControlPath=/home/user/.ansible/cp/fd07cd3018 192.168.29.235 '/bin/sh -c '"'"'/opt/kay
  8. obe/venvs/kolla-ansible/bin/python && sleep 0'"'"''
  9. <192.168.29.235> (1, b'\n{"msg": "non-zero return code", "cmd": ["/usr/bin/python3", "-c", "import docker; print(docker.__version__)"], "stdout": "", "stderr": "Traceback (most recent call
  10. last):\\n File \\"<string>\\", line 1, in <module>\\nModuleNotFoundError: No module named \'docker\'", "rc": 1, "start": "2021-06-29 05:10:12.035714", "end": "2021-06-29 05:10:12.055055",
  11. "delta": "0:00:00.019341", "changed": true, "failed": true, "invocation": {"module_args": {"_raw_params": "/usr/bin/python3 -c \\"import docker; print(docker.__version__)\\"", "warn": true,
  12. "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\n', b'')
  13. <192.168.29.235> Failed to connect to the host via ssh:
  14. fatal: [juc-ucsb-5-p]: FAILED! => {
  15. "changed": false,
  16. "cmd": [
  17. "/usr/bin/python3",
  18. "-c",
  19. "import docker; print(docker.__version__)"
  20. ],
  21. "delta": "0:00:00.019341",
  22. "end": "2021-06-29 05:10:12.055055",
  23. "failed_when_result": true,
  24. "invocation": {
  25. "module_args": {
  26. "_raw_params": "/usr/bin/python3 -c \"import docker; print(docker.__version__)\"",
  27. "_uses_shell": false,
  28. "argv": null,
  29. "chdir": null,
  30. "creates": null,
  31. "executable": null,
  32. "removes": null,
  33. "stdin": null,
  34. "stdin_add_newline": true,
  35. "strip_empty_ends": true,
  36. "warn": true
  37. }
  38. },
  39. "msg": "non-zero return code",
  40. "rc": 1,
  41. "start": "2021-06-29 05:10:12.035714",
  42. "stderr": "Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\nModuleNotFoundError: No module named 'docker'",
  43. "stderr_lines": [
  44. "Traceback (most recent call last):",
  45. " File \"<string>\", line 1, in <module>",
  46. "ModuleNotFoundError: No module named 'docker'"
  47. ],
  48. "stdout": "",
  49. "stdout_lines": []
  50. }
  51.  
  52. PLAY RECAP **********************************************************************************************************************************************************************************juc-ucsb-5-p : ok=9 changed=2 unreachable=0 failed=1 skipped=12 rescued=0 ignored=0
  53.  
  54. Command failed ansible-playbook -i /home/user/kayobe-victoria/config/kolla/inventory/overcloud -e @/home/user/kayobe-victoria/config/kolla/globals.yml -e @/home/user/kayobe-victoria/config/kolla/passwords.yml -e CONFIG_DIR=/home/user/kayobe-victoria/config/kolla -e kolla_action=precheck /home/user/kayobe-victoria/venvs/kolla-ansible/share/kolla-ansible/ansible/site.yml --verbose --verbose --verbose
  55. kolla-ansible prechecks exited 1
  56. clean_up OvercloudServiceReconfigure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement