Advertisement
Guest User

Untitled

a guest
May 31st, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. TASK [lxc_hosts : Cached image preparation script] *****************************
  2. task path: /etc/ansible/roles/lxc_hosts/tasks/lxc_cache_preparation.yml:55
  3. container_name: "aio1"
  4. physical_host: "aio1"
  5. container_name: "aio1"
  6. physical_host: "aio1"
  7. <172.29.236.100> ESTABLISH SSH CONNECTION FOR USER: root
  8. <172.29.236.100> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 172.29.236.100 '/bin/sh -c '"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python && sleep 0'"'"''
  9. container_name: "aio1"
  10. physical_host: "aio1"
  11. <172.29.236.100> ESTABLISH SSH CONNECTION FOR USER: root
  12. <172.29.236.100> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 172.29.236.100 '/bin/sh -c '"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python && sleep 0'"'"''
  13. ok: [aio1] => {"changed": false, "checksum": "ce42259e35ae5aabe53374735b262322f5669b5a", "dest": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh", "diff": {"after": {"path": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh"}, "before": {"path": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "delimiter": null, "dest": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "0755", "original_basename": "tmpfEFNnc", "owner": null, "path": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "tmpfEFNnc", "state": null, "validate": null}}, "mode": "0755", "owner": "root", "path": "/var/lib/lxc/LXC_NAME/rootfs/usr/local/bin/cache-prep-commands.sh", "size": 1698, "state": "file", "uid": 0}
  14.  
  15. TASK [lxc_hosts : Prepare cached image setup commands] *************************
  16. task path: /etc/ansible/roles/lxc_hosts/tasks/lxc_cache_preparation.yml:69
  17. container_name: "aio1"
  18. physical_host: "aio1"
  19. container_name: "aio1"
  20. physical_host: "aio1"
  21. <172.29.236.100> ESTABLISH SSH CONNECTION FOR USER: root
  22. <172.29.236.100> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r 172.29.236.100 '/bin/sh -c '"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python && sleep 0'"'"''
  23. fatal: [aio1]: FAILED! => {"changed": true, "cmd": ["chroot", "/var/lib/lxc/LXC_NAME/rootfs", "/usr/local/bin/cache-prep-commands.sh"], "delta": "0:00:00.004440", "end": "2018-05-31 13:06:47.431032", "failed": true, "invocation": {"module_args": {"_raw_params": "chroot /var/lib/lxc/LXC_NAME/rootfs /usr/local/bin/cache-prep-commands.sh", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 1, "start": "2018-05-31 13:06:47.426592", "stderr": "+ mkdir -p /etc/ansible/facts.d/\n+ '[' -a /etc/resolv.conf ']'\n+ echo 'nameserver 10.255.255.1'\n/usr/local/bin/cache-prep-commands.sh: line 8: /etc/resolv.conf: No such file or directory", "stdout": "", "stdout_lines": [], "warnings": []}
  24.  
  25. NO MORE HOSTS LEFT *************************************************************
  26.  
  27. PLAY RECAP *********************************************************************
  28. aio1 : ok=52 changed=3 unreachable=0 failed=1
  29.  
  30. TASK: pip_install : Install PIP ----------------------------------------- 3.05s
  31. TASK: pip_install : Install pip packages -------------------------------- 2.11s
  32. TASK: lxc_hosts : Create base directories ------------------------------- 1.50s
  33. TASK: lxc_hosts : Drop base config file(s) ------------------------------ 1.33s
  34. TASK: lxc_hosts : Rsyncing files from the LXC host to the container cache --- 1.11s
  35. TASK: lxc_hosts : Install pip packages ---------------------------------- 0.91s
  36. TASK: lxc_hosts : Install apt packages ---------------------------------- 0.87s
  37. TASK: pip_install : Install external repo key with package -------------- 0.85s
  38. TASK: lxc_hosts : Remove conflicting packages --------------------------- 0.80s
  39. TASK: pip_install : Get Modern PIP -------------------------------------- 0.80s
  40.  
  41. Hit maximum number of retries, giving up...
  42.  
  43. + info_block 'Error Info - '
  44. + echo ----------------------------------------------------------------------
  45. ----------------------------------------------------------------------
  46. + print_info 'Error Info - '
  47. + PROC_NAME='- [ Error Info - ] -'
  48. + printf '\n%s%s\n' '- [ Error Info - ] -' -------------------------------------------------
  49.  
  50. - [ Error Info - ] --------------------------------------------------
  51. + echo ----------------------------------------------------------------------
  52. ----------------------------------------------------------------------
  53. + exit_state 1
  54. + set +x
  55. ----------------------------------------------------------------------
  56.  
  57. - [ Run Time = 209 seconds || 3 minutes ] ----------------------------
  58. ----------------------------------------------------------------------
  59. ----------------------------------------------------------------------
  60.  
  61. - [ Status: Failure ] ------------------------------------------------
  62. ----------------------------------------------------------------------
  63. *** NOTICE ***
  64.  
  65. The "scripts/run-playbooks.sh" script has exited. This script is no longer needed from now on.
  66. If you need to re-run parts of the stack, adding new nodes to the environment,
  67. or have encountered an error you will no longer need this application to
  68. interact with the environment. All jobs should be executed out of the
  69. "/opt/openstack-ansible/playbooks" directory using the "openstack-ansible"
  70. command line wrapper.
  71.  
  72. For more information about OpenStack-Ansible please review our documentation at:
  73. http://docs.openstack.org/developer/openstack-ansible
  74.  
  75. Additionally if there's ever a need for information on common operational tasks please
  76. see the following information:
  77. http://docs.openstack.org/developer/openstack-ansible/developer-docs/ops.html
  78.  
  79.  
  80. If you ever have any questions please join the community conversation on IRC at
  81. #openstack-ansible on freenode.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement