diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-11-13 15:04:38 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2020-11-17 09:04:43 +0000 |
commit | 10fadf829ddd02bf9e0da6f58ad728611e650101 (patch) | |
tree | 590442d65039a28f4c12c7f974da425324024684 /docs/architecture.rst | |
parent | 7c7c76f6b3a0a762496e46d3446f995077d6bb81 (diff) |
Update Documentation
Update local SDC doc with Guilin Content
Issue-ID: SDC-3370
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I3d94e3dbb8c4a8e2723ec364e6d4c6e9ff03946a
(cherry picked from commit 8143fb5a129a321079cc6e93c74e32abc03ab041)
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r-- | docs/architecture.rst | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 3a17ac6c2d..bc001c8108 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -6,27 +6,6 @@ SDC Architecture ================ -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 the web pages and all the resources that are 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** contains all the logic for the SDC. - -- **Cassandra** is used to store audit data, artifacts and data model objects. +Please refer to the Guilin Architecture review page for SDC, to get a full picture of SDC and its relationships within ONAP +- `SDC Guilin Architecture review <https://wiki.onap.org/pages/viewpage.action?pageId=84642290>`_
\ No newline at end of file |