Advertisement
Guest User

Untitled

a guest
Jan 8th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. <172.112.10.1> Failed to connect to the host via ssh: Shared connection to 172.112.10.1 closed.
  2. container_name: "infra1_nova_api_container-8fa741fe"
  3. physical_host: "infra1"
  4. Container confirmed
  5. Container type "lxc"
  6. <172.112.10.1> ESTABLISH SSH CONNECTION FOR USER: root
  7. <172.112.10.1> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-k
  8. eyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="root"' -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAlive
  9. CountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/eee4853731 172.112.10.1 'lxc-attach --clear
  10. -env --name infra1_nova_api_container-8fa741fe -- su - root -c '"'"'/bin/sh -c '"'"'"'"'"'"'"'"'rm -f -r /var/tmp/ansible-tmp-1578485994.7904098-2837816836486/ > /dev/null 2>&1 && sleep 0'"'"
  11. '"'"'"'"'"'"''"'"''
  12. <172.112.10.1> (0, b'', b'mesg: ttyname failed: Inappropriate ioctl for device\n')
  13. fatal: [compute1 -> 172.112.10.124]: FAILED! => {
  14. "attempts": 3,
  15. "changed": false,
  16. "cmd": [
  17. "/openstack/venvs/nova-20.0.0/bin/nova-status",
  18. "upgrade",
  19. "check"
  20. ],
  21. "delta": "0:00:02.016607",
  22. "end": "2020-01-08 12:19:57.251907",
  23. "failed_when_result": true,
  24. "invocation": {
  25. "module_args": {
  26. "_raw_params": "/openstack/venvs/nova-20.0.0/bin/nova-status upgrade check",
  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": 2,
  41. "start": "2020-01-08 12:19:55.235300",
  42. "stderr": "",
  43. "stderr_lines": [],
  44. "stdout": "+--------------------------------------------------------------------+\n| Upgrade Check Results |\n+--------------------------------------------------------------------+\n| Check: Cells v2 |\n| Result: Success |\n| Details: No host mappings or compute nodes were found. Remember to |\n| run command 'nova-manage cell_v2 discover_hosts' when new |\n| compute hosts are deployed. |\n+--------------------------------------------------------------------+\n| Check: Placement API |\n| Result: Failure |\n| Details: Placement API endpoint not found. |\n+--------------------------------------------------------------------+\n| Check: Ironic Flavor Migration |\n| Result: Success |\n| Details: None |\n+--------------------------------------------------------------------+\n| Check: Cinder API |\n| Result: Success |\n| Details: None |\n+--------------------------------------------------------------------+",
  45. "stdout_lines": [
  46. "+--------------------------------------------------------------------+",
  47. "| Upgrade Check Results |",
  48. "+--------------------------------------------------------------------+",
  49. "| Check: Cells v2 |",
  50. "| Result: Success |",
  51. "| Details: No host mappings or compute nodes were found. Remember to |",
  52. "| run command 'nova-manage cell_v2 discover_hosts' when new |",
  53. "| compute hosts are deployed. |",
  54. "+--------------------------------------------------------------------+",
  55. "| Check: Placement API |",
  56. "| Result: Failure |",
  57. "| Details: Placement API endpoint not found. |",
  58. "+--------------------------------------------------------------------+",
  59. "| Check: Ironic Flavor Migration |",
  60. "| Result: Success |",
  61. "| Details: None |",
  62. "+--------------------------------------------------------------------+",
  63. "| Check: Cinder API |",
  64. "| Result: Success |",
  65. "| Details: None |",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement