aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2017-04-19 11:05:07 -0500
committerBrian Freeman <bf1936@att.com>2017-04-19 12:41:37 -0500
commitbc12138d8e0e77d0d1889e7cb2560c1f8161f15f (patch)
tree6b5f1cd4e0168f48ade6177459cd0b34e845b68a /tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
parent0c571f27e5ade6a26c2759e01a12aaba87075b58 (diff)
Initial Tutorial on SDNC to APPC NetConf Mount
Change-Id: I0d5b4fc3fef63aea465013d051667f4380429b26 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'tutorials/CreateAppcNetconfMount/netconf-mount-template.xml')
-rw-r--r--tutorials/CreateAppcNetconfMount/netconf-mount-template.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
new file mode 100644
index 00000000..4a7ca685
--- /dev/null
+++ b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
@@ -0,0 +1,16 @@
+<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
+ <node-id>${prop.vpg_hostname}</node-id>
+ <host xmlns="urn:opendaylight:netconf-node-topology">${prop.vpg_ipaddress}</host>
+ <port xmlns="urn:opendaylight:netconf-node-topology">2883</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>
+ <!-- non-mandatory fields with default values, you can safely remove these if you do not wish to override any of these values-->
+ <reconnect-on-changed-schema xmlns="urn:opendaylight:netconf-node-topology">false</reconnect-on-changed-schema>
+ <connection-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">20000</connection-timeout-millis>
+ <max-connection-attempts xmlns="urn:opendaylight:netconf-node-topology">0</max-connection-attempts>
+ <between-attempts-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">2000</between-attempts-timeout-millis>
+ <sleep-factor xmlns="urn:opendaylight:netconf-node-topology">1.5</sleep-factor>
+ <!-- keepalive-delay set to 0 turns off keepalives-->
+ <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">120</keepalive-delay>
+</node>