Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. fatal: [dc2-ctrl-001]: FAILED! => {"changed": false, "elapsed": 301, "failed": true, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.253.98", "path": null, "port": 3306, "search_regex": null, "state": "started", "timeout": 300}, "module_name": "wait_for"}, "msg": "Timeout when waiting for 192.168.253.98:3306"}
  2. fatal: [dc2-ctrl-002]: FAILED! => {"changed": false, "elapsed": 301, "failed": true, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.253.98", "path": null, "port": 3306, "search_regex": null, "state": "started", "timeout": 300}, "module_name": "wait_for"}, "msg": "Timeout when waiting for 192.168.253.98:3306"}
  3. fatal: [dc2-ctrl-003]: FAILED! => {"changed": false, "elapsed": 301, "failed": true, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.253.98", "path": null, "port": 3306, "search_regex": null, "state": "started", "timeout": 300}, "module_name": "wait_for"}, "msg": "Timeout when waiting for 192.168.253.98:3306"}
  4.  
  5. network_interface: "eno1"
  6.  
  7. kolla_internal_vip_address: "192.168.253.98"
  8. kolla_external_vip_address: "192.168.253.99"
  9.  
  10. ubuntu@dc2-ctrl-001:~$ sudo netstat -tunlp|grep 3306
  11. tcp 0 0 192.168.253.98:3306 0.0.0.0:* LISTEN 7217/haproxy
  12. ubuntu@dc2-ctrl-002:~$ sudo netstat -tunlp|grep 3306
  13. tcp 0 0 192.168.253.98:3306 0.0.0.0:* LISTEN 7326/haproxy
  14. ubuntu@dc2-ctrl-003:~$ sudo netstat -tunlp|grep 3306
  15. tcp 0 0 192.168.253.98:3306 0.0.0.0:* LISTEN 7451/haproxy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement