dcae doc cleanup
[dcaegen2.git] / docs / sections / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
4
5 Release Notes
6 =============
7
8 Version: 6.0.0
9 --------------
10
11
12 **New Features**
13
14 DCAE R6 improves upon previous release with the following new features:
15
16 - DCAE Platform Enhancement
17     - Introduction of Microservice and Onboarding Design (MOD) platform 
18     - Policy Notification support for DCAE components
19     - Dynamic AAF certificate creation during component instantiation
20     - Helm chart optimization to control each platform component separate
21     - Dashboard Optimization 
22     - Blueprint generator tool to simplify deployment artifact creation
23    
24
25 - Following new services are delivered with Frankfurt
26     - Event Processors
27         - PM Subscription Handler
28         - DataLake Handlers 
29     - Analytics/RCA
30         - TCA-GEN2
31         - Acumos Adapter (PoC)
32  
33 Following is complete list of DCAE components available part of default ONAP/DCAE installation.
34     - Platform components
35         - Cloudify Manager (helm chart)
36         - Bootstrap container (helm chart)
37         - Configuration Binding Service (helm chart)
38         - Deployment Handler (helm chart)
39         - Policy Handler (helm chart
40         - Service Change Handler (helm chart)
41         - Inventory API (helm chart)
42         - Dashboard (helm chart)
43     - Service components
44         - VES Collector
45         - Threshold Crossing Analytics (TCA/CDAP)
46         - HV-VES Collector
47         - PNF-Registration Handler
48         - Docker based Threshold Crossing Analytics (TCA-Gen2)
49         - Holmes Rule Management *
50         - Holmes Engine Management *
51     - Additional resources that DCAE utilizes deployed using ONAP common charts:
52         - Postgres Database
53         - Mongo Database
54         - Redis Cluster Database
55         - Consul Cluster 
56
57 Following are service components (mS) which can be deployed on-demand
58         - SNMPTrap Collector
59         - RESTConf Collector
60         - DataFile Collector
61         - PM-Mapper 
62         - BBS-EventProcessor
63         - VES Mapper
64         - Heartbeat mS
65         - SON-Handler
66         - PM-Subscription Handler
67
68     Notes:
69         \*  These components are delivered by the Holmes project.
70
71
72
73 Under 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.
74
75
76 - All DCAE components are designed to support platform maturity requirements.
77
78
79 **Bug Fixes**
80
81 **Known Issues**
82     * Blueprint generator issue (DCAEGEN2-2140)
83
84
85 **Security Notes**
86
87 *Fixed Security Issues*
88
89     * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
90     * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
91     * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
92     * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
93     * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
94     
95 *Known Security Issues*
96
97         None
98         
99         
100 *Known Vulnerabilities in Used Modules*
101
102         None
103         
104 DCAE 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>`_.
105
106 Quick Links:
107         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
108
109         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
110
111 Artifacts released:
112
113 .. csv-table::
114    :header: "Repository", "SubModules", "Version & Docker Image (if applicable)"
115    :widths: auto
116
117    "dcaegen2/analytics/tca-gen2", "", "onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.0.1"
118    "dcaegen2/collectors/datafile", "", "onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.3.0"
119    "dcaegen2/collectors/hv-ves", "", "onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.4.0"
120    "dcaegen2/collectors/restconf", "", "onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1"
121    "dcaegen2/collectors/snmptrap", "", "onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3"
122    "dcaegen2/collectors/ves", "", "onap/org.onap.dcaegen2.collectors.ves.vescollector:1.5.4"
123    "dcaegen2/deployments", "cm-container", "onap/org.onap.dcaegen2.deployments.cm-container:2.1.0"
124    "dcaegen2/deployments", "consul-loader-container", "onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0"
125    "dcaegen2/deployments", "dcae-k8s-cleanup-container", "onap/org.onap.dcaegen2.deployments.dcae-k8s-cleanup-container:1.0.0"
126    "dcaegen2/deployments", "healthcheck-container", "onap/org.onap.dcaegen2.deployments.healthcheck-container:1.3.0"
127    "dcaegen2/deployments", "multisite-init-container", "onap/org.onap.dcaegen2.deployments.multisite-init-container:1.0.0"
128    "dcaegen2/deployments", "redis-cluster-container", "onap/org.onap.dcaegen2.deployments.redis-cluster-container:1.0.0"
129    "dcaegen2/deployments", "tca-cdap-container", "onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.2.2"
130    "dcaegen2/deployments", "tls-init-container", "onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0"
131    "dcaegen2/platform", "mod/onboardingapi", "onap/org.onap.dcaegen2.platform.mod.onboardingapi:2.12.1"
132    "dcaegen2/platform", "mod/distributorapi", "onap/org.onap.dcaegen2.platform.mod.distributorapi:1.0.1"
133    "dcaegen2/platform", "mod/designtool", "onap/org.onap.dcaegen2.platform.mod.designtool-web:1.0.2"
134    "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-http:1.0.1"
135    "dcaegen2/platform", "mod/genprocessor", "onap/org.onap.dcaegen2.platform.mod.genprocessor-job:1.0.1"
136    "dcaegen2/platform", "mod/designtool/mod-registry", "onap/org.onap.dcaegen2.platform.mod.mod-registry:1.0.0"
137    "dcaegen2/platform", "mod/runtimeapi", "onap/org.onap.dcaegen2.platform.mod.runtime-web:1.0.1"
138    "dcaegen2/platform/blueprints", "", "onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.12.4"   
139    "dcaegen2/platform/configbinding", "", "onap/org.onap.dcaegen2.platform.configbinding:2.5.2"
140    "dcaegen2/platform/deployment-handler", "", "onap/org.onap.dcaegen2.platform.deployment-handler:4.3.0"
141    "dcaegen2/platform/inventory-api", "", "onap/org.onap.dcaegen2.platform.inventory-api:3.4.1"  
142    "dcaegen2/platform/policy-handler", "", "onap/org.onap.dcaegen2.platform.policy-handler:5.1.0"
143    "dcaegen2/platform/servicechange-handler", "", "onap/org.onap.dcaegen2.platform.servicechange-handler:1.3.2"
144    "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakefeeder:1.0.0"
145    "dcaegen2/services", "components/datalake-handler", "onap/org.onap.dcaegen2.services.datalakeadminui:1.0.1"
146    "dcaegen2/services", "components/pm-subscription-handler", "onap/org.onap.dcaegen2.services.pmsh:1.0.3"
147    "dcaegen2/services", "components/bbs-event-processor", "onap/org.onap.dcaegen2.services.components.bbs-event-processor:2.0.0"
148    "dcaegen2/services/heartbeat", "", "onap/org.onap.dcaegen2.services.heartbeat:2.1.0"
149    "dcaegen2/services/mapper", "", "onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1"
150    "dcaegen2/services/pm-mapper", "", "onap/org.onap.dcaegen2.services.pm-mapper:1.3.1"
151    "dcaegen2/services/prh", "", "onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.2"
152    "dcaegen2/services/son-handler", "", "onap/org.onap.dcaegen2.services.son-handler:2.0.0"
153    "dcaegen2/platform", "adapter/acumos", "onap/org.onap.dcaegen2.platform.adapter.acumos:1.0.1"
154    "dcaegen2/platform", "mod/bpgenerator", "Blueprint Generator 1.3.1 (jar)"
155    "dcaegen2/services/sdk", "", "DCAE SDK 1.3.5 (jar)"
156    "ccsdk/dashboard", "", "onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.3.2"
157    
158
159
160 Version: 5.0.1
161 --------------
162
163 The offical El-Alto release (rolls up all 5.0.0 early drop deliverables) focused on technical debts and SECCOM priority work-items.
164
165 Following is summary of updates done for DCAEGEN2
166
167 **Security**
168
169 Following platform components were enabled for HTTPS
170     - ConfigBindingService (CBS)
171       -   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>`_
172     - Cloudify Manager
173     - InventoryAPI
174     - Non-root container process (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
175
176 All components interfacing with platform components were modified to support TLS interface
177
178 **Miscellaneous**
179     - DCAE Dashboard deployment migration from cloudify blueprint to OOM/Chart
180     - Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
181     - Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
182     - CBS client libraries updated to remove consul service lookup
183     - Image Optimization (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
184
185
186
187 With 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.
188     - Platform components
189         - Cloudify Manager (helm chart)
190         - Bootstrap container (helm chart)
191         - Configuration Binding Service (helm chart)
192         - Deployment Handler (helm chart)
193         - Policy Handler (helm chart
194         - Service Change Handler (helm chart)
195         - Inventory API (helm chart)
196         - Dashboard (helm charts)
197     - Service components
198         - VES Collector
199         - SNMP Collector
200         - Threshold Crossing Analytics
201         - HV-VES Collector
202         - PNF-Registration Handler
203         - Holmes Rule Management *
204         - Holmes Engine Management *
205     - Additional resources that DCAE utilizes:
206         - Postgres Database
207         - Redis Cluster Database
208         - Consul Cluster *
209
210     Notes:
211         \*  These components are delivered by external ONAP project.
212
213 DCAE also includes below MS which can be deployed on-demand (via Dashboard or Cloudify CLI or CLAMP)
214
215     - Collectors
216         - RESTConf collector 
217         - DataFile collector
218     - Event Processors
219         - VES Mapper
220         - 3gpp PM-Mapper
221         - BBS Event processor
222     - Analytics/RCA
223         - SON-Handler
224         - Missing Heartbeat Ms
225
226 - All DCAE components are designed to support platform maturity requirements.
227
228
229 **Source Code**
230
231 Source 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.
232     - dcaegen2
233     - dcaegen2.analytics.tca
234     - dcaegen2.collectors.snmptrap
235     - dcaegen2.collectors.ves
236     - dcaegen2.collectors.hv-ves
237     - dcaegen2.collectors.datafile
238     - dcaegen2.collectors.restconf
239     - dcaegen2.deployments
240     - dcaegen2.platform.blueprints
241     - dcaegen2.platform.cli
242     - dcaegen2.platform.configbinding
243     - dcaegen2.platform.deployment-handler
244     - dcaegen2.platform.inventory-api
245     - dcaegen2.platform.plugins
246     - dcaegen2.platform.policy-handler
247     - dcaegen2.platform.servicechange-handler
248     - dcaegen2.services.heartbeat
249     - dcaegen2.services.mapper
250     - dcaegen2.services.pm-mapper
251     - dcaegen2.services.prh
252     - dcaegen2.services.son-handler
253     - dcaegen2.services
254     - dcaegen2.services.sdk
255     - dcaegen2.utils
256     - ccsdk.platform.plugins
257     - ccsdk.dashboard
258
259 **Bug Fixes**
260     * k8splugin can generate deployment name > 63 chars (DCAEGEN2-1667)
261     * CM container loading invalid Cloudify types file (DCAEGEN2-1685)
262
263
264 **Known Issues**
265     * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
266
267 **Security Notes**
268
269 *Fixed Security Issues*
270     * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
271     * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
272     * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
273     * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
274     * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
275
276 *Known Security Issues*
277     * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
278     * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
279     * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
280     * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
281     * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
282
283 *Known Vulnerabilities in Used Modules*
284
285 DCAE 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>`_.
286
287 Quick Links:
288         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
289
290         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
291
292         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=68540441>`_
293
294
295 **Upgrade Notes**
296
297 The following components are upgraded from Dublin/R4 and El-Alto EarlyDrop deliverables.
298     - K8S Bootstrap container:
299        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.6.4
300        - Description: K8s bootstrap container updated to interface with Cloudify using HTTPS; new k8s and Dmaap plugin version included; Dashboard deployment was removed.
301     - Configuration Binding Service:
302        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.5.2
303        - Description: HTTPS support, Image optimization and non-root user
304     - Inventory API
305        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.4.0
306        - Description: HTTPS support, container optmization and non-root user
307     - DataFile Collector
308        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.3
309        - Description : Code optimization, bug fixes, dmaap plugin integration
310     - SON Handler MS
311        - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.1.1
312        - Description : Image optimization, bug fixes, CBS integration
313     - VES Adapter/Mapper MS
314        - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1
315        - Description : Image optimization & CBS periodic polling
316     - PRH MS
317        - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.3.1
318        - Description : Code optimization, bug fixes and SDK alignment
319     - HV-VES MS
320        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.3.0
321        - Description : Code optimization, bug fixes and SDK alignment
322
323 Version: 5.0.0
324 --------------
325
326 El-Alto Early-drop focused on technical debts and SECCOM priority work-items.
327
328 Following is summary of updates done for DCAEGEN2
329
330 **Security**
331
332 Following platform components were enabled for HTTPS
333     - ConfigBindingService (CBS)
334       -   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>`_
335     - Cloudify Manager
336     - InventoryAPI
337
338 All components interfacing with platform components were modified to support TLS interface
339
340 **Miscellaneous**
341     - DCAE Dashboard deployment migration from cloudify blueprint to OOM/Chart
342     - Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
343     - Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
344     - CBS client libraries updated to remove consul service lookup
345
346
347
348 **Bug Fixes**
349     * k8splugin can generate deployment name > 63 chars (DCAEGEN2-1667)
350     * CM container loading invalid Cloudify types file (DCAEGEN2-1685)
351
352
353 **Known Issues**
354     * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
355
356
357 **Security Notes**
358
359 *Fixed Security Issues*
360
361 *Known Security Issues*
362
363     * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
364     * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
365     * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
366     * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
367     * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
368     * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
369     * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
370     * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
371     * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
372     * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
373
374 *Known Vulnerabilities in Used Modules*
375
376 DCAE 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>`_.
377
378 Quick Links:
379         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
380
381         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
382
383         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=68540441>`_
384
385
386 **Upgrade Notes**
387
388 The following components are upgraded from Dublin/R4.
389     - Cloudify Manager:
390        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:2.0.2
391        - 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.
392     - K8S Bootstrap container:
393        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.6.2
394        - Description: K8s bootstrap container updated to interface with Cloudify using HTTPS; new k8s and Dmaap plugin version included; Dashboard deployment was removed.
395     - Configuration Binding Service:
396        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.5.1
397        - Description: HTTPS support, Image optimization and non-root user
398     - Deployment Handler
399        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:4.2.0
400        - Description: Update to node10, uninstall workflow updates
401     - Service Change Handler
402        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.3.2
403        - Description: HTTPS inventoryAPI support, container optmization and non-root user
404     - Inventory API
405        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.4.0
406        - Description: HTTPS support, container optmization and non-root user
407     - DataFile Collector
408        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.2
409        - Description : Code optimization, bug fixes, dmaap plugin integration
410     - 3gpp PM-Mapper
411        - Docker container tag: onap/org.onap.dcaegen2.services.pm-mapper:1.1.3
412        - Description: Code optimization, bug fixes, dmaap plugin integration
413
414
415
416 Version: 4.0.0
417 --------------
418
419 :Release Date: 2019-06-06
420
421 **New Features**
422
423 DCAE R4 improves upon previous release with the following new features:
424
425 - DCAE Platform Enhancement
426     - Multisite K8S cluster deployment support for DCAE services (via K8S plugin)
427     - Support helm chart deployment in DCAE using new Helm cloudify plugin
428     - DCAE Healthcheck enhancement to cover static and dynamic deployments
429     - Dynamic AAF based topic provisioning support through Dmaap cloudify plugin
430     - Dashboard Integration (UI for deployment/verification)
431     - PolicyHandler Enhancement to support new Policy Lifecycle API’s
432     - Blueprint generator tool to simplify deployment artifact creation
433     - Cloudify Manager resiliency
434
435 - Following new services are delivered with Dublin
436     - Collectors
437         - RESTConf collector 
438     - Event Processors
439         - VES Mapper
440         - 3gpp PM-Mapper
441         - BBS Event processor
442     - Analytics/RCA
443         - SON-Handler
444         - Heartbeat MS
445
446 Most platform components has been migrated to helm charts. Following is complete list of DCAE components available part of default ONAP/dcae installation.
447     - Platform components
448         - Cloudify Manager (helm chart)
449         - Bootstrap container (helm chart)
450         - Configuration Binding Service (helm chart)
451         - Deployment Handler (helm chart)
452         - Policy Handler (helm chart
453         - Service Change Handler (helm chart)
454         - Inventory API (helm chart)
455         - Dashboard (Cloudify Blueprint)
456     - Service components
457         - VES Collector
458         - SNMP Collector
459         - Threshold Crossing Analytics
460         - HV-VES Collector
461         - PNF-Registration Handler
462         - Holmes Rule Management *
463         - Holmes Engine Management *
464     - Additional resources that DCAE utilizes:
465         - Postgres Database
466         - Redis Cluster Database
467         - Consul Cluster *
468
469     Notes:
470         \*  These components are delivered by the Holmes project.
471
472
473 Under 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.
474
475 - All DCAE components are designed to support platform maturity requirements.
476
477
478 **Source Code**
479
480 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
481     - dcaegen2
482     - dcaegen2.analytics.tca
483     - dcaegen2.collectors.snmptrap
484     - dcaegen2.collectors.ves
485     - dcaegen2.collectors.hv-ves
486     - dcaegen2.collectors.datafile
487     - dcaegen2.collectors.restconf
488     - dcaegen2.deployments
489     - dcaegen2.platform.blueprints
490     - dcaegen2.platform.cli
491     - dcaegen2.platform.configbinding
492     - dcaegen2.platform.deployment-handler
493     - dcaegen2.platform.inventory-api
494     - dcaegen2.platform.plugins
495     - dcaegen2.platform.policy-handler
496     - dcaegen2.platform.servicechange-handler
497     - dcaegen2.services.heartbeat
498     - dcaegen2.services.mapper
499     - dcaegen2.services.pm-mapper
500     - dcaegen2.services.prh
501     - dcaegen2.services.son-handler
502     - dcaegen2.services
503     - dcaegen2.services.sdk
504     - dcaegen2.utils
505     - ccsdk.platform.plugins
506     - ccsdk.dashboard
507
508 **Bug Fixes**
509
510 **Known Issues**
511     * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
512
513
514 **Security Notes**
515
516 *Fixed Security Issues*
517
518 *Known Security Issues*
519
520     * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
521     * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
522     * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
523     * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
524     * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
525     * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
526     * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
527     * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
528     * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
529     * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
530
531 *Known Vulnerabilities in Used Modules*
532
533 DCAE 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>`_.
534
535 Quick Links:
536         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
537
538         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
539
540         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_
541
542
543 **New component Notes**
544 The following components are introduced in R4
545
546     - Dashboard
547        - Docker container tag: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.1.0
548        - Description: Dashboard provides an UI interface for users/operation to deploy and manage service components in DCAE
549     - Blueprint generator
550        - Java artifact : /org/onap/dcaegen2/platform/cli/blueprint-generator/1.0.0/blueprint-generator-1.0.0.jar
551        - Description: Tool to generate the deployment artifact (cloudify blueprints) based on component spec
552     - RESTConf collector 
553        - Docker container tag: onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1
554        - Description: Provides RESTConf interfaces to events from external domain controllers
555     - VES/Universal Mapper
556        - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.0
557        - Description: Standardizes events recieved from SNMP and RESTConf collector into VES for further processing with DCAE analytics services
558     - 3gpp PM-Mapper
559        - Docker container tag: onap/org.onap.dcaegen2.services.pm-mapper:1.0.1
560        - Description: Transforms 3gpp data feed recieved from DMAAP-DR into VES events
561     - BBS Event processor
562        - Docker container tag: onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0
563        - Description: Handles PNF-Reregistration and CPE authentication events and generate CL events
564     - SON-Handler
565        - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.0.3
566        - Description: Supports PC-ANR optimization analysis and generating CL events output
567     - Heartbeat MS
568        - Docker container tag: onap/org.onap.dcaegen2.services.heartbeat:2.1.0
569        - Description: Generates missing heartbeat CL events based on configured threshold for VES heartbeats/VNF type.
570
571
572 **Upgrade Notes**
573
574 The following components are upgraded from R3
575     - Cloudify Manager:
576        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.6.2
577        - Description: DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 19.01.24, which is based on Cloudify Manager 4.5.
578     - K8S Bootstrap container:
579        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.18
580        - Description: K8s bootstrap container updated to include new plugin and remove DCAE Controller components which have been migrated to Helm chart.
581     - Configuration Binding Service:
582        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.3.0
583        - Description: Code optimization and bug fixes
584     - Deployment Handler
585        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:4.0.1
586        - Include updates for health and service endpoint check and bug fixes
587     - Policy Handler
588        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:5.0.0
589        - Description: Policy Handler supports the new lifecycle API's from Policy framework
590     - Service Change Handler
591        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
592        - Description: No update from R3
593     - Inventory API
594        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.2.0
595        - Description: Refactoring and updates for health and service endpoint check
596     - VES Collector
597        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.5
598        - Description : Authentication enhancement, refactoring and bug-fixes
599     - Threshold Crossing Analytics
600        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.2
601        - 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.
602     - DataFile Collector
603        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.3
604        - Description : Code optimization, bug fixes, logging and performance improvement
605     - PNF Registrator handler
606        - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.4
607        - Description : Code optimization, SDK integration, PNF-UPDATE flow support
608     - HV-VES Collector
609        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0
610        - Description : Code optimization, bug fixes, and enables SASL for kafka interface
611     - SNMP Trap Collector
612        - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
613        - Description : Code coverage improvements
614
615
616
617
618 Version: 3.0.1
619 --------------
620
621 :Release Date: 2019-01-31
622
623 DCAE R3 Maintenance release includes following fixes
624
625 **Bug Fixes**
626
627 - DataFileCollector
628      - DCAEGEN2-940
629        Larger files of size 100Kb publish to DR
630      - DCAEGEN2-941
631        DFC error after running over 12 hours
632      - DCAEGEN2-1001
633        Multiple Fileready notification not handled
634
635 - HighVolume VES Collector (protobuf/tcp)
636      - DCAEGEN2-976
637        HV-VES not fully complaint to RTPM protocol (issue with CommonEventHeader.sequence)
638
639 - VESCollector (http)
640      - DCAEGEN2-1035
641        Issue with VES batch event publish
642
643 - Heat deployment
644      - DCAEGEN2-1007
645        Removing obsolete services configuration
646
647
648 The following containers are updated in R3.0.1
649
650     - DataFile Collector
651        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.5
652     - HV-VES Collector
653        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.2
654     - VES Collector
655        - Docker container tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.2
656
657 **Known Issues**
658
659 - 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
660
661 - 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
662     kubectl get deployments -n onap | grep deployment-handler
663     kubectl edit deployment -n onap dev-dcaegen2-dcae-deployment-handler
664     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
665
666
667
668
669 Version: 3.0.0
670 --------------
671
672 :Release Date: 2018-11-30
673
674 **New Features**
675
676 DCAE R3 improves upon previous release with the following new features:
677
678 - All DCAE R3 components are delivered as Docker container images.  The list of components is as follows.
679     - Platform components
680         - Cloudify Manager
681         - Bootstrap container
682         - Configuration Binding Service
683         - Deployment Handler
684         - Policy Handler
685         - Service Change Handler
686         - Inventory API
687     - Service components
688         - VES Collector
689         - SNMP Collector
690         - Threshold Crossing Analytics
691         - Holmes Rule Management *
692         - Holmes Engine Management *
693     - Additional resources that DCAE utilizes:
694         - Postgres Database
695         - Redis Cluster Database
696         - Consul Cluster
697
698     Notes:
699         \*  These components are delivered by the Holmes project.
700
701 - DCAE R3 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
702
703     - 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".
704     - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
705
706 - 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.
707
708 - All DCAE components are designed to support platform maturity requirements.
709
710
711 **Source Code**
712
713 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
714     - dcaegen2
715     - dcaegen2.analytics
716     - dcaegen2.analytics.tca
717     - dcaegen2.collectors
718     - dcaegen2.collectors.snmptrap
719     - dcaegen2.collectors.ves
720     - dcaegen2.collectors.hv-ves
721     - dcaegen2.collectors.datafile
722     - dcaegen2.deployments
723     - dcaegen2.platform
724     - dcaegen2.platform.blueprints
725     - dcaegen2.platform.cli
726     - dcaegen2.platform.configbinding
727     - dcaegen2.platform.deployment-handler
728     - dcaegen2.platform.inventory-api
729     - dcaegen2.platform.plugins
730     - dcaegen2.platform.policy-handler
731     - dcaegen2.platform.servicechange-handler
732     - dcaegen2.services.heartbeat
733     - dcaegen2.services.mapper
734     - dcaegen2.services.prh
735     - dcaegen2.utils
736
737 **Bug Fixes**
738
739 **Known Issues**
740
741 - 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.
742
743 **Security Notes**
744
745 DCAE 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>`_.
746
747 Quick Links:
748         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
749
750         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
751
752         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=41421168>`_
753
754
755 **New component Notes**
756 The following components are introduced in R3
757
758     - DataFile Collector
759        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.4
760        - Description : Bulk data file collector to fetch non-realtime PM data
761     - PNF Registrator handler
762        - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.1.1
763        - Description : Recieves VES registration event and updates AAI and SO
764     - HV-VES Collector
765        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.0
766        - Description : High Volume VES Collector for fetching real-time PM measurement data
767     - SNMP Trap Collector
768        - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
769        - Description : Receives SNMP traps and publishes them to a  message router (DMAAP/MR) in json structure
770
771
772 **Upgrade Notes**
773
774 The following components are upgraded from R2:
775     - Cloudify Manager:
776        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.4.2
777        - 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.
778     - Bootstrap container:
779        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.5
780        - 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.
781     - Configuration Binding Service:
782        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.3
783        - Description: Configuration Binding Sevice now supports the new configuration policy format and support for TLS
784     - Deployment Handler
785        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:3.0.3
786     - Policy Handler
787        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:4.4.0
788        - Description: Policy Handler now supports the new configuration policy format and support for TLS
789     - Service Change Handler
790        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
791        - Description: Refactoring.
792     - Inventory API
793        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.4
794        - Description: Refactoring.
795     - VES Collector
796        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
797        - Description : Refactoring
798     - Threshold Crossing Analytics
799        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
800        - 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.
801
802
803
804
805 Version: 2.0.0
806 --------------
807
808 :Release Date: 2018-06-07
809
810 **New Features**
811
812 DCAE R2 improves upon previous release with the following new features:
813
814 - All DCAE R2 components are delivered as Docker container images.  The list of components is as follows.
815     - Platform components
816         - Cloudify Manager
817         - Bootstrap container
818         - Configuration Binding Service
819         - Deployment Handler
820         - Policy Handler
821         - Service Change Handler
822         - Inventory API
823     - Service components
824         - VES Collector
825         - SNMP Collector
826         - Threshold Crossing Analytics
827         - Holmes Rule Management *
828         - Holmes Engine Management *
829     - Additional resources that DCAE utilizes:
830         - Postgres Database
831         - Redis Cluster Database
832         - Consul Cluster
833
834     Notes:
835         \*  These components are delivered by the Holmes project and used as a DCAE analytics component in R2.
836
837 - DCAE R2 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
838
839     - 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".
840     - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
841
842 - 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.
843
844 - All DCAE components are designed to support platform maturity requirements.
845
846
847 **Source Code**
848
849 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
850     - dcaegen2
851     - dcaegen2.analytics
852     - dcaegen2.analytics.tca
853     - dcaegen2.collectors
854     - dcaegen2.collectors.snmptrap
855     - dcaegen2.collectors.ves
856     - dcaegen2.deployments
857     - dcaegen2.platform
858     - dcaegen2.platform.blueprints
859     - dcaegen2.platform.cli
860     - dcaegen2.platform.configbinding
861     - dcaegen2.platform.deployment-handler
862     - dcaegen2.platform.inventory-api
863     - dcaegen2.platform.plugins
864     - dcaegen2.platform.policy-handler
865     - dcaegen2.platform.servicechange-handler
866     - dcaegen2.services.heartbeat
867     - dcaegen2.services.mapper
868     - dcaegen2.services.prh
869     - dcaegen2.utils
870
871 **Bug Fixes**
872
873 **Known Issues**
874
875 - 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.
876
877 **Security Notes**
878
879 DCAE 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>`_.
880
881 Quick Links:
882         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
883
884         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
885
886         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=28377647>`_
887
888
889
890 **Upgrade Notes**
891
892 The following components are upgraded from R1:
893     - Cloudify Manager:
894        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.3.0
895        - 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.
896     - Bootstrap container:
897        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.11
898        - 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.
899     - Configuration Binding Service:
900        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding:2.1.5
901        - Description: Configuration Binding Sevice now supports the new configuration policy format.
902     - Deployment Handler
903        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:2.1.5
904     - Policy Handler
905        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:2.4.5
906        - Description: Policy Handler now supports the new configuration policy format.
907     - Service Change Handler
908        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.4
909        - Description: Refactoring.
910     - Inventory API
911        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.1
912        - Description: Refactoring.
913     - VES Collector
914        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.2.0
915     - Threshold Crossing Analytics
916        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
917        - 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.
918
919
920
921 Version: 1.0.0
922 --------------
923
924 :Release Date: 2017-11-16
925
926
927 **New Features**
928
929 DCAE is the data collection and analytics sub-system of ONAP.  Under ONAP Release 1 the DCAE
930 sub-system includes both platform components and DCAE service components.  Collectively the ONAP R1
931 DCAE components support the data collection and analytics functions for the R1 use cases, i.e. vFW,
932 vDNS, vCPU, and vVoLTE.
933
934 Specifically, DCAE R1 includes the following components:
935
936 - Core platform
937     - Cloudify manager
938     - Consul cluster
939 - Extended platform
940     - Platform component docker host
941     - Service component docker host
942     - CDAP cluster
943     - PostgreSQL database (*)
944 - Platform docker container components
945     - Configuration binding service
946     - Deployment handler
947     - Service change handler
948     - Inventory
949     - Policy handler
950     - CDAP broker
951 - Service components
952     - Docker container components
953         - VNF Event Streaming (VES) collector
954         - Holmes (engine and rule management) **
955     - CDAP analytics component
956         - Threshold Crossing Analytics (TCA)
957
958 (*) Note: This component is delivered under the CCSDK project, deployed by DCAE under a single
959 VM configuration as a shared PostgreSQL database for the R1 demos.  (CCSDK PostgreSQL supports
960 other deployment configurations not used in the R1 demos.)
961 (**) Note: This component is delivered under the Holmes project and used as a DCAE analytics component
962 in R1.
963
964 Source codes of DCAE are released under the following repositories on gerrit.onap.org:
965
966 - dcaegen2
967 - dcaegen2/analytics
968 - dcaegen2/analytics/tca
969 - dcaegen2/collectors
970 - dcaegen2/collectors/snmptrap
971 - dcaegen2/collectors/ves
972 - dcaegen2/deployments
973 - dcaegen2/platform
974 - dcaegen2/platform/blueprints
975 - dcaegen2/platform/cdapbroker
976 - dcaegen2/platform/cli
977 - dcaegen2/platform/configbinding
978 - dcaegen2/platform/deployment-handler
979 - dcaegen2/platform/inventory-api
980 - dcaegen2/platform/plugins
981 - dcaegen2/platform/policy-handler
982 - dcaegen2/platform/servicechange-handler
983 - dcaegen2/utils
984
985
986 **Bug Fixes**
987
988 This is the initial release.
989
990
991 **Known Issues**
992
993 - Need to test/integrate into an OpenStack environment other than Intel/Windriver Pod25.
994 - Need to provide a dev configuration DCAE.
995
996
997 **Security Issues**
998
999 - 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>`_.>`_.
1000 - 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.
1001
1002
1003 **Upgrade Notes**
1004
1005 This is the initial release.
1006
1007
1008 **Deprecation Notes**
1009
1010 There is a GEN1 DCAE sub-system implementation existing in the pre-R1 ONAP Gerrit system.  The GEN1
1011 DCAE is deprecated by the R1 release.  The DCAE included in ONAP R1 is also known as DCAE GEN2.  The
1012 following Gerrit repos are voided and already locked as read-only.
1013
1014 - dcae
1015 - dcae/apod
1016 - dcae/apod/analytics
1017 - dcae/apod/buildtools
1018 - dcae/apod/cdap
1019 - dcae/collectors
1020 - dcae/collectors/ves
1021 - dcae/controller
1022 - dcae/controller/analytics
1023 - dcae/dcae-inventory
1024 - dcae/demo
1025 - dcae/demo/startup
1026 - dcae/demo/startup/aaf
1027 - dcae/demo/startup/controller
1028 - dcae/demo/startup/message-router
1029 - dcae/dmaapbc
1030 - dcae/operation
1031 - dcae/operation/utils
1032 - dcae/orch-dispatcher
1033 - dcae/pgaas
1034 - dcae/utils
1035 - dcae/utils/buildtools
1036 - ncomp
1037 - ncomp/cdap
1038 - ncomp/core
1039 - ncomp/docker
1040 - ncomp/maven
1041 - ncomp/openstack
1042 - ncomp/sirius
1043 - ncomp/sirius/manager
1044 - ncomp/utils
1045
1046
1047 **Other**
1048
1049 SNMP trap collector is seed code delivery only.