Update INFO.yaml with new PTL
[demo.git] / tutorials / CreateAppcNetconfMount / netconf-mount-template.xml
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2  <node-id>${prop.vpg_hostname}</node-id>
3  <host xmlns="urn:opendaylight:netconf-node-topology">${prop.vpg_ipaddress}</host>
4  <port xmlns="urn:opendaylight:netconf-node-topology">2831</port>
5  <username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
6  <password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
7  <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
8  <!-- non-mandatory fields with default values, you can safely remove these if you do not wish to override any of these values-->
9  <reconnect-on-changed-schema xmlns="urn:opendaylight:netconf-node-topology">false</reconnect-on-changed-schema>
10  <connection-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">20000</connection-timeout-millis>
11  <max-connection-attempts xmlns="urn:opendaylight:netconf-node-topology">0</max-connection-attempts>
12  <between-attempts-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">2000</between-attempts-timeout-millis>
13  <sleep-factor xmlns="urn:opendaylight:netconf-node-topology">1.5</sleep-factor>
14  <!-- keepalive-delay set to 0 turns off keepalives-->
15  <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">125</keepalive-delay>
16 </node>