Add deployment view of SO 97/72997/1
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 19 Nov 2018 03:45:55 +0000 (11:45 +0800)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 19 Nov 2018 03:45:55 +0000 (11:45 +0800)
Issue-ID: SO-1230

Change-Id: If22f26eb3628125789733dd4b3282c7cfd40c5c1
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
docs/architecture/architecture.rst
docs/images/SO_Architecture_Internal.png [new file with mode: 0644]

index 6ca11cd..681e9db 100644 (file)
@@ -5,8 +5,16 @@
 SO - Architecture
 ===============
 
+SO Functional View
+--------------------
+
 .. image:: ../images/SO_Architecture_1.png
 
+SO Deployment View
+--------------------
+
+.. image:: ../images/SO_Architecture_Internal.png
+
 SO Sub-Components
 ------------------
 
@@ -47,7 +55,7 @@ SO Sub-Components
 **Resource Adapters**
 
   Interfaces to lower level controllers and other ONAP components
-   * Platform Orchestrator, SDN-Controller, APP-Controller, VFC-Controllers
+   * Platform Orchestrator, SDN-Controller, APP-Controller, VFC-Controllers, Multi-Cloud
    * Hides the details of complex interfaces (e.g. OpenStack APIs)
    * Expose interfaces to BPMN flows as SOAP or REST APIs
    * Support synchronous and asynchronous operations
diff --git a/docs/images/SO_Architecture_Internal.png b/docs/images/SO_Architecture_Internal.png
new file mode 100644 (file)
index 0000000..9c30c4d
Binary files /dev/null and b/docs/images/SO_Architecture_Internal.png differ