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