diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-11-30 13:21:36 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-11-30 13:21:36 +0800 |
commit | 7a2865184d066190ee09d00ac8f2f01579766a5f (patch) | |
tree | ee118cf8755b034931179a085e8fefa4b3b15c2b /docs/architecture/architecture.rst | |
parent | 91710951f25dbffae2eb205e38be92abe1bf2131 (diff) |
Correct the incorrect in Main
Issue-ID: SO-1259
Change-Id: I194c8001534a0407e8f344fc498c6bac88d70b02
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/architecture/architecture.rst')
-rw-r--r-- | docs/architecture/architecture.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index 6ca11cd6b3..681e9dbfe5 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -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 |