From fbc8f63e4a0c517f0d5ef552c01704ff96666490 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Thu, 8 Mar 2018 09:51:44 +0100 Subject: [PATCH] Update BGPCEP release notes Change-Id: Iea66edc60521ee674c62ab67b3b47b39f08ac0fd Signed-off-by: Claudio D. Gasparini --- docs/release-notes/projects/bgp-ls-pcep.rst | 98 +++++---------------- 1 file changed, 23 insertions(+), 75 deletions(-) diff --git a/docs/release-notes/projects/bgp-ls-pcep.rst b/docs/release-notes/projects/bgp-ls-pcep.rst index 55101a183..a1cb1a031 100644 --- a/docs/release-notes/projects/bgp-ls-pcep.rst +++ b/docs/release-notes/projects/bgp-ls-pcep.rst @@ -8,32 +8,32 @@ Major Features odl-bgpcep-bgp -------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=blob;f=features/bgp/features-bgp/src/main/features/features.xml;hb=refs/heads/stable/nitrogen +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=blob;f=features/bgp/features-bgp/pom.xml;h=f5acb8c44359fb258ef3b22c00269e48a091b7ee;hb=refs/heads/stable/oxygen * **Feature Description:** OpenDaylight Border Gateway Protocol (BGP) plugin. * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No -* **CSIT Test:** https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-userfeatures-all-nitrogen +* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-userfeatures-all-oxygen odl-bgpcep-bmp -------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=blob;f=features/bmp/features-bmp/src/main/features/features.xml;hb=refs/heads/stable/nitrogen +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=blob;f=features/bmp/features-bmp/pom.xml;h=6b195866c508ea053ecec4445973467b31aa7bfe;hb=refs/heads/stable/oxygen * **Feature Description:** OpenDaylight BGP Monitoring Protocol (BMP) plugin. * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No -* **CSIT Test:** https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-userfeatures-all-nitrogen +* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-userfeatures-all-oxygen odl-bgpcep-pcep --------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=blob;f=features/pcep/features-pcep/src/main/features/features.xml;hb=refs/heads/stable/nitrogen +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=bgpcep.git;a=tree;f=features/pcep/features-pcep;h=252a957bf6b8549ad53cedb45bbd76dca9ba7cb5;hb=refs/heads/stable/oxygen * **Feature Description:** OpenDaylight Path Computation Element Configuration Protocol (PCEP) plugin. * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No -* **CSIT Test:** https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-userfeatures-all-nitrogen +* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-userfeatures-all-oxygen Documentation @@ -59,78 +59,21 @@ None Known - all protocol implements the TCP Authentication Option (TCP MD5) Quality Assurance ================= -* `Link to Sonar Report `_ (80%) +* `Link to Sonar Report `_ (72.4%) * `Link to CSIT Jobs `_ -* `User features test `_ -* `PCEP performance and scale tests `_ -* `BGP Application peer performance and scale tests `_ -* `BGP performance and scale test `_ -* `BGP clustering `_ +* `User features test `_ +* `PCEP performance and scale tests `_ +* `BGP Application peer performance and scale tests `_ +* `BGP performance and scale test `_ +* `BGP clustering `_ The BGP extensions were tested manually with vendor's BGP router implementation or other software implementations (exaBGP, bagpipeBGP). Also, they are covered by the unit tests and automated system tests. -* New BGP Openconfig statistics feature requires more testing. - Migration --------- -BGP: -^^^^ - -Protocol Configuration -'''''''''''''''''''''' - -First we get old configuration - -**URL:** ``/restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols`` - -**Method:** ``GET`` - -where *example-bmp-monitor* old bmp monitor id - -Then we insert it - -**URL:** ``/restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols`` - -**Method:** ``POST`` - -Topology Configuration -'''''''''''''''''''''' - -First we get old configuration - -**URL:** ``/restconf/config/network-topology:network-topology`` - -**Method:** ``GET`` - -Then we insert it - -**URL:** ``/restconf/config/network-topology:network-topology`` - -**Method:** ``POST`` - -BMP: -^^^^ - -First we get old configuration - -**URL:** ``/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor`` - -**Method:** ``GET`` - -**example-bmp-monitor** old bmp monitor id - -Then we insert it - -**URL:** ``/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor`` - -**Method:** ``PUT`` - -PCEP: -^^^^^ - -There are no additional steps needed for migration to this release. +* No additional migration steps needed. Compatibility ------------- @@ -139,22 +82,26 @@ Compatibility Yes * Any API changes? * Any configuration changes? - BGP OpenConfig configuration should be used instead of previous BGP CSS configuration. + BGP CSS configuration is not longer supported. + BMP CSS configuration is not longer supported. + PCEP CSS configuration is not longer supported. Bugs Fixed ---------- -* `List of bugs fixed since the previous release `_ +* `List of bugs fixed since the previous release `_ Known Issues ------------ -* `BUG-6562 `_ Support add-path in base BGP NLRI +* `List key known issues with workarounds `_ End-of-life =========== -* None +* BGP CSS Configuration. +* PCEP CSS Configuration. +* BMP CSS Configuration. Standards ========= @@ -190,6 +137,7 @@ Standards * `draft-ietf-idr-bgpls-segment-routing-epe-05 `_ - Segment Routing Egress Peer Engineering BGP-LS Extensions * `draft-ietf-idr-flow-spec-v6-06 `_ - Dissemination of Flow Specification Rules for IPv6
* `draft-ietf-idr-flowspec-redirect-ip-01 `_ - BGP Flow-Spec Redirect to IP Action +* `draft-sajassi-bess-evpn-vpws-fxc-01 `_ - EVPN VPWS Flexible Cross-Connect Service * Stateful extensions to the Path Computation Element Protocol, December 2013 @@ -207,4 +155,4 @@ Standards Release Mechanics ================= -* `Link to release plan `_ +* `Link to release plan `_ -- 2.36.6