blob: c7252a8b636673ed33623a2fe9e7b38b018f002f [file] [log] [blame]
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
Vijay VK5e1694c2019-10-09 17:11:04 +01002.. http://creativecommons.org/licenses/by/4.0
VENKATESH KUMARcfb11092020-04-02 12:27:00 -04003.. Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
Aric Gardner9fc74a62020-04-09 10:51:40 -07004.. _release_notes:
Lusheng Ji72c4fba2017-10-10 18:12:22 +00005
VENKATESH KUMAR64559742020-04-29 18:53:53 -04006
7
8==================
VENKATESH KUMAR7cfaea22020-04-22 17:31:32 -04009DCAE Release Notes
10==================
Lusheng Ji72c4fba2017-10-10 18:12:22 +000011
VENKATESH KUMAR64559742020-04-29 18:53:53 -040012.. contents::
13 :depth: 2
14..
15
VENKATESH KUMARa052dac2020-08-18 17:43:04 -040016
VENKATESH KUMAR647eade2020-10-29 11:30:28 -040017.. ========================
18.. * * * GUILIN * * *
19.. ========================
20
21
22Version: 7.0.0
23==============
24
25
26Abstract
27--------
28
29This document provides the release notes for Guilin release.
30
31Summary
32-------
33
34Following DCAE components are available with default ONAP/DCAE installation.
35
36 - Platform components
37
38 - Cloudify Manager (helm chart)
39 - Bootstrap container (helm chart)
40 - Configuration Binding Service (helm chart)
41 - Deployment Handler (helm chart)
42 - Policy Handler (helm chart
43 - Service Change Handler (helm chart)
44 - Inventory API (helm chart)
45 - Dashboard (helm chart)
46
47 - Service components
48
49 - VES Collector
50 - HV-VES Collector
51 - PNF-Registration Handler
52 - Docker based Threshold Crossing Analytics (TCA-Gen2)
53 - Holmes Rule Management *
54 - Holmes Engine Management *
55
56 - Additional resources that DCAE utilizes deployed using ONAP common charts:
57
58 - Postgres Database
59 - Mongo Database
60 - Redis Cluster Database
61 - Consul Cluster
62
63Below service components (mS) are available to be deployed on-demand.
64
65 - SNMPTrap Collector
66 - RESTConf Collector
67 - DataFile Collector
68 - PM-Mapper
69 - BBS-EventProcessor
70 - VES Mapper
71 - Heartbeat mS
72 - SON-Handler
73 - PM-Subscription Handler
74 - DataLake Handler (Admin and Feeder)
75 - Slice Analysis
76 - DataExposure Service
77
78 Notes:
79
80 \* These components are delivered by the Holmes project.
81
82
83
84Under OOM (Kubernetes) all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster. DCAE platform components are deployed using Helm charts. DCAE service components are deployed using Cloudify blueprints. DCAE provides a Cloudify Manager plugin (k8splugin) that is capable of expanding a Cloudify blueprint node specification for a service component to a full Kubernetes specification, with additional enhancements such as replica scaling, sidecar for logging to ONAP ELK stack, registering services to MSB, etc.
85
86
87Release Data
88------------
89
90+--------------------------------------+--------------------------------------------------------+
91| **DCAE Project** | |
92| | |
93+--------------------------------------+--------------------------------------------------------+
94| **Docker images** |Refer :any:`Deliverable <guilin_deliverable>` |
95| | |
96+--------------------------------------+--------------------------------------------------------+
97| **Release designation** | 7.0.0 Guilin |
98| | |
99+--------------------------------------+--------------------------------------------------------+
100| **Release date** | 2020-11-19 |
101| | |
102+--------------------------------------+--------------------------------------------------------+
103
104
105New features
106------------
107
108- DCAE Enhancement
109
110 - Cloudify Container upgraded with new base image; plugins load optimized (DCAEGEN2-2236, DCAEGEN2-2207 
111DCAEGEN2-2262)
112 - Bootstrap container optimization (DCAEGEN2-1791)
113 - MOD/Runtime – Enable configuration for dynamic topic support (DCAEGEN2-1996)
114 - MOD/OnboardingAPI - Support for offline install (DCAEGEN2-2221)
115 - DCAE Dashboard UI Optimization and bugfixes (DCAEGEN2-2223, DCAEGEN2-2364,DCAEGEN2-1638,DCAEGEN2-2298, DCAEGEN2-1857)
116 - Blueprint generator tool and K8Splugin enhancement to support External Certificate (DCAEGEN2-2250)
117 - K8S v1.17 support through DCAE Cloudify K8S plugins (DCAEGEN2-2309)
118 - Python 3.8 support enabled for several DCAE components - Heartbeat mS, PMSH mS, MOD/DistriubtorAPI mS, MOD/OnboardingAPI mS, Policy Library (DCAEGEN2-2292)
119 - Java 11 upgrade complete for following modules - RESTConf, PM-Mapper, DFC, VES-Mapper, SON-handler, TCA-gen2, DL-Feeder, InventoryAPI, ServiceChangeHandler, MOD/RuntimeAPI, MOD/Bp-gen (DCAEGEN2-2223)
120 - Hardcoded password removed from OOM charts - Cloudify, Bootstrap, DeploymentHandler, Dashboard; now managed dynamically through K8S secret (DCAEGEN2-1972, DCAEGEN2-1975)
121 - Best practice compliance
122 - STDOUT log compliance for DCAE Containers (DCAEGEN2-2324)
123 - No more than one main process (DCAEGEN2-2327/REQ-365)
124 - Container must crash when failure is noted (DCAEGEN2-2326/REQ-366)
125 - All containers must run as non-root (REQ-362)
126 - Code coverage >55% (DCAEGEN2-2333)
127 - All Vulnerability identified by SECCOM has been resolved (DCAEGEN2-2242)
128
129
130- Following new services are delivered this release
131
132 - Event Processors
133 - DataExposure Service
134
135 - Analytics/RCA
136 - Slice Analysis MS
137
138.. _guilin_deliverable:
139
140Deliverables
141------------
142
143Software Deliverables
144
145.. csv-table::
146 :header: "Repository", "SubModules", "Version & Docker Image (if applicable)"
147 :widths: auto
148
149 "dcaegen2/analytics/tca-gen2", "", "onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.2.1"
150 "dcaegen2/collectors/datafile", "", "onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.4.3"
151 "dcaegen2/collectors/hv-ves", "", "onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0"
152 "dcaegen2/collectors/restconf", "", "onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.2"
153 "dcaegen2/collectors/snmptrap", "", "onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3"
154 "dcaegen2/collectors/ves", "", "onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.8"
155 "dcaegen2/deployments", "cm-container", "onap/org.onap.dcaegen2.deployments.cm-container:3.3.4"
156 "dcaegen2/deployments", "consul-loader-container", "onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0"
157 "dcaegen2/deployments", "dcae-k8s-cleanup-container", "onap/org.onap.dcaegen2.deployments.dcae-k8s-cleanup-container:1.0.0"
158 "dcaegen2/deployments", "healthcheck-container", "onap/org.onap.dcaegen2.deployments.healthcheck-container:2.1.0"
159 "dcaegen2/deployments", "multisite-init-container", "onap/org.onap.dcaegen2.deployments.multisite-init-container:1.0.0"
160 "dcaegen2/deployments", "tls-init-container", "onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0"
161 "dcaegen2/platform", "mod/onboardingapi", "onap/org.onap.dcaegen2.platform.mod.onboardingapi:2.12.3"
162 "dcaegen2/platform", "mod/distributorapi", "onap/org.onap.dcaegen2.platform.mod.distributorapi:1.1.0"
163 "dcaegen2/platform", "mod/designtool", "onap/org.onap.dcaegen2.platform.mod.designtool-web:1.0.2"
164 "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-http:1.0.2"
165 "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-job:1.0.2"
166 "dcaegen2/platform", "mod/designtool/mod-registry", "onap/org.onap.dcaegen2.platform.mod.mod-registry:1.0.0"
167 "dcaegen2/platform", "mod/runtimeapi", "onap/org.onap.dcaegen2.platform.mod.runtime-web:1.1.1"
168 "dcaegen2/platform", "adapter/acumos", "onap/org.onap.dcaegen2.platform.adapter.acumos:1.0.3"
169 "dcaegen2/platform/blueprints", "", "onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:2.1.8"
170 "dcaegen2/platform/configbinding", "", "onap/org.onap.dcaegen2.platform.configbinding:2.5.3"
171 "dcaegen2/platform/deployment-handler", "", "onap/org.onap.dcaegen2.platform.deployment-handler:4.4.1"
172 "dcaegen2/platform/inventory-api", "", "onap/org.onap.dcaegen2.platform.inventory-api:3.5.1"
173 "dcaegen2/platform/policy-handler", "", "onap/org.onap.dcaegen2.platform.policy-handler:5.1.0"
174 "dcaegen2/platform/servicechange-handler", "", "onap/org.onap.dcaegen2.platform.servicechange-handler:1.4.0"
175 "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakefeeder:1.1.0"
176 "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakeadminui:1.1.0"
177 "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalake.exposure.service:1.1.0"
178 "dcaegen2/services", "components/pm-subscription-handler", "onap/org.onap.dcaegen2.services.pmsh:1.1.2"
179 "dcaegen2/services", "components/slice-analysis-ms", "onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.1"
180 "dcaegen2/services", "components/bbs-event-processor", "onap/org.onap.dcaegen2.services.components.bbs-event-processor:2.0.1"
181 "dcaegen2/services/heartbeat", "", "onap/org.onap.dcaegen2.services.heartbeat:2.1.1"
182 "dcaegen2/services/mapper", "", "onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.1.0"
183 "dcaegen2/services/pm-mapper", "", "onap/org.onap.dcaegen2.services.pm-mapper:1.4.1"
184 "dcaegen2/services/prh", "", "onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.4"
185 "dcaegen2/services/son-handler", "", "onap/org.onap.dcaegen2.services.son-handler:2.1.2"
186 "dcaegen2/platform", "mod/bpgenerator", "Blueprint Generator 1.5.2 (jar)"
187 "dcaegen2/services/sdk", "", "DCAE SDK 1.4.3 (jar)"
188 "ccsdk/dashboard", "", "onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.0"
189
190
191Known Limitations, Issues and Workarounds
192-----------------------------------------
193
194 * BPGenerator yaml Fixes are different for yaml file and string (DCAEGEN2-2489)
195 * Ves Collector is down because of java heap space (DCAEGEN2-2495)
196
197
198
199*System Limitations*
200
201None
202
203*Known Vulnerabilities*
204
205None
206
207*Workarounds*
208
209Documented under corresponding jira if applicable.
210
211Security Notes
212--------------
213
214*Fixed Security Issues*
215 Listed above
216
217*Known Security Issues*
218
219 None
220
221
222*Known Vulnerabilities in Used Modules*
223
224 None
225
226DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
227
228Test Results
229------------
230
231 - `DCAE Pairwise Test <https://wiki.onap.org/display/DW/DCAE+Pair+Wise+Testing+for+Guilin+Release>`_
232 - `DCAE MOD Test <https://wiki.onap.org/display/DW/DCAE+R7+Testplan>`_
233
234
235References
236----------
237
238For more information on the ONAP Guilin release, please see:
239
240#. `ONAP Home Page`_
241#. `ONAP Documentation`_
242#. `ONAP Release Downloads`_
243#. `ONAP Wiki Page`_
244
245
246.. _`ONAP Home Page`: https://www.onap.org
247.. _`ONAP Wiki Page`: https://wiki.onap.org
248.. _`ONAP Documentation`: https://docs.onap.org
249.. _`ONAP Release Downloads`: https://git.onap.org
250
251Quick Links:
252
253 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
254 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
255
256
257
258
VENKATESH KUMARa052dac2020-08-18 17:43:04 -0400259.. ======================================
260.. * * * EL-ALTO MAINTENANCE * * *
261.. ======================================
262
263
264Version: 5.0.2
265==============
266
267Abstract
268========
269
270This document provides the release notes for the El-Alto Maintenance release
271
272
273Summary
274=======
275
276This maintenance release is primarily to update expired certificates
277from original El-Alto released TLS-init container.
278
279This patch is not required for Frankfurt release (and beyond) as certificates are dynamically
280retrieved from AAF at deployment time for all DCAE components.
281
282Release Data
283============
284
285+--------------------------------------+--------------------------------------+
286| **Project** | DCAE |
287| | |
288+--------------------------------------+--------------------------------------+
289| **Docker images** | onap/org.onap.dcaegen2.deployments |
290| | .tls-init-container:1.0.4 |
291+--------------------------------------+--------------------------------------+
292| **Release designation** | El-Alto Maintenance Release |
293| | |
294+--------------------------------------+--------------------------------------+
295| **Release date** | 2020/08/24 |
296| | |
297+--------------------------------------+--------------------------------------+
298
299New features
300------------
301
302None
303
304**Bug fixes**
305
306- `DCAEGEN2-2206 <https://jira.onap.org/browse/DCAEGEN2-2206>`_ DCAE TLS Container : Address certificate
307expiration
308
309**Known Issues**
310Same as El-Alto Release
311
312
313
VENKATESH KUMARb938a122020-07-23 17:41:31 -0400314.. ======================================
315.. * * * FRANKFURT MAINTENANCE * * *
316.. ======================================
317
318
319Version: 6.0.1
320==============
321
322Abstract
323========
324
325This document provides the release notes for the Frankfurt Maintenance release
326
327
328Summary
329=======
330
331The focus of this release is to correct issues found on Frankfurt release.
332
333Release Data
334============
335
336+--------------------------------------+--------------------------------------+
337| **Project** | DCAE |
338| | |
339+--------------------------------------+--------------------------------------+
340| **Docker images** | onap/org.onap.dcaegen2.services. |
341| | son-handler:2.0.4 |
342+--------------------------------------+--------------------------------------+
343| **Release designation** | Frankfurt Maintenance Release 1 |
344| | |
345+--------------------------------------+--------------------------------------+
VENKATESH KUMARa052dac2020-08-18 17:43:04 -0400346| **Release date** | 2020/08/17 |
VENKATESH KUMARb938a122020-07-23 17:41:31 -0400347| | |
348+--------------------------------------+--------------------------------------+
349
350New features
351------------
352
353None
354
355**Bug fixes**
356
357- `DCAEGEN2-2249 <https://jira.onap.org/browse/DCAEGEN2-2249>`_ SON-Handler: Fix networkId issue
358while making call to oof
359- `DCAEGEN2-2216 <https://jira.onap.org/browse/DCAEGEN2-2216>`_ SON-Handler: Change Policy notification
360 to align with policy component updates
361
362**Known Issues**
363Same as Frankfurt Release
364
365
366
367
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400368.. ===========================
369.. * * * FRANKFURT * * *
370.. ===========================
371
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400372
373Version: 6.0.0
374==============
375
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400376
VENKATESH KUMAR7cfaea22020-04-22 17:31:32 -0400377Abstract
378--------
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400379
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400380This document provides the release notes for the Frankfurt release.
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400381
VENKATESH KUMAR7cfaea22020-04-22 17:31:32 -0400382Summary
383-------
384
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400385Following DCAE components are available with default ONAP/DCAE installation.
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400386
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400387 - Platform components
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400388
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400389 - Cloudify Manager (helm chart)
390 - Bootstrap container (helm chart)
391 - Configuration Binding Service (helm chart)
392 - Deployment Handler (helm chart)
393 - Policy Handler (helm chart
394 - Service Change Handler (helm chart)
395 - Inventory API (helm chart)
396 - Dashboard (helm chart)
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400397
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400398 - Service components
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400399
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400400 - VES Collector
401 - Threshold Crossing Analytics (TCA/CDAP)
402 - HV-VES Collector
403 - PNF-Registration Handler
404 - Docker based Threshold Crossing Analytics (TCA-Gen2)
405 - Holmes Rule Management *
406 - Holmes Engine Management *
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400407
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400408 - Additional resources that DCAE utilizes deployed using ONAP common charts:
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400409
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400410 - Postgres Database
411 - Mongo Database
412 - Redis Cluster Database
413 - Consul Cluster
414
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400415Below service components (mS) are available to be deployed on-demand.
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400416
VENKATESH KUMARc790dcb2020-04-02 23:39:28 -0400417 - SNMPTrap Collector
418 - RESTConf Collector
419 - DataFile Collector
420 - PM-Mapper
421 - BBS-EventProcessor
422 - VES Mapper
423 - Heartbeat mS
424 - SON-Handler
425 - PM-Subscription Handler
426
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400427 Notes:
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400428
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400429 \* These components are delivered by the Holmes project.
430
431
432
433Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster. DCAE platform components are deployed using Helm charts. DCAE service components are deployed using Cloudify blueprints. DCAE provides a Cloudify Manager plugin (k8splugin) that is capable of expanding a Cloudify blueprint node specification for a service component to a full Kubernetes specification, with additional enhancements such as replica scaling, sidecar for logging to ONAP ELK stack, registering services to MSB, etc.
434
435
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400436Release Data
437------------
438
439+--------------------------------------+--------------------------------------------------------+
440| **DCAE Project** | |
441| | |
442+--------------------------------------+--------------------------------------------------------+
443| **Docker images** |Refer :any:`Deliverable <frankfurt_deliverable>` |
444| | |
445+--------------------------------------+--------------------------------------------------------+
446| **Release designation** | 6.0.0 frankfurt |
447| | |
448+--------------------------------------+--------------------------------------------------------+
449| **Release date** | 2020-06-04 |
450| | |
451+--------------------------------------+--------------------------------------------------------+
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400452
453
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400454New features
455------------
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400456
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400457- DCAE Platform Enhancement
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400458
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400459 - Introduction of Microservice and Onboarding Design (MOD) platform
460 - Policy Notification support for DCAE components
461 - Dynamic AAF certificate creation during component instantiation
462 - Helm chart optimization to control each platform component separate
463 - Dashboard Optimization
464 - Blueprint generator tool to simplify deployment artifact creation
465
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400466
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400467- Following new services are delivered this release
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400468
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400469 - Event Processors
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400470
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400471 - PM Subscription Handler
472 - DataLake Handlers
473 - Analytics/RCA
474
475 - TCA-GEN2
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400476
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400477 - Acumos Adapter (PoC)
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400478
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400479.. _frankfurt_deliverable:
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400480
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400481Deliverables
482------------
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400483
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400484Software Deliverables
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400485
486.. csv-table::
487 :header: "Repository", "SubModules", "Version & Docker Image (if applicable)"
488 :widths: auto
489
490 "dcaegen2/analytics/tca-gen2", "", "onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.0.1"
491 "dcaegen2/collectors/datafile", "", "onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.3.0"
492 "dcaegen2/collectors/hv-ves", "", "onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.4.0"
493 "dcaegen2/collectors/restconf", "", "onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1"
494 "dcaegen2/collectors/snmptrap", "", "onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3"
495 "dcaegen2/collectors/ves", "", "onap/org.onap.dcaegen2.collectors.ves.vescollector:1.5.4"
496 "dcaegen2/deployments", "cm-container", "onap/org.onap.dcaegen2.deployments.cm-container:2.1.0"
497 "dcaegen2/deployments", "consul-loader-container", "onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0"
498 "dcaegen2/deployments", "dcae-k8s-cleanup-container", "onap/org.onap.dcaegen2.deployments.dcae-k8s-cleanup-container:1.0.0"
VENKATESH KUMARe64d2d62020-04-06 18:55:10 -0400499 "dcaegen2/deployments", "healthcheck-container", "onap/org.onap.dcaegen2.deployments.healthcheck-container:1.3.1"
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400500 "dcaegen2/deployments", "multisite-init-container", "onap/org.onap.dcaegen2.deployments.multisite-init-container:1.0.0"
501 "dcaegen2/deployments", "redis-cluster-container", "onap/org.onap.dcaegen2.deployments.redis-cluster-container:1.0.0"
502 "dcaegen2/deployments", "tca-cdap-container", "onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.2.2"
503 "dcaegen2/deployments", "tls-init-container", "onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0"
504 "dcaegen2/platform", "mod/onboardingapi", "onap/org.onap.dcaegen2.platform.mod.onboardingapi:2.12.1"
505 "dcaegen2/platform", "mod/distributorapi", "onap/org.onap.dcaegen2.platform.mod.distributorapi:1.0.1"
506 "dcaegen2/platform", "mod/designtool", "onap/org.onap.dcaegen2.platform.mod.designtool-web:1.0.2"
507 "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-http:1.0.1"
508 "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-job:1.0.1"
509 "dcaegen2/platform", "mod/designtool/mod-registry", "onap/org.onap.dcaegen2.platform.mod.mod-registry:1.0.0"
VENKATESH KUMARe64d2d62020-04-06 18:55:10 -0400510 "dcaegen2/platform", "mod/runtimeapi", "onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.3"
VENKATESH KUMARa2aa5162020-05-11 18:16:51 -0400511 "dcaegen2/platform/blueprints", "", "onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.12.6"
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400512 "dcaegen2/platform/configbinding", "", "onap/org.onap.dcaegen2.platform.configbinding:2.5.2"
513 "dcaegen2/platform/deployment-handler", "", "onap/org.onap.dcaegen2.platform.deployment-handler:4.3.0"
514 "dcaegen2/platform/inventory-api", "", "onap/org.onap.dcaegen2.platform.inventory-api:3.4.1"
515 "dcaegen2/platform/policy-handler", "", "onap/org.onap.dcaegen2.platform.policy-handler:5.1.0"
516 "dcaegen2/platform/servicechange-handler", "", "onap/org.onap.dcaegen2.platform.servicechange-handler:1.3.2"
VENKATESH KUMARe64d2d62020-04-06 18:55:10 -0400517 "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakefeeder:1.0.2"
518 "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakeadminui:1.0.2"
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400519 "dcaegen2/services", "components/pm-subscription-handler", "onap/org.onap.dcaegen2.services.pmsh:1.0.3"
520 "dcaegen2/services", "components/bbs-event-processor", "onap/org.onap.dcaegen2.services.components.bbs-event-processor:2.0.0"
521 "dcaegen2/services/heartbeat", "", "onap/org.onap.dcaegen2.services.heartbeat:2.1.0"
522 "dcaegen2/services/mapper", "", "onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1"
523 "dcaegen2/services/pm-mapper", "", "onap/org.onap.dcaegen2.services.pm-mapper:1.3.1"
524 "dcaegen2/services/prh", "", "onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.2"
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400525 "dcaegen2/services/son-handler", "", "onap/org.onap.dcaegen2.services.son-handler:2.0.2"
526 "dcaegen2/platform", "adapter/acumos", "onap/org.onap.dcaegen2.platform.adapter.acumos:1.0.2"
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400527 "dcaegen2/platform", "mod/bpgenerator", "Blueprint Generator 1.3.1 (jar)"
528 "dcaegen2/services/sdk", "", "DCAE SDK 1.3.5 (jar)"
529 "ccsdk/dashboard", "", "onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.3.2"
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400530
531
532Known Limitations, Issues and Workarounds
533-----------------------------------------
534
535 * Blueprint generator escape char issue (DCAEGEN2-2140)
536 * TCAgen2 Policy configuration support (DCAEGEN2-2198)
537 * TCA/CDAP config refresh causes duplicate events (DCAEGEN2-2241)
538
539
540
541*System Limitations*
542
543None
544
545*Known Vulnerabilities*
546
547None
548
549*Workarounds*
550
551Documented under corresponding jira if applicable.
552
553Security Notes
554--------------
555
556*Fixed Security Issues*
557
558 * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
559 * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
560 * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
561 * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
562 * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
563
564
565*Known Security Issues*
566
567 None
568
569
570*Known Vulnerabilities in Used Modules*
571
572 None
573
574DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
575
576Test Results
577------------
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400578
VENKATESH KUMAR7cfaea22020-04-22 17:31:32 -0400579 - `DCAE Pairwise Test <https://wiki.onap.org/display/DW/DCAE+Pair+Wise+Testing+for+Frankfurt+Release>`_
580 - `DCAE MOD Test <https://wiki.onap.org/display/DW/DCAE+MOD+Test+Plan>`_
581
582
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400583References
584----------
585
586For more information on the ONAP Frankfurt release, please see:
587
588#. `ONAP Home Page`_
589#. `ONAP Documentation`_
590#. `ONAP Release Downloads`_
591#. `ONAP Wiki Page`_
592
593
594.. _`ONAP Home Page`: https://www.onap.org
595.. _`ONAP Wiki Page`: https://wiki.onap.org
596.. _`ONAP Documentation`: https://docs.onap.org
597.. _`ONAP Release Downloads`: https://git.onap.org
598
599Quick Links:
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400600
VENKATESH KUMAR7cfaea22020-04-22 17:31:32 -0400601 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
602 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
VENKATESH KUMARcfb11092020-04-02 12:27:00 -0400603
VENKATESH KUMAR3e2bb4c2020-05-13 16:21:54 -0400604
605.. =========================
606.. * * * EL-ALTO * * *
607.. =========================
608
609
Vijay VK09589ca2019-10-08 04:47:17 +0100610Version: 5.0.1
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400611==============
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400612
Vijay VK09589ca2019-10-08 04:47:17 +0100613The offical El-Alto release (rolls up all 5.0.0 early drop deliverables) focused on technical debts and SECCOM priority work-items.
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400614
615Following is summary of updates done for DCAEGEN2
616
617**Security**
618
619Following platform components were enabled for HTTPS
620 - ConfigBindingService (CBS)
621 - CBS is used by all DCAE MS to fetch DCAE MS configuration from Consul. To mitigate impact for DCAE MS, CBS deployment through OOM/Helm was modified to support CBS on both HTTP and HTTPS. `Design for CBS TLS migration <https://wiki.onap.org/display/DW/TLS+support+for+CBS+-+Migration+Plan>`_
622 - Cloudify Manager
623 - InventoryAPI
Vijay VK09589ca2019-10-08 04:47:17 +0100624 - Non-root container process (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400625
626All components interfacing with platform components were modified to support TLS interface
627
628**Miscellaneous**
629 - DCAE Dashboard deployment migration from cloudify blueprint to OOM/Chart
630 - Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200631 - Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400632 - CBS client libraries updated to remove consul service lookup
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200633 - Image Optimization (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
Vijay VK09589ca2019-10-08 04:47:17 +0100634
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400635
636
637With this release, all DCAE platform components has been migrated to helm charts. Following is complete list of DCAE components available part of default ONAP/DCAE installation.
638 - Platform components
639 - Cloudify Manager (helm chart)
640 - Bootstrap container (helm chart)
641 - Configuration Binding Service (helm chart)
642 - Deployment Handler (helm chart)
643 - Policy Handler (helm chart
644 - Service Change Handler (helm chart)
645 - Inventory API (helm chart)
646 - Dashboard (helm charts)
647 - Service components
648 - VES Collector
649 - SNMP Collector
650 - Threshold Crossing Analytics
651 - HV-VES Collector
652 - PNF-Registration Handler
653 - Holmes Rule Management *
654 - Holmes Engine Management *
655 - Additional resources that DCAE utilizes:
656 - Postgres Database
657 - Redis Cluster Database
658 - Consul Cluster *
659
660 Notes:
661 \* These components are delivered by external ONAP project.
662
663DCAE also includes below MS which can be deployed on-demand (via Dashboard or Cloudify CLI or CLAMP)
664
665 - Collectors
666 - RESTConf collector 
667 - DataFile collector
668 - Event Processors
669 - VES Mapper
670 - 3gpp PM-Mapper
671 - BBS Event processor
672 - Analytics/RCA
673 - SON-Handler
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200674 - Missing Heartbeat Ms
675
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400676- All DCAE components are designed to support platform maturity requirements.
677
678
679**Source Code**
680
681Source code of DCAE components are released under the following repositories on gerrit.onap.org; there is no new component introduced for El-Alto Early-drop.
682 - dcaegen2
683 - dcaegen2.analytics.tca
684 - dcaegen2.collectors.snmptrap
685 - dcaegen2.collectors.ves
686 - dcaegen2.collectors.hv-ves
687 - dcaegen2.collectors.datafile
688 - dcaegen2.collectors.restconf
689 - dcaegen2.deployments
690 - dcaegen2.platform.blueprints
691 - dcaegen2.platform.cli
692 - dcaegen2.platform.configbinding
693 - dcaegen2.platform.deployment-handler
694 - dcaegen2.platform.inventory-api
695 - dcaegen2.platform.plugins
696 - dcaegen2.platform.policy-handler
697 - dcaegen2.platform.servicechange-handler
698 - dcaegen2.services.heartbeat
699 - dcaegen2.services.mapper
700 - dcaegen2.services.pm-mapper
701 - dcaegen2.services.prh
702 - dcaegen2.services.son-handler
703 - dcaegen2.services
704 - dcaegen2.services.sdk
705 - dcaegen2.utils
706 - ccsdk.platform.plugins
707 - ccsdk.dashboard
708
709**Bug Fixes**
710 * k8splugin can generate deployment name > 63 chars (DCAEGEN2-1667)
711 * CM container loading invalid Cloudify types file (DCAEGEN2-1685)
712
713
714**Known Issues**
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200715 * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
716
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400717**Security Notes**
718
719*Fixed Security Issues*
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200720 * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
Vijay VK5e1694c2019-10-09 17:11:04 +0100721 * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
722 * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
723 * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
724 * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
Vijay VK09589ca2019-10-08 04:47:17 +0100725
726*Known Security Issues*
Vijay VK09589ca2019-10-08 04:47:17 +0100727 * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
728 * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
Vijay VK09589ca2019-10-08 04:47:17 +0100729 * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
730 * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
731 * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
732
733*Known Vulnerabilities in Used Modules*
734
735DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
736
737Quick Links:
738 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
739
740 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
741
742 - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=68540441>`_
743
744
745**Upgrade Notes**
746
747The following components are upgraded from Dublin/R4 and El-Alto EarlyDrop deliverables.
748 - K8S Bootstrap container:
749 - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.6.4
750 - Description: K8s bootstrap container updated to interface with Cloudify using HTTPS; new k8s and Dmaap plugin version included; Dashboard deployment was removed.
751 - Configuration Binding Service:
752 - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.5.2
753 - Description: HTTPS support, Image optimization and non-root user
754 - Inventory API
755 - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.4.0
756 - Description: HTTPS support, container optmization and non-root user
757 - DataFile Collector
758 - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.3
759 - Description : Code optimization, bug fixes, dmaap plugin integration
760 - SON Handler MS
761 - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.1.1
762 - Description : Image optimization, bug fixes, CBS integration
763 - VES Adapter/Mapper MS
764 - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1
765 - Description : Image optimization & CBS periodic polling
766 - PRH MS
767 - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.3.1
768 - Description : Code optimization, bug fixes and SDK alignment
769 - HV-VES MS
770 - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.3.0
771 - Description : Code optimization, bug fixes and SDK alignment
772
773Version: 5.0.0
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400774==============
Vijay VK09589ca2019-10-08 04:47:17 +0100775
776El-Alto Early-drop focused on technical debts and SECCOM priority work-items.
777
778Following is summary of updates done for DCAEGEN2
779
780**Security**
781
782Following platform components were enabled for HTTPS
783 - ConfigBindingService (CBS)
784 - CBS is used by all DCAE MS to fetch DCAE MS configuration from Consul. To mitigate impact for DCAE MS, CBS deployment through OOM/Helm was modified to support CBS on both HTTP and HTTPS. `Design for CBS TLS migration <https://wiki.onap.org/display/DW/TLS+support+for+CBS+-+Migration+Plan>`_
785 - Cloudify Manager
786 - InventoryAPI
787
788All components interfacing with platform components were modified to support TLS interface
789
790**Miscellaneous**
791 - DCAE Dashboard deployment migration from cloudify blueprint to OOM/Chart
792 - Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200793 - Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
Vijay VK09589ca2019-10-08 04:47:17 +0100794 - CBS client libraries updated to remove consul service lookup
795
796
797
798**Bug Fixes**
799 * k8splugin can generate deployment name > 63 chars (DCAEGEN2-1667)
800 * CM container loading invalid Cloudify types file (DCAEGEN2-1685)
801
802
803**Known Issues**
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200804 * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
805
Vijay VK09589ca2019-10-08 04:47:17 +0100806
807**Security Notes**
808
809*Fixed Security Issues*
VENKATESH KUMAR2d6bc192019-08-18 22:08:00 -0400810
811*Known Security Issues*
812
813 * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
814 * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
815 * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
816 * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
817 * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
818 * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
819 * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
820 * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
821 * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
822 * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
823
824*Known Vulnerabilities in Used Modules*
825
826DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
827
828Quick Links:
829 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
830
831 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
832
833 - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=68540441>`_
834
835
836**Upgrade Notes**
837
838The following components are upgraded from Dublin/R4.
839 - Cloudify Manager:
840 - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:2.0.2
841 - Description: DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 19.01.24, which is based on Cloudify Manager 4.5. The container was updated to support TLS.
842 - K8S Bootstrap container:
843 - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.6.2
844 - Description: K8s bootstrap container updated to interface with Cloudify using HTTPS; new k8s and Dmaap plugin version included; Dashboard deployment was removed.
845 - Configuration Binding Service:
846 - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.5.1
847 - Description: HTTPS support, Image optimization and non-root user
848 - Deployment Handler
849 - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:4.2.0
850 - Description: Update to node10, uninstall workflow updates
851 - Service Change Handler
852 - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.3.2
853 - Description: HTTPS inventoryAPI support, container optmization and non-root user
854 - Inventory API
855 - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.4.0
856 - Description: HTTPS support, container optmization and non-root user
857 - DataFile Collector
858 - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.2
859 - Description : Code optimization, bug fixes, dmaap plugin integration
860 - 3gpp PM-Mapper
861 - Docker container tag: onap/org.onap.dcaegen2.services.pm-mapper:1.1.3
862 - Description: Code optimization, bug fixes, dmaap plugin integration
863
864
865
Vijay VK6b0fa462019-05-20 16:06:11 +0100866Version: 4.0.0
VENKATESH KUMAR64559742020-04-29 18:53:53 -0400867==============
Vijay VK6b0fa462019-05-20 16:06:11 +0100868
869:Release Date: 2019-06-06
870
871**New Features**
872
873DCAE R4 improves upon previous release with the following new features:
874
875- DCAE Platform Enhancement
876 - Multisite K8S cluster deployment support for DCAE services (via K8S plugin)
877 - Support helm chart deployment in DCAE using new Helm cloudify plugin
878 - DCAE Healthcheck enhancement to cover static and dynamic deployments
879 - Dynamic AAF based topic provisioning support through Dmaap cloudify plugin
880 - Dashboard Integration (UI for deployment/verification)
881 - PolicyHandler Enhancement to support new Policy Lifecycle API’s
882 - Blueprint generator tool to simplify deployment artifact creation
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200883 - Cloudify Manager resiliency
Vijay VK6b0fa462019-05-20 16:06:11 +0100884
885- Following new services are delivered with Dublin
886 - Collectors
887 - RESTConf collector 
888 - Event Processors
Vijay VKf9e43442019-05-22 22:10:29 +0100889 - VES Mapper
Vijay VK6b0fa462019-05-20 16:06:11 +0100890 - 3gpp PM-Mapper
891 - BBS Event processor
892 - Analytics/RCA
893 - SON-Handler
894 - Heartbeat MS
895
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200896Most platform components has been migrated to helm charts. Following is complete list of DCAE components available part of default ONAP/dcae installation.
Vijay VK6b0fa462019-05-20 16:06:11 +0100897 - Platform components
898 - Cloudify Manager (helm chart)
899 - Bootstrap container (helm chart)
900 - Configuration Binding Service (helm chart)
901 - Deployment Handler (helm chart)
902 - Policy Handler (helm chart
903 - Service Change Handler (helm chart)
904 - Inventory API (helm chart)
905 - Dashboard (Cloudify Blueprint)
906 - Service components
907 - VES Collector
908 - SNMP Collector
909 - Threshold Crossing Analytics
910 - HV-VES Collector
911 - PNF-Registration Handler
912 - Holmes Rule Management *
913 - Holmes Engine Management *
914 - Additional resources that DCAE utilizes:
915 - Postgres Database
916 - Redis Cluster Database
917 - Consul Cluster *
918
919 Notes:
920 \* These components are delivered by the Holmes project.
921
922
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200923Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster. DCAE R3 includes enhancement to Cloudify Manager plugin (k8splugin) that is capable of expanding a Blueprint node specification written for Docker container to a full Kubernetes specification, with additional enhancements such as replica scaling, sidecar for logging to ONAP ELK stack, registering services to MSB, etc.
Vijay VK6b0fa462019-05-20 16:06:11 +0100924
925- All DCAE components are designed to support platform maturity requirements.
926
927
928**Source Code**
929
930Source code of DCAE components are released under the following repositories on gerrit.onap.org:
931 - dcaegen2
932 - dcaegen2.analytics.tca
933 - dcaegen2.collectors.snmptrap
934 - dcaegen2.collectors.ves
935 - dcaegen2.collectors.hv-ves
936 - dcaegen2.collectors.datafile
937 - dcaegen2.collectors.restconf
938 - dcaegen2.deployments
939 - dcaegen2.platform.blueprints
940 - dcaegen2.platform.cli
941 - dcaegen2.platform.configbinding
942 - dcaegen2.platform.deployment-handler
943 - dcaegen2.platform.inventory-api
944 - dcaegen2.platform.plugins
945 - dcaegen2.platform.policy-handler
946 - dcaegen2.platform.servicechange-handler
947 - dcaegen2.services.heartbeat
948 - dcaegen2.services.mapper
949 - dcaegen2.services.pm-mapper
950 - dcaegen2.services.prh
951 - dcaegen2.services.son-handler
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200952 - dcaegen2.services
Vijay VK6b0fa462019-05-20 16:06:11 +0100953 - dcaegen2.services.sdk
954 - dcaegen2.utils
955 - ccsdk.platform.plugins
956 - ccsdk.dashboard
957
958**Bug Fixes**
959
960**Known Issues**
Krzysztof Opasiak4c97a552019-10-23 21:52:36 +0200961 * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
962
Vijay VK6b0fa462019-05-20 16:06:11 +0100963
964**Security Notes**
965
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200966*Fixed Security Issues*
967
968*Known Security Issues*
969
Krzysztof Opasiak07fa5872019-05-30 17:40:07 +0200970 * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
Krzysztof Opasiakf2a8c6e2019-05-30 17:42:37 +0200971 * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
Krzysztof Opasiakd9e8b342019-05-27 18:06:32 +0200972 * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
Krzysztof Opasiakf38f8392019-05-27 18:11:02 +0200973 * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
Krzysztof Opasiak01a58302019-05-27 18:11:28 +0200974 * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
Krzysztof Opasiak7c269dc2019-05-30 23:57:24 +0200975 * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
Krzysztof Opasiakf0b14642019-05-27 18:13:16 +0200976 * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
Krzysztof Opasiak1f224ee2019-05-30 17:43:06 +0200977 * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
Krzysztof Opasiak61cf8dc2019-05-30 17:43:51 +0200978 * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
Krzysztof Opasiakbb8dea82019-05-30 17:44:35 +0200979 * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
Krzysztof Opasiakd9e8b342019-05-27 18:06:32 +0200980
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +0200981*Known Vulnerabilities in Used Modules*
982
Vijay VK6b0fa462019-05-20 16:06:11 +0100983DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
984
985Quick Links:
986 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
987
988 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
989
990 - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_
991
992
993**New component Notes**
994The following components are introduced in R4
995
996 - Dashboard
997 - Docker container tag: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.1.0
998 - Description: Dashboard provides an UI interface for users/operation to deploy and manage service components in DCAE
999 - Blueprint generator
1000 - Java artifact : /org/onap/dcaegen2/platform/cli/blueprint-generator/1.0.0/blueprint-generator-1.0.0.jar
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001001 - Description: Tool to generate the deployment artifact (cloudify blueprints) based on component spec
Vijay VK6b0fa462019-05-20 16:06:11 +01001002 - RESTConf collector 
1003 - Docker container tag: onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1
1004 - Description: Provides RESTConf interfaces to events from external domain controllers
1005 - VES/Universal Mapper
1006 - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.0
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001007 - Description: Standardizes events recieved from SNMP and RESTConf collector into VES for further processing with DCAE analytics services
Vijay VK6b0fa462019-05-20 16:06:11 +01001008 - 3gpp PM-Mapper
1009 - Docker container tag: onap/org.onap.dcaegen2.services.pm-mapper:1.0.1
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001010 - Description: Transforms 3gpp data feed recieved from DMAAP-DR into VES events
Vijay VK6b0fa462019-05-20 16:06:11 +01001011 - BBS Event processor
1012 - Docker container tag: onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001013 - Description: Handles PNF-Reregistration and CPE authentication events and generate CL events
Vijay VK6b0fa462019-05-20 16:06:11 +01001014 - SON-Handler
Vijay VKa46f7fe2019-06-10 15:57:41 +01001015 - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.0.3
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001016 - Description: Supports PC-ANR optimization analysis and generating CL events output
Vijay VK6b0fa462019-05-20 16:06:11 +01001017 - Heartbeat MS
1018 - Docker container tag: onap/org.onap.dcaegen2.services.heartbeat:2.1.0
1019 - Description: Generates missing heartbeat CL events based on configured threshold for VES heartbeats/VNF type.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001020
Vijay VK6b0fa462019-05-20 16:06:11 +01001021
1022**Upgrade Notes**
1023
1024The following components are upgraded from R3
1025 - Cloudify Manager:
1026 - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.6.2
1027 - Description: DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 19.01.24, which is based on Cloudify Manager 4.5.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001028 - K8S Bootstrap container:
Vijay VK6b0fa462019-05-20 16:06:11 +01001029 - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.18
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001030 - Description: K8s bootstrap container updated to include new plugin and remove DCAE Controller components which have been migrated to Helm chart.
1031 - Configuration Binding Service:
Vijay VK6b0fa462019-05-20 16:06:11 +01001032 - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.3.0
1033 - Description: Code optimization and bug fixes
1034 - Deployment Handler
1035 - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:4.0.1
1036 - Include updates for health and service endpoint check and bug fixes
1037 - Policy Handler
1038 - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:5.0.0
1039 - Description: Policy Handler supports the new lifecycle API's from Policy framework
1040 - Service Change Handler
1041 - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
1042 - Description: No update from R3
1043 - Inventory API
1044 - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.2.0
1045 - Description: Refactoring and updates for health and service endpoint check
1046 - VES Collector
Vijay VKa46f7fe2019-06-10 15:57:41 +01001047 - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.5
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001048 - Description : Authentication enhancement, refactoring and bug-fixes
Vijay VK6b0fa462019-05-20 16:06:11 +01001049 - Threshold Crossing Analytics
1050 - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.2
1051 - Description: Config updates. Replaced Hadoop VM Cluster based file system with regular host file system; repackaged full TCA-CDAP stack into Docker container; transactional state separation from TCA in-memory to off-node Redis cluster for supporting horizontal scaling.
1052 - DataFile Collector
Vijay VKf9e43442019-05-22 22:10:29 +01001053 - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.3
Vijay VK6b0fa462019-05-20 16:06:11 +01001054 - Description : Code optimization, bug fixes, logging and performance improvement
1055 - PNF Registrator handler
Vijay VKa46f7fe2019-06-10 15:57:41 +01001056 - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.4
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001057 - Description : Code optimization, SDK integration, PNF-UPDATE flow support
Vijay VK6b0fa462019-05-20 16:06:11 +01001058 - HV-VES Collector
1059 - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0
1060 - Description : Code optimization, bug fixes, and enables SASL for kafka interface
1061 - SNMP Trap Collector
1062 - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001063 - Description : Code coverage improvements
Vijay VK6b0fa462019-05-20 16:06:11 +01001064
1065
1066
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001067
1068Version: 3.0.1
VENKATESH KUMAR64559742020-04-29 18:53:53 -04001069==============
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001070
1071:Release Date: 2019-01-31
1072
1073DCAE R3 Maintenance release includes following fixes
1074
1075**Bug Fixes**
1076
1077- DataFileCollector
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001078 - DCAEGEN2-940
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001079 Larger files of size 100Kb publish to DR
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001080 - DCAEGEN2-941
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001081 DFC error after running over 12 hours
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001082 - DCAEGEN2-1001
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001083 Multiple Fileready notification not handled
1084
1085- HighVolume VES Collector (protobuf/tcp)
1086 - DCAEGEN2-976
1087 HV-VES not fully complaint to RTPM protocol (issue with CommonEventHeader.sequence)
1088
1089- VESCollector (http)
1090 - DCAEGEN2-1035
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001091 Issue with VES batch event publish
1092
1093- Heat deployment
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001094 - DCAEGEN2-1007
1095 Removing obsolete services configuration
1096
1097
1098The following containers are updated in R3.0.1
1099
1100 - DataFile Collector
1101 - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.5
1102 - HV-VES Collector
1103 - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.2
1104 - VES Collector
1105 - Docker container tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.2
1106
VENKATESH KUMARb81c2972019-01-31 14:19:18 -05001107**Known Issues**
1108
1109- An issue related to VESCollector basic authentication was noted and tracked under DCAEGEN2-1130. This configuration is not enabled by default for R3.0.1; and fix will be handled in Dublin
1110
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001111- Certificates under onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 has expired March'2019 and impacting CL deployment from CLAMP. Follow below workaround to update the certificate
Vijay VK6b0fa462019-05-20 16:06:11 +01001112 kubectl get deployments -n onap | grep deployment-handler
1113 kubectl edit deployment -n onap dev-dcaegen2-dcae-deployment-handler
1114 Search and change tag onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0 to onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.3
1115
1116
VENKATESH KUMARb81c2972019-01-31 14:19:18 -05001117
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001118
Vijay VK2648c6d2018-09-19 04:30:37 +01001119Version: 3.0.0
1120--------------
1121
Gildas Lanilisa05d7fe2018-11-28 15:33:44 -08001122:Release Date: 2018-11-30
Vijay VK2648c6d2018-09-19 04:30:37 +01001123
1124**New Features**
1125
1126DCAE R3 improves upon previous release with the following new features:
1127
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001128- All DCAE R3 components are delivered as Docker container images. The list of components is as follows.
Vijay VK2648c6d2018-09-19 04:30:37 +01001129 - Platform components
1130 - Cloudify Manager
1131 - Bootstrap container
1132 - Configuration Binding Service
1133 - Deployment Handler
1134 - Policy Handler
1135 - Service Change Handler
1136 - Inventory API
1137 - Service components
1138 - VES Collector
1139 - SNMP Collector
1140 - Threshold Crossing Analytics
1141 - Holmes Rule Management *
1142 - Holmes Engine Management *
1143 - Additional resources that DCAE utilizes:
1144 - Postgres Database
1145 - Redis Cluster Database
1146 - Consul Cluster
1147
1148 Notes:
Vijay VKab471f62018-11-26 17:49:43 +00001149 \* These components are delivered by the Holmes project.
Vijay VK2648c6d2018-09-19 04:30:37 +01001150
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001151- DCAE R3 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
Vijay VK2648c6d2018-09-19 04:30:37 +01001152
1153 - Under Heat based deployment all DCAE component containers are deployed onto a single Docker host VM that is launched from an OpenStack Heat Orchestration Template as part of "stack creation".
1154 - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
1155
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001156- DCAE R3 includes a new Cloudify Manager plugin (k8splugin) that is capable of expanding a Blueprint node specification written for Docker container to a full Kubernetes specification, with additional enhancements such as replica scaling, sidecar for logging to ONAP ELK stack, registering services to MSB, etc.
Vijay VK2648c6d2018-09-19 04:30:37 +01001157
1158- All DCAE components are designed to support platform maturity requirements.
1159
1160
1161**Source Code**
1162
1163Source code of DCAE components are released under the following repositories on gerrit.onap.org:
1164 - dcaegen2
1165 - dcaegen2.analytics
1166 - dcaegen2.analytics.tca
1167 - dcaegen2.collectors
1168 - dcaegen2.collectors.snmptrap
1169 - dcaegen2.collectors.ves
1170 - dcaegen2.collectors.hv-ves
1171 - dcaegen2.collectors.datafile
1172 - dcaegen2.deployments
1173 - dcaegen2.platform
1174 - dcaegen2.platform.blueprints
1175 - dcaegen2.platform.cli
1176 - dcaegen2.platform.configbinding
1177 - dcaegen2.platform.deployment-handler
1178 - dcaegen2.platform.inventory-api
1179 - dcaegen2.platform.plugins
1180 - dcaegen2.platform.policy-handler
1181 - dcaegen2.platform.servicechange-handler
1182 - dcaegen2.services.heartbeat
1183 - dcaegen2.services.mapper
1184 - dcaegen2.services.prh
1185 - dcaegen2.utils
1186
1187**Bug Fixes**
1188
1189**Known Issues**
1190
1191- DCAE utilizes Cloudify Manager as its declarative model based resource deployment engine. Cloudify Manager is an open source upstream technology provided by Cloudify Inc. as a Docker image. DCAE R2 does not provide additional enhancements towards Cloudify Manager's platform maturity.
1192
1193**Security Notes**
1194
1195DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377647>`_.
1196
1197Quick Links:
1198 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
1199
1200 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
1201
Vijay VKab471f62018-11-26 17:49:43 +00001202 - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=41421168>`_
Vijay VK2648c6d2018-09-19 04:30:37 +01001203
1204
Vijay VKf6659fc2018-11-02 05:07:27 +01001205**New component Notes**
1206The following components are introduced in R3
1207
1208 - DataFile Collector
Vijay VK56f31942018-11-07 20:41:15 +00001209 - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.4
Vijay VKf6659fc2018-11-02 05:07:27 +01001210 - Description : Bulk data file collector to fetch non-realtime PM data
1211 - PNF Registrator handler
1212 - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.1.1
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001213 - Description : Recieves VES registration event and updates AAI and SO
Vijay VKf6659fc2018-11-02 05:07:27 +01001214 - HV-VES Collector
1215 - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.0
1216 - Description : High Volume VES Collector for fetching real-time PM measurement data
1217 - SNMP Trap Collector
1218 - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001219 - Description : Receives SNMP traps and publishes them to a message router (DMAAP/MR) in json structure
Vijay VKf6659fc2018-11-02 05:07:27 +01001220
Vijay VK2648c6d2018-09-19 04:30:37 +01001221
1222**Upgrade Notes**
1223
1224The following components are upgraded from R2:
1225 - Cloudify Manager:
Vijay VK86cd8932018-10-23 16:35:29 +01001226 - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.4.2
Vijay VKf6659fc2018-11-02 05:07:27 +01001227 - Description: R3 DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 18.7.23, which is based on Cloudify Manager 4.3.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001228 - Bootstrap container:
Vijay VKf6659fc2018-11-02 05:07:27 +01001229 - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.5
Vijay VK2648c6d2018-09-19 04:30:37 +01001230 - Description: R3 DCAE no longer uses bootstrap container for Heat based deployment, -- deployment is done through cloud-init scripts and docker-compose specifications. The bootstrap is for OOM (Kubernetes) based deployment.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001231 - Configuration Binding Service:
Vijay VK2648c6d2018-09-19 04:30:37 +01001232 - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.3
1233 - Description: Configuration Binding Sevice now supports the new configuration policy format and support for TLS
1234 - Deployment Handler
Vijay VK86cd8932018-10-23 16:35:29 +01001235 - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:3.0.3
Vijay VK2648c6d2018-09-19 04:30:37 +01001236 - Policy Handler
Vijay VKf6659fc2018-11-02 05:07:27 +01001237 - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:4.4.0
Vijay VK2648c6d2018-09-19 04:30:37 +01001238 - Description: Policy Handler now supports the new configuration policy format and support for TLS
1239 - Service Change Handler
1240 - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
1241 - Description: Refactoring.
1242 - Inventory API
1243 - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.4
1244 - Description: Refactoring.
1245 - VES Collector
1246 - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
VENKATESH KUMARfac34a12019-01-20 20:15:08 -05001247 - Description : Refactoring
Vijay VK2648c6d2018-09-19 04:30:37 +01001248 - Threshold Crossing Analytics
1249 - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
1250 - Description: Replaced Hadoop VM Cluster based file system with regular host file system; repackaged full TCA-CDAP stack into Docker container; transactional state separation from TCA in-memory to off-node Redis cluster for supporting horizontal scaling.
1251
1252
1253
1254
Lusheng Jib2a561b2018-03-27 23:24:33 -04001255Version: 2.0.0
VENKATESH KUMAR64559742020-04-29 18:53:53 -04001256==============
Lusheng Jib2a561b2018-03-27 23:24:33 -04001257
Gildas Lanilis82799c72018-05-30 13:22:48 -07001258:Release Date: 2018-06-07
Lusheng Jib2a561b2018-03-27 23:24:33 -04001259
1260**New Features**
Lusheng Ji768421b2018-06-01 16:36:54 -04001261
Lusheng Jib2a561b2018-03-27 23:24:33 -04001262DCAE R2 improves upon previous release with the following new features:
1263
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001264- All DCAE R2 components are delivered as Docker container images. The list of components is as follows.
Lusheng Jib2a561b2018-03-27 23:24:33 -04001265 - Platform components
Lusheng Ji768421b2018-06-01 16:36:54 -04001266 - Cloudify Manager
Lusheng Jib2a561b2018-03-27 23:24:33 -04001267 - Bootstrap container
1268 - Configuration Binding Service
1269 - Deployment Handler
1270 - Policy Handler
1271 - Service Change Handler
1272 - Inventory API
1273 - Service components
1274 - VES Collector
1275 - SNMP Collector
Lusheng Jib2a561b2018-03-27 23:24:33 -04001276 - Threshold Crossing Analytics
Lusheng Ji768421b2018-06-01 16:36:54 -04001277 - Holmes Rule Management *
1278 - Holmes Engine Management *
1279 - Additional resources that DCAE utilizes:
1280 - Postgres Database
1281 - Redis Cluster Database
1282 - Consul Cluster
Lusheng Jieaac78d2018-06-06 00:20:03 -04001283
Lusheng Ji768421b2018-06-01 16:36:54 -04001284 Notes:
1285 \* These components are delivered by the Holmes project and used as a DCAE analytics component in R2.
Lusheng Jib2a561b2018-03-27 23:24:33 -04001286
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001287- DCAE R2 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
Lusheng Jib2a561b2018-03-27 23:24:33 -04001288
Lusheng Ji768421b2018-06-01 16:36:54 -04001289 - Under Heat based deployment all DCAE component containers are deployed onto a single Docker host VM that is launched from an OpenStack Heat Orchestration Template as part of "stack creation".
Lusheng Jieaac78d2018-06-06 00:20:03 -04001290 - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
Lusheng Jib2a561b2018-03-27 23:24:33 -04001291
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001292- DCAE R2 includes a new Cloudify Manager plugin (k8splugin) that is capable of expanding a Blueprint node specification written for Docker container to a full Kubernetes specification, with additional enhancements such as replica scaling, sidecar for logging to ONAP ELK stack, registering services to MSB, etc.
Lusheng Ji768421b2018-06-01 16:36:54 -04001293
1294- All DCAE components are designed to support platform maturity requirements.
1295
1296
1297**Source Code**
Lusheng Jib2a561b2018-03-27 23:24:33 -04001298
1299Source code of DCAE components are released under the following repositories on gerrit.onap.org:
1300 - dcaegen2
1301 - dcaegen2.analytics
1302 - dcaegen2.analytics.tca
1303 - dcaegen2.collectors
1304 - dcaegen2.collectors.snmptrap
1305 - dcaegen2.collectors.ves
1306 - dcaegen2.deployments
1307 - dcaegen2.platform
1308 - dcaegen2.platform.blueprints
1309 - dcaegen2.platform.cli
1310 - dcaegen2.platform.configbinding
1311 - dcaegen2.platform.deployment-handler
1312 - dcaegen2.platform.inventory-api
1313 - dcaegen2.platform.plugins
1314 - dcaegen2.platform.policy-handler
1315 - dcaegen2.platform.servicechange-handler
1316 - dcaegen2.services.heartbeat
1317 - dcaegen2.services.mapper
1318 - dcaegen2.services.prh
1319 - dcaegen2.utils
1320
1321**Bug Fixes**
1322
1323**Known Issues**
1324
Lusheng Ji768421b2018-06-01 16:36:54 -04001325- DCAE utilizes Cloudify Manager as its declarative model based resource deployment engine. Cloudify Manager is an open source upstream technology provided by Cloudify Inc. as a Docker image. DCAE R2 does not provide additional enhancements towards Cloudify Manager's platform maturity.
1326
Gildas Lanilis82799c72018-05-30 13:22:48 -07001327**Security Notes**
1328
1329DCAE code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377647>`_.
1330
1331Quick Links:
Lusheng Ji768421b2018-06-01 16:36:54 -04001332 - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
1333
1334 - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
1335
1336 - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=28377647>`_
1337
1338
Lusheng Jib2a561b2018-03-27 23:24:33 -04001339
1340**Upgrade Notes**
1341
Lusheng Ji768421b2018-06-01 16:36:54 -04001342The following components are upgraded from R1:
1343 - Cloudify Manager:
1344 - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.3.0
1345 - Description: R2 DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 18.2.28, which is based on Cloudify Manager 4.3.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001346 - Bootstrap container:
Lusheng Ji768421b2018-06-01 16:36:54 -04001347 - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.11
Lusheng Jieaac78d2018-06-06 00:20:03 -04001348 - Description: R2 DCAE no longer uses bootstrap container for Heat based deployment, -- deployment is done through cloud-init scripts and docker-compose specifications. The bootstrap is for OOM (Kubernetes) based deployment.
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001349 - Configuration Binding Service:
Lusheng Ji768421b2018-06-01 16:36:54 -04001350 - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding:2.1.5
1351 - Description: Configuration Binding Sevice now supports the new configuration policy format.
1352 - Deployment Handler
1353 - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:2.1.5
1354 - Policy Handler
1355 - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:2.4.5
1356 - Description: Policy Handler now supports the new configuration policy format.
1357 - Service Change Handler
1358 - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.4
1359 - Description: Refactoring.
1360 - Inventory API
1361 - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.1
1362 - Description: Refactoring.
1363 - VES Collector
1364 - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.2.0
1365 - Threshold Crossing Analytics
1366 - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
1367 - Description: Replaced Hadoop VM Cluster based file system with regular host file system; repackaged full TCA-CDAP stack into Docker container; transactional state separation from TCA in-memory to off-node Redis cluster for supporting horizontal scaling.
1368
Lusheng Jib2a561b2018-03-27 23:24:33 -04001369
1370
Lusheng Ji8fafa432017-11-06 21:52:26 -05001371Version: 1.0.0
VENKATESH KUMAR64559742020-04-29 18:53:53 -04001372==============
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001373
Lusheng Ji8fafa432017-11-06 21:52:26 -05001374:Release Date: 2017-11-16
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001375
1376
1377**New Features**
1378
Lusheng Ji8fafa432017-11-06 21:52:26 -05001379DCAE is the data collection and analytics sub-system of ONAP. Under ONAP Release 1 the DCAE
1380sub-system includes both platform components and DCAE service components. Collectively the ONAP R1
1381DCAE components support the data collection and analytics functions for the R1 use cases, i.e. vFW,
1382vDNS, vCPU, and vVoLTE.
1383
1384Specifically, DCAE R1 includes the following components:
1385
1386- Core platform
1387 - Cloudify manager
1388 - Consul cluster
1389- Extended platform
1390 - Platform component docker host
1391 - Service component docker host
1392 - CDAP cluster
1393 - PostgreSQL database (*)
1394- Platform docker container components
1395 - Configuration binding service
1396 - Deployment handler
1397 - Service change handler
1398 - Inventory
1399 - Policy handler
1400 - CDAP broker
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001401- Service components
Lusheng Ji8fafa432017-11-06 21:52:26 -05001402 - Docker container components
1403 - VNF Event Streaming (VES) collector
Vijay0fbc6732017-11-08 13:55:01 +00001404 - Holmes (engine and rule management) **
Lusheng Ji8fafa432017-11-06 21:52:26 -05001405 - CDAP analytics component
Vijay0fbc6732017-11-08 13:55:01 +00001406 - Threshold Crossing Analytics (TCA)
Lusheng Ji8fafa432017-11-06 21:52:26 -05001407
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001408(*) Note: This component is delivered under the CCSDK project, deployed by DCAE under a single
1409VM configuration as a shared PostgreSQL database for the R1 demos. (CCSDK PostgreSQL supports
Lusheng Ji8fafa432017-11-06 21:52:26 -05001410other deployment configurations not used in the R1 demos.)
Krzysztof Opasiakbb4a38a2019-05-27 17:46:11 +02001411(**) Note: This component is delivered under the Holmes project and used as a DCAE analytics component
Lusheng Ji8fafa432017-11-06 21:52:26 -05001412in R1.
1413
1414Source codes of DCAE are released under the following repositories on gerrit.onap.org:
1415
1416- dcaegen2
1417- dcaegen2/analytics
1418- dcaegen2/analytics/tca
1419- dcaegen2/collectors
1420- dcaegen2/collectors/snmptrap
1421- dcaegen2/collectors/ves
1422- dcaegen2/deployments
1423- dcaegen2/platform
1424- dcaegen2/platform/blueprints
1425- dcaegen2/platform/cdapbroker
1426- dcaegen2/platform/cli
1427- dcaegen2/platform/configbinding
1428- dcaegen2/platform/deployment-handler
1429- dcaegen2/platform/inventory-api
1430- dcaegen2/platform/plugins
1431- dcaegen2/platform/policy-handler
1432- dcaegen2/platform/servicechange-handler
1433- dcaegen2/utils
1434
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001435
1436**Bug Fixes**
Lusheng Ji8fafa432017-11-06 21:52:26 -05001437
1438This is the initial release.
1439
1440
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001441**Known Issues**
Lusheng Ji8fafa432017-11-06 21:52:26 -05001442
1443- Need to test/integrate into an OpenStack environment other than Intel/Windriver Pod25.
1444- Need to provide a dev configuration DCAE.
1445
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001446
1447**Security Issues**
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001448
ankatare30c4cb42018-09-28 14:26:59 +05301449- The DCAE Bootstrap container needs to have a secret key for accessing VMs that it launches. This key is currently passed in as a Heat template parameter. Tracked by JIRA `DCAEGEN2-178 <https://jira.onap.org/browse/DCAEGEN2-178>`_.>`_.
Lusheng Jieaac78d2018-06-06 00:20:03 -04001450- The RESTful API calls are generally not secure. That is, they are either over http, or https without certificate verification. Once there is an ONAP wide solution for handling certificates, DCAE will switch to https.
1451
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001452
1453**Upgrade Notes**
1454
Lusheng Ji8fafa432017-11-06 21:52:26 -05001455This is the initial release.
1456
1457
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001458**Deprecation Notes**
1459
Lusheng Ji8fafa432017-11-06 21:52:26 -05001460There is a GEN1 DCAE sub-system implementation existing in the pre-R1 ONAP Gerrit system. The GEN1
1461DCAE is deprecated by the R1 release. The DCAE included in ONAP R1 is also known as DCAE GEN2. The
1462following Gerrit repos are voided and already locked as read-only.
1463
1464- dcae
1465- dcae/apod
1466- dcae/apod/analytics
1467- dcae/apod/buildtools
1468- dcae/apod/cdap
1469- dcae/collectors
1470- dcae/collectors/ves
1471- dcae/controller
1472- dcae/controller/analytics
1473- dcae/dcae-inventory
1474- dcae/demo
1475- dcae/demo/startup
1476- dcae/demo/startup/aaf
1477- dcae/demo/startup/controller
1478- dcae/demo/startup/message-router
1479- dcae/dmaapbc
1480- dcae/operation
1481- dcae/operation/utils
1482- dcae/orch-dispatcher
1483- dcae/pgaas
1484- dcae/utils
1485- dcae/utils/buildtools
1486- ncomp
1487- ncomp/cdap
1488- ncomp/core
1489- ncomp/docker
1490- ncomp/maven
1491- ncomp/openstack
1492- ncomp/sirius
1493- ncomp/sirius/manager
1494- ncomp/utils
1495
1496
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001497**Other**
1498
Vijay0fbc6732017-11-08 13:55:01 +00001499SNMP trap collector is seed code delivery only.