summaryrefslogtreecommitdiffstats
path: root/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2017-04-21 16:23:41 -0500
committerBrian Freeman <bf1936@att.com>2017-04-21 16:34:55 -0500
commitc3a4487d5ed784cfd1a30fd843c0589e9d047426 (patch)
treea094a51fcb7d5d39e5af054c6884c353ea045587 /tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
parent366b7e2ea0e15889e3de08916c4406d98d6b509d (diff)
fixed netconf port; fixed delete dg
Change-Id: I41a23f11ac72979a1e88ee703bfdcdac96c8d670 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
index 4a7ca685..1b2eb968 100644
--- a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
+++ b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml
@@ -1,7 +1,7 @@
<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>
+ <port xmlns="urn:opendaylight:netconf-node-topology">2831</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>
@@ -12,5 +12,5 @@
<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>
+ <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">125</keepalive-delay>
</node>