Fixed invalid outputs for PUTs in TCPMD5. 84/23084/2
authorDana Kutenicsova <dkutenic@cisco.com>
Mon, 22 Jun 2015 12:47:33 +0000 (14:47 +0200)
committerDana Kutenicsova <dkutenic@cisco.com>
Mon, 22 Jun 2015 14:22:46 +0000 (16:22 +0200)
Change-Id: I8a526b689e5a388cc7a01636e504d17969a45013
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
manuals/user-guide/src/main/asciidoc/tcpmd5/odl-tcpmd5-all-user.adoc

index e95b167c28b612c12deeb9a794bbf028c9d380ac..9dd8f1a1b1af55180ddbc62188de1c3c5af20005 100644 (file)
@@ -216,7 +216,9 @@ CAUTION: You have to make *separate* POST requests for each module/service!
 
 ==== BGP
 
-CAUTION: You have to introduce modules and services mentioned in the previous section.  Your BGP client needs to be *ALREADY* configured. Check User Guide for BGP. // TODO: link to BGP section
+CAUTION: You have to introduce modules and services mentioned in the previous section.  Your BGP client needs to be *ALREADY* configured. Check User Guide for BGP.
+
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
 
 . Enabling TCPMD5 in BGP configuration:
 +
@@ -237,9 +239,12 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:tcpmd5:netty:cfg">x:md5-server-channel-factory</type>
   <name>md5-server-channel-factory</name>
  </md5-server-channel-factory>
+ ...
 </module>
 ----
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Set password:
 +
 [big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-bgp-rib-impl-cfg:bgp-peer/example-bgp-peer
@@ -251,7 +256,8 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
  <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">x:bgp-peer</type>
  <name>example-bgp-peer</name>
- <password xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">changeme</password> <!--CHANGE THE VALUE -->
+ <password xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">changeme</password>
+ ...
 </module>
 ----
 
@@ -259,6 +265,8 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
 
 CAUTION: You have to introduce modules and services mentioned in the previous section.
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Enable TCPMD5 in PCEP configuration:
 +
 [big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-pcep-impl-cfg:pcep-dispatcher-impl/global-pcep-dispatcher
@@ -278,9 +286,12 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:tcpmd5:netty:cfg">x:md5-server-channel-factory</type>
   <name>md5-server-channel-factory</name>
  </md5-server-channel-factory>
+ ...
 </module>
 ----
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Set password:
 +
 [big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-pcep-impl-cfg:pcep-topology-provider/pcep-topology
@@ -295,5 +306,6 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <address xmlns="urn:opendaylight:params:xml:ns:yang:controller:pcep:topology:provider">192.0.2.2</address> <!--CHANGE THE VALUE -->
   <password>changeme</password> <!--CHANGE THE VALUE -->
  </client>
+ ...
 </module>
 ----