replace aai, closeloop, sdc with jinja
[testsuite.git] / robot / assets / templates / appc / vnf_mount.jinja
1 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
2    <node-id>{{nodeid}}</node-id>
3    <host xmlns="urn:opendaylight:netconf-node-topology">{{host}}</host>
4    <port xmlns="urn:opendaylight:netconf-node-topology">{{port}}</port>
5    <username xmlns="urn:opendaylight:netconf-node-topology">{{username}}</username>
6    <password xmlns="urn:opendaylight:netconf-node-topology">{{password}}</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">120</keepalive-delay>
16 </node>