Update controller release notes 40/97540/3
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 20 Sep 2021 12:08:49 +0000 (14:08 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 21 Sep 2021 07:38:22 +0000 (07:38 +0000)
Sum up the changes delivered in Phosphorus release train.

Change-Id: Id5d693ea8fc3b32d9ce2b12e90247be2a0d352a6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/release-notes/projects/controller.rst

index 16633f66c67c8cae2026aae3e3e8635772f31e5c..0fbe8c87bd8a191b19753f13a5a8d3814287b0ba 100644 (file)
@@ -8,38 +8,37 @@ Overview
 The Controller project is an infrastructure service that supports other OpenDaylight projects.
 It does not have user-facing features.
 
+
+Changes in Phosphorus release stream
+====================================
+There is a comprehensive list of JIRA issues
+`resolved in this release <https://jira.opendaylight.org/issues/?jql=project%20%3D%20CONTROLLER%20AND%20fixVersion%20in%20(4.0.0%2C%204.0.1%2C%204.0.2%2C%204.0.3)>`__
+
+
 Behavior/Feature Changes
 ========================
 
-Here is the link to the features improved in this release:
+The implementation of Entity Ownership Service has been rewritten from scratch. It is now completely
+independent of ``sal-distributed-datastore``. See `this issue <https://jira.opendaylight.org/browse/CONTROLLER-1982>`__ for details.
 
-`OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+CONTROLLER+AND+issuetype+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28Silicon%2C+%22Silicon+GA%22%2C+3.0.6%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_
+As per upstream advice from Akka, we have now switched our communications to use Akka Artery. See
+`this issue <https://jira.opendaylight.org/browse/CONTROLLER-1968>`__ for details.
 
 New Features
 ============
+There are no new features.
 
-Here is the link to the new features introduced in this release:
-
-`OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
-
-Deprecated Features
-===================
-
-Here is the link to the features removed in this release:
-
-`OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
-
-Resolved Issues
-===============
-
-Here is the link to the resolved issues fixed in this release:
-
-`OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+3.0.6%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
-
+Deprecated and Removed Features
+===============================
+There are no deprecated features in this release, but there is a large number of feature removals:
+* ``opendaylight-inventory`` and ``opendaylight-topology`` models have been moved to OpenFlow Plugin
+* support for upgrading from versions before ``Sodium SR`` was removed
+* prefix-based shards have been completely removed
+* the proof-of-concept ``messagebus`` component was removed
 
 Known Issues
 ============
 
 Here is the link to the known issues exist in this release:
 
-`OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_
\ No newline at end of file
+`OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+controller+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_