Update ODL references in BGP documentation 46/9446/2
authorMarek Gradzki <[email protected]>
Thu, 16 Nov 2017 10:59:06 +0000 (11:59 +0100)
committerMarek Gradzki <[email protected]>
Thu, 16 Nov 2017 11:15:53 +0000 (12:15 +0100)
Hc2vpp 17.10 is using ODL Carbon since
https://gerrit.fd.io/r/#/c/6924/
and
https://gerrit.fd.io/r/#/c/6949/

Change-Id: I4d7f2b28b0674b7ab7e248caba84e62a21c1c977
Signed-off-by: Marek Gradzki <[email protected]>
release-notes/pom.xml
release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc

index f80f12f..f5615ad 100644 (file)
                 <project-public-version>17.10</project-public-version>
                 <project-version-in-jira>10800</project-version-in-jira>
                 <project-branch>stable/1710</project-branch>
+                <project-odl-version>carbon</project-odl-version>
                 <project-vpp-version>17.10</project-vpp-version>
                 <project-vpp-snapshot-version>17.10</project-vpp-snapshot-version>
                 <project-nat-version>17.10</project-nat-version>
index 71285db..599910c 100644 (file)
@@ -5,7 +5,7 @@ link:release_notes.html[< Home]
 Honeycomb uses link:https://wiki.opendaylight.org/view/BGP_LS_PCEP:BGP_Use_Cases[Opendaylight's BGP]
 as a part of default distribution.
 
-Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#overview[BGP User Guide].
+Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#overview[BGP User Guide].
 
 == Basic configuration
 
@@ -126,10 +126,10 @@ Here is a sample basic neighbor configuration:
 }
 ----
 
-We can use link:http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#bgp-test-tool[BGP's testtool]
+We can use link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#bgp-test-tool[BGP's testtool]
 to simulate remote BGP peer:
 
-  java -jar ./target/bgp-testtool-0.6.3-Boron-SR3-executable.jar -ra 127.0.0.1:1790 -la 127.0.0.2:17900 -pr 2 -ll DEBUG --active true -as 65000 -mp true
+  java -jar ./target/bgp-testtool-*-executable.jar -ra 127.0.0.1:1790 -la 127.0.0.2:17900 -pr 2 -ll DEBUG --active true -as 65000 -mp true
 
 After connection is established, testtol will display following message in the log:
 
@@ -728,7 +728,7 @@ Also the same route should appeared in Loc-RIB now:
 
 Honeycomb BGP implementation emits notifications on loc-rib modifications.
 Hc2vpp provides BgpInetModule module which translates
-link:http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast]
+link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast]
 routes from loc-rib into VPP FIB.
 
 The BgpInetModule is disabled by default. To enable it, edit