Add distribution release notes
[docs.git] / docs / release-notes / projects / distribution.rst
1 ============
2 Distribution
3 ============
4
5 Overview
6 ========
7
8 The Distribution project is the placeholder for the ODL karaf
9 distribution. The project currently generates 3 artifacts:
10
11 * The **Managed distribution** (e.g. karaf-<version>.tar.gz): This includes
12   the Managed projects in OpenDaylight (See :ref:`managed-release`).
13
14 * The **Common distribution** (e.g. opendaylight-<version>.tar.gz): This
15   includes Managed and Self-Managed projects (See :ref:`managed-release`).
16
17 * The **ONAP distribution** (e.g. onap-karaf-<version>.tar.gz): This is the
18   distribution used in the ONAP CCSDK project.
19
20 The distribution project is also the placeholder for the distribution
21 scripts. Example of these scripts:
22
23 * :ref:`Clustering scripts in Distribution <getting-started-clustering-scripts>`
24
25 Behavior Changes
26 ================
27
28 This release introduces the following behavior changes:
29
30 * ODL Karaf distribution requires Java 11-compliant JVM (Java Virtual Machine).
31
32 New and Modified Features
33 =========================
34
35 This releases provides the following new and modified features:
36
37 * New Detnet project features are available in the Common distribution.
38 * JSON-RPC project features are available in the Managed distribution.
39
40 Deprecated Features
41 ===================
42
43 This releases removed the following features:
44
45 * COE project features
46 * SFC project features
47
48 Resolved Issues
49 ===============
50
51 The following table lists the resolved issues fixed this release.
52
53 .. list-table::
54    :widths: 15 55
55    :header-rows: 1
56
57    * - **Key**
58      - **Summary**
59
60    * - INTDIST-107
61      - Add yang model check at distribution build
62
63    * - INTDIST-106
64      - Create ONAP distribution
65
66 Known Issues
67 ============
68
69 No Known issues in this release.
70