diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2018-11-19 06:14:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-19 06:14:02 +0000 |
commit | 2bde8fca6c6757a5b3b0dffc00e61034611b1985 (patch) | |
tree | 638f96b9b48a620f847cb585458184413bcd7507 /docs/architecture/architecture.rst | |
parent | a1cf86225910af9e806c1c7bf9a8f393c87bb430 (diff) | |
parent | 5a1de7b9e5099b6c14c520932bfb07cdc93a3802 (diff) |
Merge "Add deployment view of SO" into casablanca
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 |