Update documentation about update process 94/95094/7
authortadei.bilan <tadei.bilan@pantheon.tech>
Tue, 9 Feb 2021 14:11:46 +0000 (16:11 +0200)
committerOleksii Mozghovyi <oleksii.mozghovyi@pantheon.tech>
Fri, 26 Mar 2021 16:50:12 +0000 (18:50 +0200)
Update documentation of update process due to akka upgrade in controller.

JIRA: CONTROLLER-1962
Change-Id: Id404aebd837cb580987acf983460943cb2690e54
Signed-off-by: tadei.bilan <tadei.bilan@pantheon.tech>
docs/release-notes/upgrade-process.rst

index 27a901a48bf5aea4214200344ece2577c3b431df..aa93858652196b5917a57d808d8e29c411748dad 100644 (file)
@@ -35,7 +35,7 @@ versions (for example, `bump-odl-version <https://github.com/skitt/odl-tools/blo
    not be any reference to **org.opendaylight.odlparent**, except
    for 8.1.1. This includes custom feature.xml templates
    (src/main/feature/feature.xml), the version range there should
-   be "[8,9)" instead of "[8,9)", "[5.0.3,6)" or any other variation.
+   be "[8.1,9)" instead of "[8,9)", "[5.0.3,6)" or any other variation.
 
  .. code-block:: shell
 
@@ -321,6 +321,18 @@ release, Phosphorus. The removal is tracked in
 Controller Impacts
 ------------------
 
+Akka remote configuration
+^^^^^^^^^^^^^^^^^^^^^^^^^
+Because of the akka upgrade to 2.6.x in Silicon, remote tcp configuration changed
+from ``netty.tcp`` to ``classic.netty.tcp``:
+
+ .. code-block:: none
+
+      classic.netty.tcp {
+        hostname = "127.0.0.1"
+        port = 2550
+      }
+
 Use of odl:type in Blueprint is discouraged
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 This property has been used for discerning between various implementations