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