From 8143fb5a129a321079cc6e93c74e32abc03ab041 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 13 Nov 2020 15:04:38 +0100 Subject: Update Documentation Update local SDC doc with Guilin Content Issue-ID: SDC-3370 Signed-off-by: ChrisC Change-Id: I3d94e3dbb8c4a8e2723ec364e6d4c6e9ff03946a --- docs/architecture.rst | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'docs/architecture.rst') 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 `_ \ No newline at end of file -- cgit 1.2.3-korg