summaryrefslogtreecommitdiffstats
path: root/docs/sections/architecture.rst
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-01 10:01:31 +0100
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-03-02 08:25:52 +0100
commit52bd6226d050a9c6eef27329bb516d24ea61be71 (patch)
tree656e9e9224ccf5903b7031f8c42b307338870bf3 /docs/sections/architecture.rst
parentbb3961e5449c25699ef1ea5e38aeb9a7792e5cba (diff)
Update existing documentation
Added information about DCAE ves-openapi-manager in existing docs pages. Issue-ID: DCAEGEN2-2577 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I4b237ee55734e31db6621b0cb91eabea5c8abb4c
Diffstat (limited to 'docs/sections/architecture.rst')
-rw-r--r--docs/sections/architecture.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/sections/architecture.rst b/docs/sections/architecture.rst
index 3c8094e2..31164d62 100644
--- a/docs/sections/architecture.rst
+++ b/docs/sections/architecture.rst
@@ -41,6 +41,7 @@ The following lists the components included in ONAP DCAE . All DCAE components
- Policy Handler: Handler for fetching policy updates from Policy engine; and updating the configuration policies of KV entries in Consul cluster KV store for DCAE components.
- Service Change Handler: Handler for interfacing with SDC; receiving new TOSCA models; and storing them in DCAE's own inventory.
- DCAE Inventory-API: API for DCAE's TOSCA model store.
+ - VES OpenApi Manager: Optional validator of VES_EVENT type artifacts executed during Service distributions.
- Platform services
- Consul: Distributed service discovery service and KV store.
- Postgres Database: DCAE's TOSCA model store.
@@ -71,7 +72,11 @@ The following lists the components included in ONAP DCAE . All DCAE components
The figure below shows the DCAE architecture and how the components work with each other. The components on the right constitute the Platform/controller components which are statically deployed. The components on the right represent the services which can be both deployed statically or dynamically (via CLAMP)
-.. image:: images/R7_architecture diagram.png
+..
+ The following diagram has been created on https://app.diagrams.net/. There is an editable version of the diagram
+ in repository under path docs/sections/images/architecture_diagram. Import this file to mentioned page to edit diagram.
+
+.. image:: images/R8_architecture_diagram.png
Deployment Scenarios