Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
8912
Description
it is built from https://git.opendaylight.org/gerrit/#/c/60915/1
used data to configure device:
PUT restconf/config/network-topology:network-topology/topology/topology-netconf/node/test-device
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>test-device</node-id>
<host xmlns="urn:opendaylight:netconf-node-topology">10.29.14.83</host>
<port xmlns="urn:opendaylight:netconf-node-topology">1830</port>
<username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
<password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
<tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
<keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
</node>