Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
9033
Description
This doesn't happen everytime.
The environment is Oxygen three node cluster.
Node mount configuration:
{ "netconf-node-topology:between-attempts-timeout-millis": 10000, "netconf-node-topology:connection-timeout-millis": 10000, "netconf-node-topology:default-request-timeout-millis": 10000, "netconf-node-topology:host": "192.168.10.26", "netconf-node-topology:keepalive-delay": 0, "netconf-node-topology:max-connection-attempts": 10, "netconf-node-topology:password": "HBfU1gKHExw89lMB3juq1g==", "netconf-node-topology:port": 2831, "netconf-node-topology:tcp-only": false, "netconf-node-topology:username": "HBfU1gKHExw89lMB3juq1g==", "node-id": "overcloud-novacompute-0.opnfv.org" }Attached log corresponds to one of our nodes being stuck in connecting state:
[root@overcloud-controller-0 scripts]# curl -XGET -u admin:admin http://$(grep host /opt/opendaylight/etc/jetty.xml | grep -Eo '([0-9]
' | head -1):8081/restconf/operational/network-topology:network-topology/ | python -mjson.tool | grep netconf-node-topology:connection-status -A 4
"netconf-node-topology:connection-status": "connecting",
"netconf-node-topology:host": "192.168.10.26",
"netconf-node-topology:port": 2831,
"netconf-node-topology:unavailable-capabilities": {},
"node-id": "overcloud-novacompute-0.opnfv.org"
–
"netconf-node-topology:connection-status": "connected",
"netconf-node-topology:host": "192.168.10.22",
"netconf-node-topology:port": 2831,
"netconf-node-topology:unavailable-capabilities": {},
"node-id": "overcloud-controller-1.opnfv.org"
–
"netconf-node-topology:connection-status": "connected",
"netconf-node-topology:host": "192.168.10.14",
"netconf-node-topology:port": 2831,
"netconf-node-topology:unavailable-capabilities": {},
"node-id": "overcloud-controller-0.opnfv.org"
–
"netconf-node-topology:connection-status": "connected",
"netconf-node-topology:host": "192.168.10.20",
"netconf-node-topology:port": 2831,
"netconf-node-topology:unavailable-capabilities": {},
"node-id": "overcloud-controller-2.opnfv.org"
–
"netconf-node-topology:connection-status": "connected",
"netconf-node-topology:host": "192.168.10.24",
"netconf-node-topology:port": 2831,
"netconf-node-topology:unavailable-capabilities": {},
"node-id": "overcloud-novacompute-1.opnfv.org"
Attachments
Issue Links
- is duplicated by
-
INTTEST-12 Netconf CRUD suite uses add-netconf-node RPC which has not been added to Nitrogen
- Resolved