Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. TASK [haproxy : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] ***
  2. task path: /usr/local/share/kolla-ansible/ansible/roles/haproxy/tasks/precheck.yml:121
  3. Using module file /usr/lib/python2.7/dist-packages/ansible/modules/commands/command.py
  4. <localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
  5. <localhost> EXEC /bin/sh -c '/usr/bin/python && sleep 0'
  6. [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|failed` instead
  7. use `result is failed`. This feature will be removed in version 2.9. Deprecation warnings can be
  8. disabled by setting deprecation_warnings=False in ansible.cfg.
  9. fatal: [localhost]: FAILED! => {
  10. "changed": false,
  11. "cmd": [
  12. "ip",
  13. "-4",
  14. "-o",
  15. "addr",
  16. "show",
  17. "dev",
  18. "ens18"
  19. ],
  20. "delta": "0:00:00.004207",
  21. "end": "2019-06-28 09:27:21.042581",
  22. "failed_when_result": true,
  23. "invocation": {
  24. "module_args": {
  25. "_raw_params": "ip -4 -o addr show dev ens18",
  26. "_uses_shell": false,
  27. "chdir": null,
  28. "creates": null,
  29. "executable": null,
  30. "removes": null,
  31. "stdin": null,
  32. "warn": true
  33. }
  34. },
  35. "rc": 0,
  36. "start": "2019-06-28 09:27:21.038374",
  37. "stderr": "",
  38. "stderr_lines": [],
  39. "stdout": "2: ens18 inet 192.168.200.126/24 brd 192.168.200.255 scope global ens18\\ valid_lft forever preferred_lft forever",
  40. "stdout_lines": [
  41. "2: ens18 inet 192.168.200.126/24 brd 192.168.200.255 scope global ens18\\ valid_lft forever preferred_lft forever"
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement