Advertisement
fatherlinux

Untitled

Apr 7th, 2018
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. <zarkon.dc3.crunchtools.com> (0, '', '')
  2. <zarkon.dc3.crunchtools.com> ESTABLISH SSH CONNECTION FOR USER: root
  3. <zarkon.dc3.crunchtools.com> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/a20b58642e -tt zarkon.dc3.crunchtools.com '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1523146405.87-11948946632593/systemd.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1523146405.87-11948946632593/" > /dev/null 2>&1 && sleep 0'"'"''
  4. <zarkon.dc3.crunchtools.com> (0, '\r\n{"msg": "Unable to restart service atomic-openshift-node: Job for atomic-openshift-node.service failed because the control process exited with error code. See \\"systemctl status atomic-openshift-node.service\\" and \\"journalctl -xe\\" for details.\\n", "failed": true, "invocation": {"module_args": {"no_block": false, "name": "atomic-openshift-node", "enabled": null, "daemon_reload": false, "state": "restarted", "user": false, "masked": null}}}\r\n', 'Shared connection to zarkon.dc3.crunchtools.com closed.\r\n')
  5. fatal: [zarkon.dc3.crunchtools.com]: FAILED! => {
  6. "attempts": 3,
  7. "changed": false,
  8. "invocation": {
  9. "module_args": {
  10. "daemon_reload": false,
  11. "enabled": null,
  12. "masked": null,
  13. "name": "atomic-openshift-node",
  14. "no_block": false,
  15. "state": "restarted",
  16. "user": false
  17. }
  18. },
  19. "msg": "Unable to restart service atomic-openshift-node: Job for atomic-openshift-node.service failed because the control process exited with error code. See \"systemctl status atomic-openshift-node.service\" and \"journalctl -xe\" for details.\n"
  20. }
  21.  
  22. RUNNING HANDLER [openshift_node : reload systemd units] ********************************************************
  23. META: ran handlers
  24. to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/deploy_cluster.retry
  25.  
  26. PLAY RECAP *****************************************************************************************************
  27. allura.dc3.crunchtools.com : ok=45 changed=9 unreachable=0 failed=0
  28. coran.dc3.crunchtools.com : ok=426 changed=150 unreachable=0 failed=1
  29. hunk.dc3.crunchtools.com : ok=307 changed=114 unreachable=0 failed=1
  30. localhost : ok=14 changed=0 unreachable=0 failed=0
  31. pidge.dc3.crunchtools.com : ok=307 changed=114 unreachable=0 failed=1
  32. sven.dc3.crunchtools.com : ok=107 changed=33 unreachable=0 failed=1
  33. yurak.dc3.crunchtools.com : ok=107 changed=33 unreachable=0 failed=1
  34. zarkon.dc3.crunchtools.com : ok=107 changed=33 unreachable=0 failed=1
  35.  
  36.  
  37. INSTALLER STATUS ***********************************************************************************************
  38. Initialization : Complete (0:01:11)
  39. Health Check : Complete (0:02:44)
  40. etcd Install : Complete (0:07:46)
  41. NFS Install : Complete (0:00:48)
  42. Load balancer Install : Complete (0:02:08)
  43. Master Install : Complete (0:15:08)
  44. Master Additional Install : Complete (0:10:26)
  45. Node Install : In Progress (0:22:38)
  46. This phase can be restarted by running: playbooks/openshift-node/config.yml
  47.  
  48.  
  49.  
  50. Failure summary:
  51.  
  52.  
  53. 1. Hosts: coran.dc3.crunchtools.com, hunk.dc3.crunchtools.com, pidge.dc3.crunchtools.com, sven.dc3.crunchtools.com, yurak.dc3.crunchtools.com, zarkon.dc3.crunchtools.com
  54. Play: Configure nodes
  55. Task: restart node
  56. Message: Unable to restart service atomic-openshift-node: Job for atomic-openshift-node.service failed because the control process exited with error code. See "systemctl status atomic-openshift-node.service" and "journalctl -xe" for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement