diff options
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 |