Add distribution release notes 51/88551/5
authorLuis Gomez <ecelgp@gmail.com>
Fri, 20 Mar 2020 16:58:09 +0000 (09:58 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 20 Mar 2020 17:50:10 +0000 (10:50 -0700)
Change-Id: I7b5c34e7a8ace4a7b379355b3865b73918b5ec6b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/release-notes/index.rst
docs/release-notes/projects/distribution.rst [new file with mode: 0644]

index 06e01c915b9de4f9a0fe2146528c7f0859b15a81..4053bff2a459bec8139269897960384970256db7 100644 (file)
@@ -46,7 +46,7 @@ Project Release Notes
    :glob:
    :maxdepth: 1
 
-..   projects/*
+   projects/*
 
 Service Release Notes
 =====================
diff --git a/docs/release-notes/projects/distribution.rst b/docs/release-notes/projects/distribution.rst
new file mode 100644 (file)
index 0000000..eed8abe
--- /dev/null
@@ -0,0 +1,70 @@
+============
+Distribution
+============
+
+Overview
+========
+
+The Distribution project is the placeholder for the ODL karaf
+distribution. The project currently generates 3 artifacts:
+
+* The **Managed distribution** (e.g. karaf-<version>.tar.gz): This includes
+  the Managed projects in OpenDaylight (See :ref:`managed-release`).
+
+* The **Common distribution** (e.g. opendaylight-<version>.tar.gz): This
+  includes Managed and Self-Managed projects (See :ref:`managed-release`).
+
+* The **ONAP distribution** (e.g. onap-karaf-<version>.tar.gz): This is the
+  distribution used in the ONAP CCSDK project.
+
+The distribution project is also the placeholder for the distribution
+scripts. Example of these scripts:
+
+* :ref:`Clustering scripts in Distribution <getting-started-clustering-scripts>`
+
+Behavior Changes
+================
+
+This release introduces the following behavior changes:
+
+* ODL Karaf distribution requires Java 11-compliant JVM (Java Virtual Machine).
+
+New and Modified Features
+=========================
+
+This releases provides the following new and modified features:
+
+* New Detnet project features are available in the Common distribution.
+* JSON-RPC project features are available in the Managed distribution.
+
+Deprecated Features
+===================
+
+This releases removed the following features:
+
+* COE project features
+* SFC project features
+
+Resolved Issues
+===============
+
+The following table lists the resolved issues fixed this release.
+
+.. list-table::
+   :widths: 15 55
+   :header-rows: 1
+
+   * - **Key**
+     - **Summary**
+
+   * - INTDIST-107
+     - Add yang model check at distribution build
+
+   * - INTDIST-106
+     - Create ONAP distribution
+
+Known Issues
+============
+
+No Known issues in this release.
+