We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The master node can't access when the v2plugin was installd.
`TASK [contiv_network : install v2plugin on master nodes] *********************** changed: [node1]
TASK [contiv_network : for v2 plugin, extract netctl binary] ******************* fatal: [node1]: UNREACHABLE! => {"changed": false, "msg": "timed out", "unreachable": true} to retry, use: --limit @/ansible/install_plays.retry
PLAY RECAP ********************************************************************* node1 : ok=15 changed=9 unreachable=1 failed=0 node2 : ok=8 changed=6 unreachable=0 failed=0 node3 : ok=8 changed=6 unreachable=0 failed=0 `
When access the master node use ssh, It's failure. ssh [email protected] ssh: connect to host 172.19.146.117 port 22: Operation timed out
ssh [email protected] ssh: connect to host 172.19.146.117 port 22: Operation timed out
netmaster.log.lastrun time="Sep 13 02:41:33.654316750" level=info msg="Listen IP:Port :9999" time="Sep 13 02:41:33.654458358" level=info msg="Control IP:Port 172.19.146.117:9999" time="Sep 13 02:41:33.654477710" level=info msg="docker v2plugin name (netplugin) updated to contiv/v2plugin:1.1.2" time="Sep 13 02:41:33.655714086" level=error msg="Failed to connect to etcd. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.655749774" level=error msg="Error creating client etcd to url localhost:2379. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.655769241" level=fatal msg="Error connecting to state store: etcd://localhost:2379. Err: client: etcd cluster is unavailable or misconfigured"
time="Sep 13 02:41:33.654316750" level=info msg="Listen IP:Port :9999" time="Sep 13 02:41:33.654458358" level=info msg="Control IP:Port 172.19.146.117:9999" time="Sep 13 02:41:33.654477710" level=info msg="docker v2plugin name (netplugin) updated to contiv/v2plugin:1.1.2" time="Sep 13 02:41:33.655714086" level=error msg="Failed to connect to etcd. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.655749774" level=error msg="Error creating client etcd to url localhost:2379. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.655769241" level=fatal msg="Error connecting to state store: etcd://localhost:2379. Err: client: etcd cluster is unavailable or misconfigured"
netplugin.log.lastrun time="Sep 13 02:41:33.678666682" level=error msg="Failed to connect to etcd. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.678760069" level=error msg="Error creating client etcd to url localhost:2379. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.678772587" level=fatal msg="Error initializing cluster. Err: client: etcd cluster is unavailable or misconfigured"
time="Sep 13 02:41:33.678666682" level=error msg="Failed to connect to etcd. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.678760069" level=error msg="Error creating client etcd to url localhost:2379. Err: client: etcd cluster is unavailable or misconfigured" time="Sep 13 02:41:33.678772587" level=fatal msg="Error initializing cluster. Err: client: etcd cluster is unavailable or misconfigured"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The master node can't access when the v2plugin was installd.
`TASK [contiv_network : install v2plugin on master nodes] ***********************
changed: [node1]
TASK [contiv_network : for v2 plugin, extract netctl binary] *******************
fatal: [node1]: UNREACHABLE! => {"changed": false, "msg": "timed out", "unreachable": true}
to retry, use: --limit @/ansible/install_plays.retry
PLAY RECAP *********************************************************************
node1 : ok=15 changed=9 unreachable=1 failed=0
node2 : ok=8 changed=6 unreachable=0 failed=0
node3 : ok=8 changed=6 unreachable=0 failed=0 `
When access the master node use ssh, It's failure.
ssh [email protected] ssh: connect to host 172.19.146.117 port 22: Operation timed out
The text was updated successfully, but these errors were encountered: