Update release notes for Honolulu
[ccsdk/distribution.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2    International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. (c) ONAP Project and its contributors
5 .. _release_notes:
6
7 *******************
8 CCSDK Release Notes
9 *******************
10
11
12 Abstract
13 ========
14
15 This document provides the release notes for the Honolulu release of the Common Controller Software
16 Development Kit (CCSDK).
17
18 Summary
19 =======
20
21 The Honolulu release of CCSDK introduces new functionality to support network slicing and extends support
22 for ORAN integration via the A1 interface.  It also includes a major OpenDaylight release
23 upgrade (to Aluminum).
24
25
26 Release Data
27 ============
28
29 +-------------------------+-------------------------------------------+
30 | **Project**             | CCSDK                                     |
31 |                         |                                           |
32 +-------------------------+-------------------------------------------+
33 | **Docker images**       | See :ref:`dockercontainers` section below |
34 +-------------------------+-------------------------------------------+
35 | **Release designation** | Honolulu                                  |
36 |                         |                                           |
37 +-------------------------+-------------------------------------------+
38
39
40 New features
41 ------------
42
43 The CCSDK Honolulu release includes the following features:
44
45 * Upgrade to OpenDaylight Aluminum release (Jira `CCSDK-2982 <https://jira.onap.org/browse/CCSDK-2982>`_)
46 * Decouple CCSDK from OpenDaylight / Karaf : phase 3 (Jira `CCSDK-2987 <https://jira.onap.org/browse/CCSDK-2987>`_)
47 * A1 Adapter and A1 Policy Management Extension - CCSDK (Jira `CCSDK-2991 <https://jira.onap.org/browse/CCSDK-2991>`_)
48 * CCSDK support of Network Slicing in Honolulu (Jira `CCSDK-2988 <https://jira.onap.org/browse/CCSDK-2988>`_)
49 * Native CNF Day-2 operations support (Jira `CCSDK-2922 <https://jira.onap.org/browse/CCSDK-2922>`_)
50
51
52 For the complete list of `CCSDK Honolulu release epics <https://jira.onap.org/issues/?filter=12493>`_ and
53 `CCSDK Honolulu release user stories <https://jira.onap.org/issues/?filter=12494>`_ , please see the `ONAP Jira`_.
54
55 **Bug fixes**
56
57 The full list of `bugs fixed in the CCSDK Honolulu release <https://jira.onap.org/issues/?filter=12495>`_ is maintained on the `ONAP Jira`_.
58
59 **Known Issues**
60
61 The full list of `known issues in CCSDK <https://jira.onap.org/issues/?filter=11341>`_ is maintained on the `ONAP Jira`_.
62
63 Deliverables
64 ------------
65
66 Software Deliverables
67 ~~~~~~~~~~~~~~~~~~~~~
68
69 .. _dockercontainers:
70
71 Docker Containers
72 `````````````````
73
74 The following table lists the docker containers comprising the CCSDK Guilin
75 release along with the current stable Guilin version/tag.  Each of these is
76 available on the ONAP nexus3 site (https://nexus3.onap.org) and can be downloaded
77 with the following command::
78
79    docker pull nexus3.onap.org:10001/{image-name}:{version}
80
81
82 Note: users that want to use the latest in-development Guilin version may use the
83 tag 1.0-STAGING-latest to pull the latest daily Guilin build
84
85 +---------------------------------------+--------------------------------------------+---------+
86 | Image name                            | Description                                | Version |
87 +=======================================+============================================+=========+
88 | onap/ccsdk-alpine-j11-image           | Base Alpine Linux image for CCSDK          | 1.1.2   |
89 +---------------------------------------+--------------------------------------------+---------+
90 | onap/ccsdk-ansible-server-image       | Ansible server image                       | 1.1.2   |
91 +---------------------------------------+--------------------------------------------+---------+
92 | onap/ccsdk-apps-ms-neng               | Naming microservice                        | 1.1.1   |
93 +---------------------------------------+--------------------------------------------+---------+
94 | onap/ccsdk-blueprints-processor       | CDS blueprint processor                    | 1.1.2   |
95 +---------------------------------------+--------------------------------------------+---------+
96 | onap/ccsdk-cds-ui-server              | CDS user interface back end                | 1.1.2   |
97 +---------------------------------------+--------------------------------------------+---------+
98 | onap/ccsdk-commandexecutor            | CDS command executor                       | 1.1.2   |
99 +---------------------------------------+--------------------------------------------+---------+
100 | onap/ccsdk-controllerblueprint        | CDS controller blueprints                  | 1.1.2   |
101 +---------------------------------------+--------------------------------------------+---------+
102 | onap/ccsdk-dgbuilder-image            | Directed graph builder                     | 1.1.2   |
103 +---------------------------------------+--------------------------------------------+---------+
104 | onap/ccsdk-odl-aluminum-alpine-image  | Alpine based OpenDaylight Aluminum image   | 1.1.2   |
105 +---------------------------------------+--------------------------------------------+---------+
106 | onap/ccsdk-odlsli-alpine-image        | Alpine based OpenDaylight image with CCSDK | 1.1.2   |
107 +---------------------------------------+--------------------------------------------+---------+
108 | onap/ccsdk-saltstack-server-image     | Saltstack server                           | 1.1.2   |
109 +---------------------------------------+--------------------------------------------+---------+
110 | onap/ccsdk-sdclistener                | CDS SDC listener                           | 1.1.2   |
111 +---------------------------------------+--------------------------------------------+---------+
112 | onap/ccsdk-ubuntu-image               | Base Ubuntu image for CCSDK                | 1.1.2   |
113 +---------------------------------------+--------------------------------------------+---------+
114
115 Maven Artifacts
116 ```````````````
117 In addition to docker containers, CCSDK also provides libraries that are intended to be used by
118 client applications (e.g. APPC, SDNC) as maven dependencies.
119
120
121 ccsdk/parent
122 ^^^^^^^^^^^^
123 Many CCSDK clients need to be able to inherit settings from third party parent poms provided
124 by OpenDaylight or springboot, and therefore are unable to use the standard ONAP parent pom.
125 The CCSDK parent repository provides its own version of parent poms whose contents are consistent
126 with ONAP standard settings (as defined in oparent), but whose parent is the OpenDaylight or
127 springboot parent, so that clients can effectively merge both sets of settings.
128
129 The following table lists the parent poms provided by CCSDK and the current stable
130 Frankfurt version of each.
131
132 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
133 | groupId               | artifactId                   | version | Description                                                                                      |
134 +=======================+==============================+=========+==================================================================================================+
135 | org.onap.ccsdk.parent | binding-parent               | 2.1.2   | Parent used in place of OpenDaylight binding-parent                                              |
136 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
137 | org.onap.ccsdk.parent | bundle-parent                | 2.1.2   | Parent used in place of OpenDaylight bundle-parent                                               |
138 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
139 | org.onap.ccsdk.parent | client-parent                | 2.1.2   | Parent used for projects that create client libraries for OpenDaylight APIs                      |
140 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
141 | org.onap.ccsdk.parent | dependencies-bom             | 2.1.2   | Bill of Materials POM that defines versions of third party libraries used outside ODL container. |
142 |                       |                              |         | Intended to be imported in dependencyManagement section.                                         |
143 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
144 | org.onap.ccsdk.parent | dependencies-odl-bom         | 2.1.2   | Bill of Materials POM that defines versions of third party libraries used within ODL container.  |
145 |                       |                              |         | Intended to be imported in dependencyManagement section.                                         |
146 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
147 | org.onap.ccsdk.parent | feature-repo-parent          | 2.1.2   | Parent used in place of OpenDaylight feature-repo-parent                                         |
148 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
149 | org.onap.ccsdk.parent | karaf4-parent                | 2.1.2   | Parent used in place of OpenDaylight karaf4-parent                                               |
150 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
151 | org.onap.ccsdk.parent | mdsal-it-parent              | 2.1.2   | Parent used in place of OpenDaylight mdsal-it-parent                                             |
152 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
153 | org.onap.ccsdk.parent | odlparent                    | 2.1.2   | Parent used in place of OpenDaylight odlparent                                                   |
154 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
155 | org.onap.ccsdk.parent | odlparent-lite               | 2.1.2   | Parent used in place of OpenDaylight odlparent-lite                                              |
156 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
157 | org.onap.ccsdk.parent | single-feature-parent        | 2.1.2   | Parent used in place of OpenDaylight single-feature-parent                                       |
158 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
159 | org.onap.ccsdk.parent | spring-boot-1-starter-parent | 2.1.2   | Parent used in place of spring-boot-starter-parent for Springboot 1.x.                           |
160 |                       |                              |         | *NOTE* This is deprecated and will be removed in Honolulu, since springboot 1.x should no        |
161 |                       |                              |         | longer be used due to security issues                                                            |
162 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
163 | org.onap.ccsdk.parent | spring-boot-starter-parent   | 2.1.2   | Parent used in place of spring-boot-starter-parent for Springboot 2.x                            |
164 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
165 | org.onap.ccsdk.parent | standalone-parent            | 2.1.2   | Parent used for projects that have no need for other third party parent poms                     |
166 +-----------------------+------------------------------+---------+--------------------------------------------------------------------------------------------------+
167
168 ccsdk/sli
169 ^^^^^^^^^^^^^^
170 The ccsdk/sli library provides the Service Logic Interpreter (SLI), which is the engine that runs directed graphs.  It also
171 provides a number of libraries that can be used by other CCSDK client projects.
172
173 The following table lists the maven artifacts provided for use by CCSDK client
174 projects.
175
176 +-------------------------------+------------------------------+---------+--------------------------------------------+
177 | groupId                       | artifactId                   | version | Description                                |
178 +===============================+==============================+=========+============================================+
179 | org.onap.ccsdk.sli.core       | dblib-provider               | 1.2.1   | Database access library                    |
180 +-------------------------------+------------------------------+---------+--------------------------------------------+
181 | org.onap.ccsdk.sli.core       | sli-common                   | 1.2.1   | Common SLI data objects                    |
182 +-------------------------------+------------------------------+---------+--------------------------------------------+
183 | org.onap.ccsdk.sli.core       | sli-provider-base            | 1.2.1   | ODL-independent SLI implementation objects |
184 +-------------------------------+------------------------------+---------+--------------------------------------------+
185 | org.onap.ccsdk.sli.core       | sli-provider                 | 1.2.1   | ODL-dependent SLI implementation objects   |
186 +-------------------------------+------------------------------+---------+--------------------------------------------+
187 | org.onap.ccsdk.sli.core       | sliPluginUtils-provider      | 1.2.1   | Utilities for use in SLI adaptors/plugins  |
188 +-------------------------------+------------------------------+---------+--------------------------------------------+
189 | org.onap.ccsdk.sli.core       | utils-provider               | 1.2.1   | Utilities                                  |
190 +-------------------------------+------------------------------+---------+--------------------------------------------+
191 | org.onap.ccsdk.sli.adaptors   | aai-service-provider         | 1.2.1   | A&AI interface adaptor                     |
192 +-------------------------------+------------------------------+---------+--------------------------------------------+
193 | org.onap.ccsdk.sli.adaptors   | ansible-adapter-bundle       | 1.2.1   | Ansible interface adaptor                  |
194 +-------------------------------+------------------------------+---------+--------------------------------------------+
195 | org.onap.ccsdk.sli.adaptors   | mdsal-resource-provider      | 1.2.1   | MD-SAL interface adaptor                   |
196 +-------------------------------+------------------------------+---------+--------------------------------------------+
197 | org.onap.ccsdk.sli.adaptors   | netbox-client-provider       | 1.2.1   | netbox interface adaptor                   |
198 +-------------------------------+------------------------------+---------+--------------------------------------------+
199 | org.onap.ccsdk.sli.adaptors   | resource-assignment-provider | 1.2.1   | resource allocator                         |
200 +-------------------------------+------------------------------+---------+--------------------------------------------+
201 | org.onap.ccsdk.sli.adaptors   | saltstack-adaptor-provider   | 1.2.1   | saltstack interface adaptor                |
202 +-------------------------------+------------------------------+---------+--------------------------------------------+
203 | org.onap.ccsdk.sli.adaptors   | sql-resource-provider        | 1.2.1   | SQL database interface adaptor             |
204 +-------------------------------+------------------------------+---------+--------------------------------------------+
205 | org.onap.ccsdk.sli.northbound | asdcApi-provider             | 1.2.1   | ODL-based SDC interface                    |
206 +-------------------------------+------------------------------+---------+--------------------------------------------+
207 | org.onap.ccsdk.sli.northbound | dataChange-provider          | 1.2.1   | A&AI data change notification interface    |
208 +-------------------------------+------------------------------+---------+--------------------------------------------+
209 | org.onap.ccsdk.sli.northbound | dmaap-listener               | 1.2.1   | DMaaP listener interface                   |
210 +-------------------------------+------------------------------+---------+--------------------------------------------+
211 | org.onap.ccsdk.sli.northbound | lcm-provider                 | 1.2.1   | Life Cycle Management event interface      |
212 +-------------------------------+------------------------------+---------+--------------------------------------------+
213 | org.onap.ccsdk.sli.northbound | ueb-listener                 | 1.2.1   | SDC event listener                         |
214 +-------------------------------+------------------------------+---------+--------------------------------------------+
215 | org.onap.ccsdk.sli.plugins    | properties-node-provider     | 1.2.1   | Used to load a properties file for use in  |
216 |                               |                              |         | a directed graph                           |
217 +-------------------------------+------------------------------+---------+--------------------------------------------+
218 | org.onap.ccsdk.sli.plugins    | restapi-call-node-provider   | 1.2.1   | Used to call a generic REST API from a     |
219 |                               |                              |         | directed graph                             |
220 +-------------------------------+------------------------------+---------+--------------------------------------------+
221 | org.onap.ccsdk.sli.plugins    | restconf-client-provider     | 1.2.1   | Used to call a RESTCONF API from a         |
222 |                               |                              |         | directed graph                             |
223 +-------------------------------+------------------------------+---------+--------------------------------------------+
224 | org.onap.ccsdk.sli.plugins    | sshapi-call-node             | 1.2.1   | Used to invoke an SSH interface from a     |
225 |                               |                              |         | directed graph                             |
226 +-------------------------------+------------------------------+---------+--------------------------------------------+
227 | org.onap.ccsdk.sli.plugins    | template-node-provider       | 1.2.1   | Provides velocity template support         |
228 +-------------------------------+------------------------------+---------+--------------------------------------------+
229
230 Documentation Deliverables
231 ~~~~~~~~~~~~~~~~~~~~~~~~~~
232 * `CDS user guide`_
233 * `SDN Controller for Radio user guide`_
234
235 Known Limitations, Issues and Workarounds
236 =========================================
237
238 System Limitations
239 ------------------
240
241 No system limitations noted.
242
243
244 Known Vulnerabilities
245 ---------------------
246
247 Any known vulnerabilities for ONAP are tracked in the `ONAP Jira`_ in the OJSI project.  Any outstanding OJSI issues that
248 pertain to CCSDK are listed in the :ref:`secissues` section below.
249
250
251 Workarounds
252 -----------
253
254 Not applicable.
255
256
257 Security Notes
258 --------------
259
260 Fixed Security Issues
261 ~~~~~~~~~~~~~~~~~~~~~
262
263 There are no new security fixes in the Guilin release.
264
265 .. _secissues :
266
267 Known Security Issues
268 ~~~~~~~~~~~~~~~~~~~~~
269
270 There is currently only one known CCSDK security issue, related to a third party application (netbox) that CCSDK uses:
271
272 * `OJSI-160 <https://jira.onap.org/browse/OJSI-160>`_ : netbox-nginx exposes plain text HTTP endpoint using port 30420
273
274
275
276 Test Results
277 ============
278 Not applicable
279
280
281 References
282 ==========
283
284 For more information on the ONAP Frankfurt release, please see:
285
286 #. `ONAP Home Page`_
287 #. `ONAP Documentation`_
288 #. `ONAP Release Downloads`_
289 #. `ONAP Wiki Page`_
290
291
292 .. _`ONAP Home Page`: https://www.onap.org
293 .. _`ONAP Wiki Page`: https://wiki.onap.org
294 .. _`ONAP Documentation`: https://docs.onap.org
295 .. _`ONAP Release Downloads`: https://git.onap.org
296 .. _`ONAP Jira`: https://jira.onap.org
297 .. _`CDS user guide`: https://docs.onap.org/en/frankfurt/submodules/ccsdk/cds.git/docs/index.html
298 .. _`SDN Controller for Radio user guide`: https://docs.onap.org/en/frankfurt/submodules/ccsdk/features.git/docs/guides/onap-user/home.html