summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-11-02 13:42:29 +0200
committerIdan Amit <ia096e@intl.att.com>2017-11-02 13:46:21 +0200
commit276eb333e65582d5bb6176744b94bef23a2690db (patch)
tree5f307d65d511284f2a736b33bbae1228c2c983cf
parent5c3fea7a05871353f0dfff0a6bf7e0af8beb5e17 (diff)
Architecture section in Read the Docs
Added first draft for architecture section Change-Id: I29679a6625758258bae5c77a8b31a4b1ad418f45 Issue-Id: SDC-508 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--docs/architecture.rst38
-rw-r--r--docs/images/High_Level_Architecture_SDC.pngbin0 -> 30120 bytes
-rw-r--r--docs/images/SDC_In_ONAP.pngbin0 -> 66297 bytes
3 files changed, 35 insertions, 3 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 8daa0d3bc5..4e20a3e1d0 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -1,6 +1,7 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
+============
Architecture
============
@@ -14,14 +15,45 @@ Architecture
* This note must be removed after content has been added.
+SDC As Part of ONAP
+===================
+
+.. image:: images/SDC_In_ONAP.png
+
+
+High Level Architecture
+=======================
+
+The following diagram shows the high-level relationship between the system components:
+
+.. image:: images/High_Level_Architecture_SDC.png
+
+The SDC architecture uses the Jetty server as an application server.
+
+- The *Jetty front end*:
+ - supplies the static content of web pages, and all resources that required by the GUI
+ - serves as a proxy for the REST API requests coming from the GUI
+
+ Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
+
+- The *Jetty back end* containes all the logic for the SDC.
+
+SDC uses two storage components: Elastic Search(ES) and Cassandra
+
+- *Elastic Search* is used to index the auditing data received from different operations in the SDC.
+
+ This information can then be analyzed with Kibana. The *Kibana server* enables statistical analysis of the operations done, according to the business logic.
+
+- *Cassandra* is used to store auditing data, artifacts and data model objects.
+
Capabilities
-------------
+============
Usage Scenarios
----------------
+===============
Interactions
-------------
+============
diff --git a/docs/images/High_Level_Architecture_SDC.png b/docs/images/High_Level_Architecture_SDC.png
new file mode 100644
index 0000000000..57a564b8d0
--- /dev/null
+++ b/docs/images/High_Level_Architecture_SDC.png
Binary files differ
diff --git a/docs/images/SDC_In_ONAP.png b/docs/images/SDC_In_ONAP.png
new file mode 100644
index 0000000000..ddca06490d
--- /dev/null
+++ b/docs/images/SDC_In_ONAP.png
Binary files differ