diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-19 18:39:04 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-19 19:09:59 +0000 |
commit | eab16750256c4b4f54c3e1ac12282f4abe5d1b0d (patch) | |
tree | 344c7065642e96b209ef189c63c82c4cfc434b57 /docs/index.rst | |
parent | 8086adcd6290b71b90c654c31fc8d09d521e5eef (diff) |
Update doc, mvn script, pom
Issue-Id: DCAEGEN2-60
Change-Id: Iad513b12fd79a6404d0ae05f65bce31951af918a
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index d9b58ac8..36dd11f2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,35 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -TODO Add files to toctree and delete this header +Data Collection Analytics and Events ------------------------------------------------ + +Data Collection Analytics and Events (DCAE) is the data collection and analysis subsystem of ONAP. +Its functions include collection of FCAPs data from the network entotiess (VNFs, PNFs, etc), normalization and transportation of +data, analysis of data, and generations of ONAP events which can be received by other ONAP components such as Policy for +subsequent operations. + +DCAE consists of DCAE Platform components and DCAE Services components. + +- DCAE Platform + - Core Platform + - Cloudify Manager + - Consul + - Extended Platform + - Docker Host for containerized platform components + - CDAP Analytics Platform for CDAP analytics applications + - Docker Host for containerized service components + + +- DCAE Services + - Collectors + - Virtual Event Streaming (VES) collector, dockerized + - SNMP Trap collector, dockerized + - Analytics + - Holmes correlation analytics, dockerized + - Threshold Crosssing Analytics (TCA), CDAP analytics application + + + .. toctree:: :maxdepth: 1 |