blob: b45e10559e320ce695962fcdefbbfe642a289010 [file] [log] [blame]
Lusheng Ji72c4fba2017-10-10 18:12:22 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Architecture
5============
6
Lusheng Ji72c4fba2017-10-10 18:12:22 +00007
8Capabilities
9------------
Lusheng Ji6553a132017-10-12 02:47:00 +000010Data Collection Analytics and Events (DCAE) is the data collection and analysis subsystem of ONAP.
11Its functions include collection of FCAPs data from the network entitiess (VNFs, PNFs, etc), normalization and transportation of
12data, analysis of data, and generations of ONAP events which can be received by other ONAP components such as Policy for
13subsequent operations.
14
15DCAE consists of DCAE Platform components and DCAE Services components. The following list shows the details of what are included
16in ONAP R1
17
18- DCAE Platform
19 - Core Platform
20 - Cloudify Manager (VM)
21 - Consul service (VM cluster)
22 - Extended Platform
23 - Docker Host for containerized platform components (VM). It runs the following DCAE platform micro services (containers).
24 - Configuration Binding Servive
25 - CDAP Broker
26 - Deployment Handler
27 - Policy Handler
28 - Service Change Handler
29 - DCAE Inventory-API
30 - CDAP Analytics Platform for CDAP analytics applications (VM cluster)
31 - Docker Host for containerized service components (VM)
32 - PostgreSQL Database (VM)
33
34
35- DCAE Services
36 - Collectors
37 - Virtual Event Streaming (VES) collector, containerized
38 - SNMP Trap collector, containerized
39 - Analytics
40 - Holmes correlation analytics, containerized
41 - Threshold Crosssing Analytics (TCA), CDAP analytics application
Lusheng Ji72c4fba2017-10-10 18:12:22 +000042
43
44Usage Scenarios
45---------------
46
Eric Debeaude420982017-11-13 22:16:07 +000047For ONAP R1 DCAE participates in all use cases.
Lusheng Ji6553a132017-10-12 02:47:00 +000048
49vDNS/vFW: VES collector, TCA analytics
50vCPE: VES collector, TCA analytics
51vVoLTE: VES collector, Holmes analytics
Lusheng Ji72c4fba2017-10-10 18:12:22 +000052
53Interactions
54------------
Lusheng Ji6553a132017-10-12 02:47:00 +000055