Document OJSI-201 (CVE-2019-12126) vulnerability
[dcaegen2.git] / docs / sections / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2
3 Release Notes
4 =============
5
6 Version: 4.0.0
7 --------------
8
9 :Release Date: 2019-06-06
10
11 **New Features**
12
13 DCAE R4 improves upon previous release with the following new features:
14
15 - DCAE Platform Enhancement
16     - Multisite K8S cluster deployment support for DCAE services (via K8S plugin)
17     - Support helm chart deployment in DCAE using new Helm cloudify plugin
18     - DCAE Healthcheck enhancement to cover static and dynamic deployments
19     - Dynamic AAF based topic provisioning support through Dmaap cloudify plugin
20     - Dashboard Integration (UI for deployment/verification)
21     - PolicyHandler Enhancement to support new Policy Lifecycle API’s
22     - Blueprint generator tool to simplify deployment artifact creation
23     - Cloudify Manager resiliency
24
25 - Following new services are delivered with Dublin
26     - Collectors
27         - RESTConf collector 
28     - Event Processors
29         - VES Mapper
30         - 3gpp PM-Mapper
31         - BBS Event processor
32     - Analytics/RCA
33         - SON-Handler
34         - Heartbeat MS
35
36 Most platform components has been migrated to helm charts. Following is complete list of DCAE components available part of default ONAP/dcae installation.
37     - Platform components
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 (Cloudify Blueprint)
46     - Service components
47         - VES Collector
48         - SNMP Collector
49         - Threshold Crossing Analytics
50         - HV-VES Collector
51         - PNF-Registration Handler
52         - Holmes Rule Management *
53         - Holmes Engine Management *
54     - Additional resources that DCAE utilizes:
55         - Postgres Database
56         - Redis Cluster Database
57         - Consul Cluster *
58
59     Notes:
60         \*  These components are delivered by the Holmes project.
61
62
63 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.
64
65 - All DCAE components are designed to support platform maturity requirements.
66
67
68 **Source Code**
69
70 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
71     - dcaegen2
72     - dcaegen2.analytics.tca
73     - dcaegen2.collectors.snmptrap
74     - dcaegen2.collectors.ves
75     - dcaegen2.collectors.hv-ves
76     - dcaegen2.collectors.datafile
77     - dcaegen2.collectors.restconf
78     - dcaegen2.deployments
79     - dcaegen2.platform.blueprints
80     - dcaegen2.platform.cli
81     - dcaegen2.platform.configbinding
82     - dcaegen2.platform.deployment-handler
83     - dcaegen2.platform.inventory-api
84     - dcaegen2.platform.plugins
85     - dcaegen2.platform.policy-handler
86     - dcaegen2.platform.servicechange-handler
87     - dcaegen2.services.heartbeat
88     - dcaegen2.services.mapper
89     - dcaegen2.services.pm-mapper
90     - dcaegen2.services.prh
91     - dcaegen2.services.son-handler
92     - dcaegen2.services
93     - dcaegen2.services.sdk
94     - dcaegen2.utils
95     - ccsdk.platform.plugins
96     - ccsdk.dashboard
97
98 **Bug Fixes**
99
100 **Known Issues**
101
102 **Security Notes**
103
104 *Fixed Security Issues*
105
106 *Known Security Issues*
107
108     * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
109     * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
110     * In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
111     * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
112     * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
113     * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
114     * In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
115     * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
116     * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
117     * CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
118
119 *Known Vulnerabilities in Used Modules*
120
121 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>`_.
122
123 Quick Links:
124         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
125
126         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
127
128         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_
129
130
131 **New component Notes**
132 The following components are introduced in R4
133
134     - Dashboard
135        - Docker container tag: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.1.0
136        - Description: Dashboard provides an UI interface for users/operation to deploy and manage service components in DCAE
137     - Blueprint generator
138        - Java artifact : /org/onap/dcaegen2/platform/cli/blueprint-generator/1.0.0/blueprint-generator-1.0.0.jar
139        - Description: Tool to generate the deployment artifact (cloudify blueprints) based on component spec
140     - RESTConf collector 
141        - Docker container tag: onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1
142        - Description: Provides RESTConf interfaces to events from external domain controllers
143     - VES/Universal Mapper
144        - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.0
145        - Description: Standardizes events recieved from SNMP and RESTConf collector into VES for further processing with DCAE analytics services
146     - 3gpp PM-Mapper
147        - Docker container tag: onap/org.onap.dcaegen2.services.pm-mapper:1.0.1
148        - Description: Transforms 3gpp data feed recieved from DMAAP-DR into VES events
149     - BBS Event processor
150        - Docker container tag: onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0
151        - Description: Handles PNF-Reregistration and CPE authentication events and generate CL events
152     - SON-Handler
153        - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.0.2
154        - Description: Supports PC-ANR optimization analysis and generating CL events output
155     - Heartbeat MS
156        - Docker container tag: onap/org.onap.dcaegen2.services.heartbeat:2.1.0
157        - Description: Generates missing heartbeat CL events based on configured threshold for VES heartbeats/VNF type.
158
159
160 **Upgrade Notes**
161
162 The following components are upgraded from R3
163     - Cloudify Manager:
164        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.6.2
165        - Description: DCAE's Cloudify Manager container is based on Cloudify Manager Community Version 19.01.24, which is based on Cloudify Manager 4.5.
166     - K8S Bootstrap container:
167        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.18
168        - Description: K8s bootstrap container updated to include new plugin and remove DCAE Controller components which have been migrated to Helm chart.
169     - Configuration Binding Service:
170        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.3.0
171        - Description: Code optimization and bug fixes
172     - Deployment Handler
173        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:4.0.1
174        - Include updates for health and service endpoint check and bug fixes
175     - Policy Handler
176        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:5.0.0
177        - Description: Policy Handler supports the new lifecycle API's from Policy framework
178     - Service Change Handler
179        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
180        - Description: No update from R3
181     - Inventory API
182        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.2.0
183        - Description: Refactoring and updates for health and service endpoint check
184     - VES Collector
185        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.4
186        - Description : Authentication enhancement, refactoring and bug-fixes
187     - Threshold Crossing Analytics
188        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.2
189        - 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.
190     - DataFile Collector
191        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.3
192        - Description : Code optimization, bug fixes, logging and performance improvement
193     - PNF Registrator handler
194        - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.3
195        - Description : Code optimization, SDK integration, PNF-UPDATE flow support
196     - HV-VES Collector
197        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0
198        - Description : Code optimization, bug fixes, and enables SASL for kafka interface
199     - SNMP Trap Collector
200        - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
201        - Description : Code coverage improvements
202
203
204
205
206 Version: 3.0.1
207 --------------
208
209 :Release Date: 2019-01-31
210
211 DCAE R3 Maintenance release includes following fixes
212
213 **Bug Fixes**
214
215 - DataFileCollector
216      - DCAEGEN2-940
217        Larger files of size 100Kb publish to DR
218      - DCAEGEN2-941
219        DFC error after running over 12 hours
220      - DCAEGEN2-1001
221        Multiple Fileready notification not handled
222
223 - HighVolume VES Collector (protobuf/tcp)
224      - DCAEGEN2-976
225        HV-VES not fully complaint to RTPM protocol (issue with CommonEventHeader.sequence)
226
227 - VESCollector (http)
228      - DCAEGEN2-1035
229        Issue with VES batch event publish
230
231 - Heat deployment
232      - DCAEGEN2-1007
233        Removing obsolete services configuration
234
235
236 The following containers are updated in R3.0.1
237
238     - DataFile Collector
239        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.5
240     - HV-VES Collector
241        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.2
242     - VES Collector
243        - Docker container tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.2
244
245 **Known Issues**
246
247 - 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
248
249 - 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
250     kubectl get deployments -n onap | grep deployment-handler
251     kubectl edit deployment -n onap dev-dcaegen2-dcae-deployment-handler
252     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
253
254
255
256
257 Version: 3.0.0
258 --------------
259
260 :Release Date: 2018-11-30
261
262 **New Features**
263
264 DCAE R3 improves upon previous release with the following new features:
265
266 - All DCAE R3 components are delivered as Docker container images.  The list of components is as follows.
267     - Platform components
268         - Cloudify Manager
269         - Bootstrap container
270         - Configuration Binding Service
271         - Deployment Handler
272         - Policy Handler
273         - Service Change Handler
274         - Inventory API
275     - Service components
276         - VES Collector
277         - SNMP Collector
278         - Threshold Crossing Analytics
279         - Holmes Rule Management *
280         - Holmes Engine Management *
281     - Additional resources that DCAE utilizes:
282         - Postgres Database
283         - Redis Cluster Database
284         - Consul Cluster
285
286     Notes:
287         \*  These components are delivered by the Holmes project.
288
289 - DCAE R3 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
290
291     - 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".
292     - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
293
294 - 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.
295
296 - All DCAE components are designed to support platform maturity requirements.
297
298
299 **Source Code**
300
301 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
302     - dcaegen2
303     - dcaegen2.analytics
304     - dcaegen2.analytics.tca
305     - dcaegen2.collectors
306     - dcaegen2.collectors.snmptrap
307     - dcaegen2.collectors.ves
308     - dcaegen2.collectors.hv-ves
309     - dcaegen2.collectors.datafile
310     - dcaegen2.deployments
311     - dcaegen2.platform
312     - dcaegen2.platform.blueprints
313     - dcaegen2.platform.cli
314     - dcaegen2.platform.configbinding
315     - dcaegen2.platform.deployment-handler
316     - dcaegen2.platform.inventory-api
317     - dcaegen2.platform.plugins
318     - dcaegen2.platform.policy-handler
319     - dcaegen2.platform.servicechange-handler
320     - dcaegen2.services.heartbeat
321     - dcaegen2.services.mapper
322     - dcaegen2.services.prh
323     - dcaegen2.utils
324
325 **Bug Fixes**
326
327 **Known Issues**
328
329 - 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.
330
331 **Security Notes**
332
333 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>`_.
334
335 Quick Links:
336         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
337
338         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
339
340         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=41421168>`_
341
342
343 **New component Notes**
344 The following components are introduced in R3
345
346     - DataFile Collector
347        - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.4
348        - Description : Bulk data file collector to fetch non-realtime PM data
349     - PNF Registrator handler
350        - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.1.1
351        - Description : Recieves VES registration event and updates AAI and SO
352     - HV-VES Collector
353        - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.0
354        - Description : High Volume VES Collector for fetching real-time PM measurement data
355     - SNMP Trap Collector
356        - Docker container tag: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
357        - Description : Receives SNMP traps and publishes them to a  message router (DMAAP/MR) in json structure
358
359
360 **Upgrade Notes**
361
362 The following components are upgraded from R2:
363     - Cloudify Manager:
364        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.4.2
365        - 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.
366     - Bootstrap container:
367        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.5
368        - 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.
369     - Configuration Binding Service:
370        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.3
371        - Description: Configuration Binding Sevice now supports the new configuration policy format and support for TLS
372     - Deployment Handler
373        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:3.0.3
374     - Policy Handler
375        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:4.4.0
376        - Description: Policy Handler now supports the new configuration policy format and support for TLS
377     - Service Change Handler
378        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
379        - Description: Refactoring.
380     - Inventory API
381        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.4
382        - Description: Refactoring.
383     - VES Collector
384        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
385        - Description : Refactoring
386     - Threshold Crossing Analytics
387        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
388        - 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.
389
390
391
392
393 Version: 2.0.0
394 --------------
395
396 :Release Date: 2018-06-07
397
398 **New Features**
399
400 DCAE R2 improves upon previous release with the following new features:
401
402 - All DCAE R2 components are delivered as Docker container images.  The list of components is as follows.
403     - Platform components
404         - Cloudify Manager
405         - Bootstrap container
406         - Configuration Binding Service
407         - Deployment Handler
408         - Policy Handler
409         - Service Change Handler
410         - Inventory API
411     - Service components
412         - VES Collector
413         - SNMP Collector
414         - Threshold Crossing Analytics
415         - Holmes Rule Management *
416         - Holmes Engine Management *
417     - Additional resources that DCAE utilizes:
418         - Postgres Database
419         - Redis Cluster Database
420         - Consul Cluster
421
422     Notes:
423         \*  These components are delivered by the Holmes project and used as a DCAE analytics component in R2.
424
425 - DCAE R2 supports both OpenStack Heat Orchestration Template based deployment and OOM (Kubernetes) based deployment.
426
427     - 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".
428     - Under OOM (Kubernetes) deployment all DCAE component containers are deployed as Kubernetes Pods/Deployments/Services into Kubernetes cluster.
429
430 - 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.
431
432 - All DCAE components are designed to support platform maturity requirements.
433
434
435 **Source Code**
436
437 Source code of DCAE components are released under the following repositories on gerrit.onap.org:
438     - dcaegen2
439     - dcaegen2.analytics
440     - dcaegen2.analytics.tca
441     - dcaegen2.collectors
442     - dcaegen2.collectors.snmptrap
443     - dcaegen2.collectors.ves
444     - dcaegen2.deployments
445     - dcaegen2.platform
446     - dcaegen2.platform.blueprints
447     - dcaegen2.platform.cli
448     - dcaegen2.platform.configbinding
449     - dcaegen2.platform.deployment-handler
450     - dcaegen2.platform.inventory-api
451     - dcaegen2.platform.plugins
452     - dcaegen2.platform.policy-handler
453     - dcaegen2.platform.servicechange-handler
454     - dcaegen2.services.heartbeat
455     - dcaegen2.services.mapper
456     - dcaegen2.services.prh
457     - dcaegen2.utils
458
459 **Bug Fixes**
460
461 **Known Issues**
462
463 - 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.
464
465 **Security Notes**
466
467 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>`_.
468
469 Quick Links:
470         - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
471
472         - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
473
474         - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=28377647>`_
475
476
477
478 **Upgrade Notes**
479
480 The following components are upgraded from R1:
481     - Cloudify Manager:
482        - Docker container tag: onap/org.onap.dcaegen2.deployments.cm-container:1.3.0
483        - 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.
484     - Bootstrap container:
485        - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.11
486        - 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.
487     - Configuration Binding Service:
488        - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding:2.1.5
489        - Description: Configuration Binding Sevice now supports the new configuration policy format.
490     - Deployment Handler
491        - Docker container image tag: onap/org.onap.dcaegen2.platform.deployment-handler:2.1.5
492     - Policy Handler
493        - Docker container image tag: onap/org.onap.dcaegen2.platform.policy-handler:2.4.5
494        - Description: Policy Handler now supports the new configuration policy format.
495     - Service Change Handler
496        - Docker container image tag: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.4
497        - Description: Refactoring.
498     - Inventory API
499        - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.0.1
500        - Description: Refactoring.
501     - VES Collector
502        - Docker container image tag: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.2.0
503     - Threshold Crossing Analytics
504        - Docker container image tag: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
505        - 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.
506
507
508
509 Version: 1.0.0
510 --------------
511
512 :Release Date: 2017-11-16
513
514
515 **New Features**
516
517 DCAE is the data collection and analytics sub-system of ONAP.  Under ONAP Release 1 the DCAE
518 sub-system includes both platform components and DCAE service components.  Collectively the ONAP R1
519 DCAE components support the data collection and analytics functions for the R1 use cases, i.e. vFW,
520 vDNS, vCPU, and vVoLTE.
521
522 Specifically, DCAE R1 includes the following components:
523
524 - Core platform
525     - Cloudify manager
526     - Consul cluster
527 - Extended platform
528     - Platform component docker host
529     - Service component docker host
530     - CDAP cluster
531     - PostgreSQL database (*)
532 - Platform docker container components
533     - Configuration binding service
534     - Deployment handler
535     - Service change handler
536     - Inventory
537     - Policy handler
538     - CDAP broker
539 - Service components
540     - Docker container components
541         - VNF Event Streaming (VES) collector
542         - Holmes (engine and rule management) **
543     - CDAP analytics component
544         - Threshold Crossing Analytics (TCA)
545
546 (*) Note: This component is delivered under the CCSDK project, deployed by DCAE under a single
547 VM configuration as a shared PostgreSQL database for the R1 demos.  (CCSDK PostgreSQL supports
548 other deployment configurations not used in the R1 demos.)
549 (**) Note: This component is delivered under the Holmes project and used as a DCAE analytics component
550 in R1.
551
552 Source codes of DCAE are released under the following repositories on gerrit.onap.org:
553
554 - dcaegen2
555 - dcaegen2/analytics
556 - dcaegen2/analytics/tca
557 - dcaegen2/collectors
558 - dcaegen2/collectors/snmptrap
559 - dcaegen2/collectors/ves
560 - dcaegen2/deployments
561 - dcaegen2/platform
562 - dcaegen2/platform/blueprints
563 - dcaegen2/platform/cdapbroker
564 - dcaegen2/platform/cli
565 - dcaegen2/platform/configbinding
566 - dcaegen2/platform/deployment-handler
567 - dcaegen2/platform/inventory-api
568 - dcaegen2/platform/plugins
569 - dcaegen2/platform/policy-handler
570 - dcaegen2/platform/servicechange-handler
571 - dcaegen2/utils
572
573
574 **Bug Fixes**
575
576 This is the initial release.
577
578
579 **Known Issues**
580
581 - Need to test/integrate into an OpenStack environment other than Intel/Windriver Pod25.
582 - Need to provide a dev configuration DCAE.
583
584
585 **Security Issues**
586
587 - 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>`_.>`_.
588 - 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.
589
590
591 **Upgrade Notes**
592
593 This is the initial release.
594
595
596 **Deprecation Notes**
597
598 There is a GEN1 DCAE sub-system implementation existing in the pre-R1 ONAP Gerrit system.  The GEN1
599 DCAE is deprecated by the R1 release.  The DCAE included in ONAP R1 is also known as DCAE GEN2.  The
600 following Gerrit repos are voided and already locked as read-only.
601
602 - dcae
603 - dcae/apod
604 - dcae/apod/analytics
605 - dcae/apod/buildtools
606 - dcae/apod/cdap
607 - dcae/collectors
608 - dcae/collectors/ves
609 - dcae/controller
610 - dcae/controller/analytics
611 - dcae/dcae-inventory
612 - dcae/demo
613 - dcae/demo/startup
614 - dcae/demo/startup/aaf
615 - dcae/demo/startup/controller
616 - dcae/demo/startup/message-router
617 - dcae/dmaapbc
618 - dcae/operation
619 - dcae/operation/utils
620 - dcae/orch-dispatcher
621 - dcae/pgaas
622 - dcae/utils
623 - dcae/utils/buildtools
624 - ncomp
625 - ncomp/cdap
626 - ncomp/core
627 - ncomp/docker
628 - ncomp/maven
629 - ncomp/openstack
630 - ncomp/sirius
631 - ncomp/sirius/manager
632 - ncomp/utils
633
634
635 **Other**
636
637 SNMP trap collector is seed code delivery only.