From 0f3114aed07445370c17bc253a49b199576853fd Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 8 Sep 2017 15:31:04 -0700 Subject: [PATCH] update Neutron Northbound rel.notes Updates the release notes for Neutron Northbound for Nitrogen Change-Id: I308430fa6ed23c109105ec3772a06e13e86cd61e Signed-off-by: Isaku Yamahata --- .../neutron-northbound.rst | 59 +++++++++---------- 1 file changed, 28 insertions(+), 31 deletions(-) diff --git a/docs/getting-started-guide/project-release-notes/neutron-northbound.rst b/docs/getting-started-guide/project-release-notes/neutron-northbound.rst index 63590b302..d303c1e9c 100644 --- a/docs/getting-started-guide/project-release-notes/neutron-northbound.rst +++ b/docs/getting-started-guide/project-release-notes/neutron-northbound.rst @@ -14,8 +14,9 @@ Major Features odl-neutron-service ------------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon -* **Feature Description:** This is a top level feature to load Neutron northbound functionality. +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-service/pom.xml;hb=refs/heads/stable/nitrogen +* **Feature Description:** This is a top level feature to load Neutron + northbound functionality. * **Top Level:** Yes * **User Facing:** Yes * **Experimental:** No @@ -26,8 +27,9 @@ odl-neutron-service odl-neutron-northbound-api -------------------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon -* **Feature Description:** This feature provides REST API for OpenStack Neutron +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-northbound-api/pom.xml;hhb=refs/heads/stable/nitrogen +* **Feature Description:** This feature provides REST API for + OpenStack Neutron * **Top Level:** No * **User Facing:** No * **Experimental:** No @@ -39,7 +41,7 @@ odl-neutron-northbound-api odl-neutron-spi --------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-spi/pom.xml;hb=stable/nitrogen * **Feature Description:** SPI for Neutron northbound feature * **Top Level:** No * **User Facing:** No @@ -51,8 +53,9 @@ odl-neutron-spi odl-neutron-transcriber ----------------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon -* **Feature Description:** Data converter from/to REST API to/from MD-SAL YANG model +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-transcriber/pom.xml;hb=stable/nitrogen +* **Feature Description:** Data converter from/to REST API to/from + MD-SAL YANG model * **Top Level:** No * **User Facing:** No * **Experimental:** No @@ -63,7 +66,7 @@ odl-neutron-transcriber odl-neutron-logger ------------------ -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-logger/pom.xml;hb=stable/nitrogen * **Feature Description:** Logger on activity on Neutron YANG models * **Top Level:** No * **User Facing:** No @@ -75,8 +78,9 @@ odl-neutron-logger odl-neutron-hostconfig-ovs -------------------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon -* **Feature Description:** Helper library to support hostconfig for OpenStack service provider with Open vSwitch +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-hostconfig-ovs/pom.xml;hb=stable/nitrogen +* **Feature Description:** Helper library to support hostconfig for + OpenStack service provider with Open vSwitch * **Top Level:** No * **User Facing:** No * **Experimental:** No @@ -87,8 +91,9 @@ odl-neutron-hostconfig-ovs odl-neutron-hostconfig-vpp -------------------------- -* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/features-neutron/src/main/features/features.xml;hb=refs/heads/stable/carbon -* **Feature Description:** Helper library to support hostconfig for OpenStack service provider with VPP +* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=features/production/odl-neutron-hostconfig-vpp/pom.xml;hb=stable/nitrogen +* **Feature Description:** Helper library to support hostconfig for + OpenStack service provider with VPP * **Top Level:** No * **User Facing:** No * **Experimental:** No @@ -145,13 +150,11 @@ Quality Assurance tests which also exercise Neutron Norhtbound. Which give coverage. -* Testing methodology. How extensive was it? What should be expected to work? What hasn't been tested as much? +* Testing methodology. How extensive was it? What should be expected + to work? What hasn't been tested as much? - * Unit test: coverage 26.5% - * Integration test(Karaf 3): coverage 75.9% - * Integration test(karaf 4): doens't work reliably. - https://git.opendaylight.org/gerrit/#/c/55128/ is pending to migrate - integration test to karaf4 + * Unit test: coverage 24.9% + * Integration test: coverage 75.8% * OpenStack CI Migration @@ -170,16 +173,7 @@ Compatibility * Any API changes? - Yes. adding new YANG models/nodes and REST API. - - * `TRUNK API - `_ - * `add configuration string - `_ - * `add service provider feature model - `_ - * `Neutron YANG model update - `_ + No. * Any configuration changes? @@ -191,7 +185,7 @@ Bugs Fixed * List of bugs fixed since the previous release * `Link to Bugs fixed - `_ + `_ Known Issues @@ -232,7 +226,10 @@ Release Mechanics ================= * `Link to release plan - `_ + `_ * Describe any major shifts in release schedule from the release plan - * Postponed YANG model change to drop tenant-id, make status operational to Nitrogen cycle + * Postponed YANG model change to drop tenant-id, make status + operational to Nitrogen cycle + * update supported QoS rules + * TAPaaS -- 2.36.6