Remove release notes 14/69814/2
authorKit Lou <klou.external@gmail.com>
Thu, 22 Mar 2018 14:30:41 +0000 (09:30 -0500)
committerKit Lou <klou.external@gmail.com>
Thu, 22 Mar 2018 14:30:41 +0000 (09:30 -0500)
Remove release notes of projects not participating in Oxygen

Change-Id: I7b156fbfa199f36a9cc8988e8e0f2352490caa6e
Signed-off-by: Kit Lou <klou.external@gmail.com>
docs/release-notes/projects/cardinal.rst [deleted file]
docs/release-notes/projects/eman.rst [deleted file]
docs/release-notes/projects/faas.rst [deleted file]
docs/release-notes/projects/federation.rst [deleted file]
docs/release-notes/projects/lacp.rst [deleted file]
docs/release-notes/projects/nic.rst [deleted file]
docs/release-notes/projects/ocpplugin.rst [deleted file]
docs/release-notes/projects/odl-sdni.rst [deleted file]
docs/release-notes/projects/topology-processing-framework.rst [deleted file]
docs/release-notes/projects/ttp.rst [deleted file]
docs/release-notes/projects/unimgr.rst [deleted file]

diff --git a/docs/release-notes/projects/cardinal.rst b/docs/release-notes/projects/cardinal.rst
deleted file mode 100644 (file)
index 10e6ea3..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-========
-Cardinal
-========
-
-Major Features
-==============
-
-odl-cardinal
-------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=cardinal.git;a=blob;f=features/odl-cardinal/pom.xml
-* **Feature Description:** This feature installs the odl-cardinal
-  application which provides OpenDaylight health statistics, Karaf
-  and Bundle statistics, Openflow/NETCONF specific statistics to
-  a NMS server via SNMP protocol. And it also provides REST service
-  to expose these statistics.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** NA
-
-
-odl-cardinal-api
-----------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=cardinal.git;a=blob;f=features/odl-cardinal-api/pom.xml
-* **Feature Description:**  This feature contains the dependencies to
-  use MDSAL features in CARDINAL.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** NA
-
-
-odl-cardinal-rest
------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=cardinal.git;a=blob;f=features/odl-cardinal-rest/pom.xml
-* **Feature Description:**  Implements a South Bound Rest interface to
-  send configuration to REST-capable switches.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** NA
-
-
-odl-cardinal-ui
----------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=cardinal.git;a=blob;f=features/odl-cardinal-ui/pom.xml
-* **Feature Description:**  This feature is the CARDINAL User Interface.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** NA
-
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`cardinal-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`cardinal-dev-guide`
-
-
-Security Considerations
-=======================
-
-* SNMP agent runs on port 161,2001,2003
-
-  * Current support is for SNMPv2c (no encryption or authentication)
-
-* Are all interfaces exposed using RESTCONF?
-
-  * Cardinal supports two interfaces - SNMP and RESTCONF
-  * Cardinal REST APIs are RESTCONF (authentication) enabled
-  * Cardinal SNMP support is through SNMP Agent (SNMPv2c as mentioned above)
-  * :ref:`Link to all RESTCONF API <cardinal-dev-guide>`
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=66521>`_ (25.8%)
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/cardinal/>`_
-* All modules have been unit tested. Integration tests have been performed for
-  all major features. System tests have been performed on most major features.
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  Yes. Migration to this release involves migrating features to Karaf 4; see
-  `the wiki <https://wiki.opendaylight.org/view/Karaf_4_migration>`_ for details.
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-
-  No.
-
-* Any API changes?
-
-  All Karaf 3 features have been removed in favour of (compatible) Karaf 4 features
-
-Bugs Fixed
-----------
-
-None.
-
-
-Known Issues
-------------
-
-No known issues.
-
-End-of-life
-===========
-
-* N/A.
-
-
-Standards
-=========
-
-* MIB OIDS were compiled for generating java classes using 3rd party library Open-DMK(mib-gen)
-
-Release Mechanics
-=================
-
-* `ODL CARDINAL Nitrogen release plan <https://wiki.opendaylight.org/view/Cardinal:_Nitrogen_Release_Plan>`_
-* No major shifts in the release schedule from the release plan
diff --git a/docs/release-notes/projects/eman.rst b/docs/release-notes/projects/eman.rst
deleted file mode 100644 (file)
index 7d19e0b..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-====
-eman
-====
-
-Major Features
-==============
-
-odl-eman
---------
-
-* **Feature URL:**  https://git.opendaylight.org/gerrit/gitweb?p=eman.git;a=blob;f=features/features-eman/src/main/features/features.xml;hb=stable/carbon
-* **Feature Description:**  This provides a Northbound API to the eman Information Model
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** none
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`eman-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`eman-dev-guide`
-
-Security Considerations
-=======================
-
-* Do you have any external interfaces other than RESTCONF?
-
-  While eman does not expose other external interfaces, it does rely upon the
-  external interfaces exposed by the SNMP plugin.
-
-* Other security issues?
-
-  None
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report -  <https://sonar.opendaylight.org/overview?id=69960>`_
-* Link to CSIT Jobs -  No CSIT jobs for this experimental release
-* Other manual testing and QA information - Manual testing via RESTCONF and DLUX
-* Testing methodology. How extensive was it? What should be expected to work? What hasn't been tested as much?
-
-  Testing has been manual interaction via DLUX using an SNMP simulator as described in :ref:`eman-user-guide`.
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  Yes, no changes to API
-
-Compatibility
--------------
-
-Yes, compatible with other features and the previous release
-
-Bugs Fixed
-----------
-
-* List of bugs fixed since the previous release
-
-  None
-
-Known Issues
-------------
-
-* List key known issues with workarounds
-
-  No known issues
-
-* Link to Open Bugs
-
-  No open bugs
-
-End-of-life
-===========
-
-* List of features/APIs which are EOLed, deprecated, and/or removed in this release
-
-  None
-
-Standards
-=========
-
-* List of standards implemented and to what extent
-
-  * `IETF Energy Management (eman) standards. <https://datatracker.ietf.org/wg/eman/charter/>`_
-    Only powerMeasurement table is currently implemented.
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/Eman:Nitrogen_Release_Plan>`_
-* Describe any major shifts in release schedule from the release plan
-
-  None
diff --git a/docs/release-notes/projects/faas.rst b/docs/release-notes/projects/faas.rst
deleted file mode 100644 (file)
index 2c7591b..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-==========================
-FaaS - Fabric As A Service
-==========================
-
-Major Features
-==============
-
-odl-faas-all
-------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=faas.git;a=blob;f=features/src/main/features/features.xml
-* **Feature Description:**  This is a top level wrapper feature which includes all the sub features faas offers.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** N/A
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`faas_user_guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`faas_dev_guide`
-
-Security Considerations
-=======================
-
-* Do you have any external interfaces other than RESTCONF?
-
-  * No
-
-* Other security issues?
-
-  * N/A
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=58232>`_ (N/A)
-* There are unit tests and integration test scripts available under folder "demo" in the faas repo,
-  these scripts can be manually invoked for testing. These tests only depend on mininet and ovs
-  which can easily be installed on one VM.
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  * No
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release? Yes
-* Any API changes? No.
-* Any configuration changes? No.
-
-Bugs Fixed
-----------
-
-* List of bugs fixed since the previous release
-
-  * None
-
-Known Issues
-------------
-
-https://bugs.opendaylight.org/buglist.cgi?quicksearch=faas
-
-End-of-life
-===========
-
-* List of features/APIs which are EOLed, deprecated, and/or removed in this
-  release
-
-  * None
-
-Standards
-=========
-
-* List of standrads implemented and to what extent
-
-  * None
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/FaaS:Nitrogen_Release_Plan>`_
-* Describe any major shifts in release schedule from the release plan
-
-  * None
diff --git a/docs/release-notes/projects/federation.rst b/docs/release-notes/projects/federation.rst
deleted file mode 100644 (file)
index 51eca51..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-==========
-Federation
-==========
-
-Major Features
-==============
-
-federation-with-rabbit
-----------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=federation.git;a=blob;f=features/features-federation/src/main/features/features.xml
-* **Feature Description:**  The federation service is a project that
-  facilitates the exchange of state between multiple OpenDaylight
-  deployments (henceforth 'sites'). These sites may be single node
-  deployments or cluster deployments. The 'federation-with-rabbit'
-  feature is a specific implementation of the federation service, based
-  on Rabbit MQ broker. Federation service currently only supports the
-  Rabbit MQ implementation.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** No (tested via NetVirt CSIT)
-
-Documentation
-=============
-
-Please provide the URL to each document at docs.opendaylight.org. If
-the document is under review, provide a link to the change in Gerrit.
-
-* **Installation Guide(s):**
-
-  * :doc:`../../submodules/federation/docs/install-guide/federation-install-guide`
-
-* **Developer Guide(s):**
-
-  * :doc:`../../submodules/federation/docs/developer-guide/federation-developer-guide`
-
-Security Considerations
-=======================
-
-* No dedicated port numbers are used.
-* Securing of RabbitMQ is beyond the scope of this project but it is
-  suggested that standard RabbitMQ security procedures are applied.
-
-Quality Assurance
-=================
-
-* This project was not independently tested. Rather it was tested
-  indirectly by means of the NetVirt Federation Plugin.
-
-Migration
----------
-
-* Not applicable. Federation is a new project released in the Carbon
-  release for the first time.
-
-Compatibility
--------------
-
-* Not applicable. Federation is a new project released in the Carbon
-  release for the first time.
-
-Bugs Fixed
-----------
-
-* Not applicable. Federation is a new project released in the Carbon
-  release for the first time.
-
-Known Issues
-------------
-
-* There are no known issues with respect of the usage flow tested via
-  the NetVirt Federation Plugin
-
-End-of-life
-===========
-
-* Not applicable. Federation is a new project released in the Carbon
-  release for the first time.
-
-Standards
-=========
-
-* Not applicable
-
-Release Mechanics
-=================
-
-* https://wiki.opendaylight.org/view/Federation:Carbon_Release_Plan
diff --git a/docs/release-notes/projects/lacp.rst b/docs/release-notes/projects/lacp.rst
deleted file mode 100644 (file)
index 2f287c0..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-====
-LACP
-====
-
-Major Features
-==============
-
-odl-lacp-plugin
----------------
-
-* **Feature URL:** https://github.com/opendaylight/lacp/blob/stable/carbon/features/src/main/features/features.xml
-* **Feature Description:** Southbound plugin for adding Link Aggregation Control Protocol support (via OpenFlow)
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:**
-
-  * https://jenkins.opendaylight.org/releng/view/lacp/job/lacp-csit-1node-lacp-all-carbon/
-  * https://jenkins.opendaylight.org/releng/view/lacp/job/lacp-integration-carbon/
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`lacp-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`lacp-dev-guide`
-
-Security Considerations
-=======================
-
-No known issues
-
-Quality Assurance
-=================
-
-* `Sonar report <https://sonar.opendaylight.org/overview?id=43929>`_ (76.8% code coverage)
-
-Migration
----------
-
-It is not currently supported
-
-Compatibility
--------------
-
-Yes, It is compatible with previous release. There are no API or config changes.
-
-Bugs Fixed
-----------
-
-No bugs fixed
-
-Known Issues
-------------
-
-No known issues
-
-End-of-life
-===========
-
-No deprecated or EoLed features.
-
-Standards
-=========
-
-`IEEE 802.11ad-2012 <http://www.techstreet.com/ieee/standards/ieee-802-11ad-2012?product_id=1820568>`_
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/Simultaneous_Release:Carbon_Release_Plan>`_
diff --git a/docs/release-notes/projects/nic.rst b/docs/release-notes/projects/nic.rst
deleted file mode 100644 (file)
index 990ee03..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-===
-NIC
-===
-
-Major Features
-==============
-
-odl-nic-core-mdsal
-------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=nic.git;a=blob_plain;f=features/odl-nic-core-mdsal/pom.xml;hb=stable/nitrogen
-* **Feature Description:**  This feature contains the dependencies to use MDSAL
-  features on NIC
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/nic/job/nic-csit-1node-basic-all-nitrogen/
-
-odl-nic-intent-common
----------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=nic.git;a=blob_plain;f=features/odl-nic-intent-common/pom.xml;hb=stable/nitrogen
-* **Feature Description:**  This feature contains the lifecycle management for
-  Intents, also is used to join two major features 'intent-statemachine' and
-  'intent-listeners'. This feature enable NIC to work with different renderers
-  at the same time.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/nic/job/nic-csit-1node-basic-all-nitrogen/
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`nic-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`nic-dev-guide`
-
-Additional information can be found at the
-`NIC wiki page <https://wiki.opendaylight.org/view/Network_Intent_Composition:Main>`_.
-  
-Security Considerations
-=======================
-
-* Do you have any external interfaces other than RESTCONF?
-
-  No
-
-* Other security issues?
-
-  N/A
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=44164>`_ (33.2% code coverage)
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/nic/job/nic-csit-1node-basic-all-nitrogen/>`_
-* Other manual testing and QA information
-* Testing methodology. How extensive was it? What should be expected to work?
-  What has not been tested as much?
-
-  There are a guide to evaluate manual tests using NIC on our `wiki page
-  <https://wiki.opendaylight.org/view/Network_Intent_Composition:Main>`_
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  Migration with user configuration and state is not supported.
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-
-  Yes
-
-* Any API changes?
-
-  No
-
-* Any configuration changes?
-
-  No
-
-Bugs Fixed
-----------
-
-* List of bugs fixed since the previous release
-
-Known Issues
-------------
-
-* List key known issues with workarounds
-
-  For Nitrogen release, NIC contains multiple renderers, where each renderer can be used at the same time
-  without uninstalling NIC and restarting ODL.
-
-End-of-life
-===========
-
-* List of features/APIs which are EOLed, deprecated, and/or removed in this or last
-  release
-
-* odl-nic-renderer-nemo
-* odl-nic-renderer-vtn
-* odl-nic-core-hazelcast
-
-Standards
-=========
-
-* List of standards implemented and to what extent
-
-  N/A
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/NIC:Nitrogen:Release_Plan>`_
-* Describe any major shifts in release schedule from the release plan
-
-  Capability to use multiple Renderers at the same time.
-  Capability to support new Intent definitions.
-  Integration with Intent State Machine.
-  Integration with BGPCEP project in order to advertise routes using Intents.
-  Apply OpenFlow rules using OpenFlowPlugin Meters
-  Integration with Genius project in order to manage the Meter IDs.
diff --git a/docs/release-notes/projects/ocpplugin.rst b/docs/release-notes/projects/ocpplugin.rst
deleted file mode 100644 (file)
index 7833268..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-==========
-OCP-plugin
-==========
-
-Major Features
-==============
-
-odl-ocpplugin-southbound
-------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=ocpplugin.git;a=blob;f=features/features-ocpplugin/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Handling of OCP v4.1.1 request/response messages
-* **Top Level:** No
-* **User Facing:** No
-* **Experimental:** No
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-nitrogen
-
-
-odl-ocpplugin-app-ocp-service
------------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=ocpplugin.git;a=blob;f=features/features-ocpplugin/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  User facing interface and rrh-agent registration and lifecycle management
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** No
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-nitrogen
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`ocpplugin-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`ocpplugin-dev-guide`
-
-Security Considerations
-=======================
-
-* Do you have any external interfaces other than RESTCONF?
-
-  * There is no futher secure description on the OCP 4.1.1 spec, it's out of our design scope, so there is no extenal security interface other than RESTCONF.
-
-* Other security issues?
-
-  * No other security issue
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=64810>`_ (60.8%)
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/ocpplugin/job/ocpplugin-csit-1node-get-all-nitrogen>`_
-* Other manual testing and QA information
-
-  * More detail testing, https://wiki.opendaylight.org/view/OCP_Plugin:Nitrogen_System_Test_Report
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  * Yes, there is no config change and there is not a need to migrate data in the datastore.
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-
-  * Release is compatible with previous.
-
-* Any API changes?
-
-  * N/A
-
-* Any configuration changes?
-
-  * N/A
-
-Bugs Fixed
-----------
-
-* List of bugs fixed since the previous release
-
-  * `Fixed BUGS <https://bugs.opendaylight.org/buglist.cgi?chfieldfrom=2017-05-25&chfieldto=2017-08-09&list_id=78466&product=ocpplugin&query_format=advanced&resolution=FIXED>`_
-
-Known Issues
-------------
-
-* List key known issues with workarounds
-
-  * N/A
-
-End-of-life
-===========
-
-* List of features/APIs which are EOLed, deprecated, and/or removed in this release
-
-  * Migrated from using the CSS to blueprint, deprecated CSS
-
-Standards
-=========
-* List of standards implemented and to what extent
-
-  * `OCP(ORI [Open Radio Interface] C&M [Control and Management]) v4.1.1 <http://www.etsi.org/deliver/etsi_gs/ORI/001_099/00202/04.01.01_60/gs_ORI00202v040101p.pdf>`_
-
-  * The ocpplugin poeject extended connection establishment and state machines used on both ends of the connection.
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/OCP_Plugin:Nitrogen:Release_Plan>`_
-
-* Describe any major shifts in release schedule from the release plan
-
-  * N/A
diff --git a/docs/release-notes/projects/odl-sdni.rst b/docs/release-notes/projects/odl-sdni.rst
deleted file mode 100644 (file)
index 2ee0059..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-========
-ODL SDNi
-========
-
-Major Features
-==============
-
-odl-sdninterfaceapp-all
------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=sdninterfaceapp.git;a=blob;f=features/features-sdninterfaceapp/src/main/features/features.xml;hb=stable/carbon
-* **Feature Description:** This feature installs the odl-sdni application which
-  connects with switch, topology, hosttracker managers of controller, fetches
-  the topology and QoS data and exchanges the same to the peer controllers.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/sdninterfaceapp/
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`sdni-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`sdni-dev-guide`
-
-
-Security Considerations
-=======================
-
-ODL SDNi uses BGP to exchange information and leaves securing the BGP
-connections and any implications of (not) doing so out of scope.
-
-There are no other known security issues.
-
-Quality Assurance
-=================
-
-* 8 APIs, tested via REST API
-
-  Topology:
-
-  * Self Topology:1 API
-  * Peer Topology:1 API
-
-  QoS:
-
-  * Self Qos :1 API
-  * Peer Qos :1 API
-
-  Peer Controller configuration:
-
-  * 4 APIs(Addition, deletion, fetching the configured controllers etc)
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=57255>`_ (11.9 %)
-
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/sdninterfaceapp/>`_
-
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-  No, current release is backward incompatible.
-
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-  No
-
-* Any API changes?
-  Yes, four new REST APIs are added for peer controller configuration are added in this release.
-
-* Any configuration changes?
-  No
-
-
-Bugs Fixed
-----------
-
-* `Bug 6202 <https://bugs.opendaylight.org/show_bug.cgi?id=6202>`_
-  Refactored sdninterfaceapp and removed the copies of bgpcep artifacts.
-
-
-Known Issues
-------------
-
-* N/A
-
-
-End-of-life
-===========
-
-* N/A
-
-
-Standards
-=========
-
-* The ODL SDNi project leverages BGP to exchange state.
-
-Release Mechanics
-=================
-
-* `Release plan <https://wiki.opendaylight.org/view/ODL-SDNi_App:Carbon_Release_Plan>`_
-* Bug 6202 which was targeted for M3 is resolved in M5
diff --git a/docs/release-notes/projects/topology-processing-framework.rst b/docs/release-notes/projects/topology-processing-framework.rst
deleted file mode 100644 (file)
index 5055334..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-=============================
-Topology Processing Framework
-=============================
-
-Major Features
-==============
-
-odl-topoprocessing-framework
-----------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-framework/pom.xml;h=c1c7b89ddb42af81efbeb5ae444e3179b0a14533;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Topology processing core
-* **Top Level:** No
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-odl-topoprocessing-mlmt
------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-mlmt/pom.xml;h=9fe3d505825f0f06dfcb166708b629d06855ec72;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Multi-Layer and Multi-Technology (MLMT) module
-* **Top Level:** Yes
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-odl-topoprocessing-network-topology
------------------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-network-topology/pom.xml;h=0de34de8dd99de3ac4b0c0bc5908a1de24a8f7ea;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Support for network-topology model
-* **Top Level:** Yes
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-odl-topoprocessing-inventory
-----------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-inventory/pom.xml;h=ef8b9c3b1cffc72bf871fd7168799ab797e05e5d;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Support for inventory model
-* **Top Level:** Yes
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-odl-topoprocessing-I2rs
------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-i2rs/pom.xml;h=f6b747cadfebc92d6df58e84ed894ffd390d6768;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Support for i2rs model
-* **Top Level:** Yes
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-odl-topoprocessing-inventory-rendering
---------------------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=topoprocessing.git;a=blob;f=features/odl-topoprocessing-inventory-rendering/pom.xml;h=cf278e2429f7ae048eac134a7c7b7f7095d4ba24;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  Rendering demo
-* **Top Level:** Yes
-* **User Facing:** No
-* **Experimental:** Yes
-* **CSIT Test:** https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/
-
-Documentation
-=============
-
-* **Developer Guide(s):**
-
-  * :ref:`topoprocessing-dev-guide`
-  * `Wiki <https://wiki.opendaylight.org/view/Topology_Processing_Framework:Developer_Guide>`_
-
-Security Considerations
-=======================
-
-* No external interfaces other then restconf
-* No known security issues
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=org.opendaylight.topoprocessing%3Atopoprocessing-aggregator>`_ (80%)
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/topoprocessing/job/topoprocessing-csit-1node-topology-operations-all-nitrogen/>`_
-
-Migration
----------
-
-* Not supported
-
-Compatibility
--------------
-
-* Compatible
-
-Bugs Fixed
-----------
-
-* `Link to fixed bugs <https://bugs.opendaylight.org/buglist.cgi?chfield=bug_status&chfieldto=Now&component=General&f1=bug_status&f2=bug_status&o1=changedafter&o2=changedbefore&product=topoprocessing&query_format=advanced&resolution=FIXED&v1=2017-4-24&v2=2017-9-11>`_
-
-Known Issues
-------------
-
-* Leafs which are children (direct or indirect) of list can't be used as target fields
-* Aggregation of termination points in case of more mappings works only if all underlay topologies are from the same model and only if that model is Network Topology or I2RS
-* Aggregation of termination points in combination with aggregation of nodes doesn't work with inventory model
-* Aggregation of termination points in combination with aggregation of nodes in case of more mappings works only if aggregation of termination points is specified on each underlay topology and only if model of all underlay topologies is the same
-* Filtration of termination points in case of more filters works only if all underlay topologies are from the same model
-* Maximum of one correlation per correlation item (aggregation may not work correctly in case of more correlation with the same correlation item)
-* Link aggregation works only if user specify also link computation
-
-
-**MLMT limitations**
-
-* The mlmt module provides YANG models as based on:
-  * network-topology YANG model version 2013-10-21
-  * TED YANG model version 2013-10-21
-* The mlmt module works with underlay topologies based on:
-  * network-topology YANG model version 2013-10-21
-  * isis-topology YANG model version 2013-10-21
-* The mlmt module does not support underlay topologies based on ospf-topology YANG model 2013-10-21.
-
-
-End-of-life
-===========
-
-* Network Topology model is not supported for overlay topologies
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/Topology_Processing_Framework:NITROGEN_Release_Plan>`_
diff --git a/docs/release-notes/projects/ttp.rst b/docs/release-notes/projects/ttp.rst
deleted file mode 100644 (file)
index 8abf89c..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-===================
-Table Type Patterns
-===================
-
-Major Features
-==============
-
-odl-ttp-model
--------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=ttp.git;a=blob;f=features/features-ttp/src/main/features/features.xml;hb=stable/nitrogen
-* **Feature Description:**  Provides a YANG model for describing
-  `ONF TTP 1.0 <https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/OpenFlow%20Table%20Type%20Patterns%20v1.0.pdf>`_
-  Table Type Patterns (TTPs) in JSON as well as a database of TTPs and an
-  augmentation adding supported and active TTPs on OpenFlow nodes.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** None.
-
-TTP CLI Tools
--------------
-
-* **Feature URL:** The Nitrogen executable jar can be found here: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/ttp/parser/0.5.0-Nitrogen/parser-0.5.0-Nitrogen-jar-with-dependencies.jar
-* **Feature Description:**  Provides stand-alone command line tools to validate
-  and interact with TTPs in XML or JSON.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-* **CSIT Test:** None.
-
-Documentation
-=============
-
-Please provide the URL to each document at docs.opendaylight.org. If the
-document is under review, provide a link to the change in Gerrit.
-
-* **User Guide(s):**
-
-  * :ref:`ttp_cli_tools_user_guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`ttp_cli_tools_dev_guide`
-  * :ref:`ttp_model_dev_guide`
-
-Security Considerations
-=======================
-
-* Do you have any external interfaces other than RESTCONF?
-
-  * No.
-
-* Other security issues?
-
-  * None.
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview?id=20096>`_ (43.3% Test Coverage)
-* No CSIT testing.
-* There was minimal manual testing in Nitrogen, but also there were no changes
-  beyond keeping up-to-date with changes in upstream projects. Unit tests cover
-  the basics of the model.
-
-Migration
----------
-
-* Is it possible to migrate from the previous release? If so, how?
-
-  While it should be possible to export all TTP-related information by doing
-  RESTCONF GETs and then import it by doing RESTCONF PUTs after the fact, this
-  has not been tested and isn't officially supported.
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-
-  Yes. There have been no code changes except to tolerate changes in upstream
-  projects.
-
-* Any API changes?
-
-  No. No changes in models or APIs.
-
-* Any configuration changes?
-
-  No. The TTP project has no configuration.
-
-Bugs Fixed
-----------
-
-None fixed.
-
-Known Issues
-------------
-
-The TTP YANG model does not match the ONF TTP JSON precisely. Exact details are
-documented in the `TTP model YANG
-<https://git.opendaylight.org/gerrit/gitweb?p=ttp.git;a=blob;f=ttp-model/src/main/yang/ttp.yang;hb=stable/nitrogen>`_
-file.
-
-`Open Bugs <https://bugs.opendaylight.org/buglist.cgi?component=General&list_id=79056&product=ttp&resolution=--->`_
-
-End-of-life
-===========
-
-None.
-
-Standards
-=========
-
-`ONF TTP 1.0
-<https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/OpenFlow%20Table%20Type%20Patterns%20v1.0.pdf>`_
-
-Release Mechanics
-=================
-
-* `Nitrogen Table Type Patterns Release Plan
-  <https://wiki.opendaylight.org/view/Table_Type_Patterns/Nitrogen/Release_Plan>`_
-
-  * This was purely a maintenance release, so no changes were planned or happened.
diff --git a/docs/release-notes/projects/unimgr.rst b/docs/release-notes/projects/unimgr.rst
deleted file mode 100644 (file)
index cc16307..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-======
-Unimgr
-======
-
-Major Features
-==============
-
-odl-unimgr
-------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/odl-unimgr/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  MEF Presto core infrastructure.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-
-odl-unimgr-netvirt
-------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/odl-unimgr-netvirt/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  MEF Legato implementation using netvirt.
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-
-odl-unimgr-cisco-xr-driver
---------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/odl-unimgr-cisco-xr-driver/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  MEF presto implementation with cisco xr
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-
-
-odl-unimgr-ovs-driver
---------------------------
-
-* **Feature URL:** https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/odl-unimgr-ovs-driver/pom.xml;hb=refs/heads/stable/nitrogen
-* **Feature Description:**  MEF presto implementation with ovsdb
-* **Top Level:** Yes
-* **User Facing:** Yes
-* **Experimental:** Yes
-
-Documentation
-=============
-
-* **User Guide(s):**
-
-  * :ref:`unimgr-user-guide`
-
-* **Developer Guide(s):**
-
-  * :ref:`unimgr-dev-guide`
-
-Security Considerations
-=======================
-
-No known security issues
-
-Quality Assurance
-=================
-
-* `Link to Sonar Report <https://sonar.opendaylight.org/overview/coverage?id=org.opendaylight.unimgr%3Aunimgr-aggregator>`_ (50.7% code coverage)
-* `Link to CSIT Jobs <https://jenkins.opendaylight.org/releng/view/unimgr/job/unimgr-csit-1node-basic-all-nitrogen/>`_
-* Tested Manually all main features.
-
-  We have added unit and integration tests for Presto layer. Presto and Legato APIs were tested manually.
-
-Migration
----------
-
-* Is it possible to migrate from the previous release?
-  No, Current release is backward incompatible.
-
-Compatibility
--------------
-
-* Is this release compatible with the previous release?
-* Any API changes?
-* Any configuration changes?
-
-Presto API replaces with completely new Presto NRP model
-
-Bugs Fixed
-----------
-
-* Only Bugs related to current release have been fixed
-
-Known Issues
-------------
-
-* No known issues
-
-End-of-life
-===========
-
-none
-
-Standards
-=========
-
-* `MEF PRESTO API <https://wiki.mef.net/display/CESG/LSO+Presto>`_
-* `MEF LEGATO API <https://wiki.mef.net/display/CESG/LSO+Legato>`_
-
-Release Mechanics
-=================
-
-* `Link to release plan <https://wiki.opendaylight.org/view/Unimgr:Release_Plan_Nitrogen>`_