diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2019-06-28 13:48:59 +0530 |
---|---|---|
committer | Yang Xu <yang.xu@futurewei.com> | 2019-06-28 14:40:21 +0000 |
commit | 8ce7c939b31530435f05b7e0f1dbf0207bd94114 (patch) | |
tree | 0a028d6b79657b5b4aa79804b608995d74819204 | |
parent | 0e84a582dce8a0082f9472dd461212148dc1a5ee (diff) |
update the SOL003 details in release notes
Issue-ID: SO-2050
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I32d2b801f2200d17c061b7b432b0f5878c447cf5
-rw-r--r-- | docs/docs_sol3_adapter.rst | 38 | ||||
-rw-r--r-- | docs/docs_usecases.rst | 2 |
2 files changed, 40 insertions, 0 deletions
diff --git a/docs/docs_sol3_adapter.rst b/docs/docs_sol3_adapter.rst new file mode 100644 index 000000000..d07bf6da5 --- /dev/null +++ b/docs/docs_sol3_adapter.rst @@ -0,0 +1,38 @@ +.. docs_sol3_adapter: + +VNFM adapter in SO (support ETSI SOL003 interface) +-------------------------------------------------------------- + +Overview +======== +In ONAP Dublin release service orchestrator(SO) project is leveraged to support ETSI standards for VNF LCM as an adapter. +This functional feature provides capability to + +* Build SO VNFM Adapter +* Use SOL003 APIs (2.5.1) for VNF LCM +* Support operations such as create, instantiate, terminate and delete including granting, subscription and notification +* Enhance So BPMN workflows and recipes +* ETSI VNF-level Building Block workflows, leveraging the new VNFM Adapter +* Passing VNF LCM requests to VNFMs using the new VNFM Adapter + + +Requirements +============ + +Following are the details of the implementations: + +* ONAPARC-310: SO Adapter which uses SOL003 to connect S/G VNFM +* ONAPARC-315: ONAP interfaces with an external VNF Manager using ETSI NFV SOL003 +* ONAPARC-390: ONAP tracking of VNF dependency on an external ETSI compliant VNF Manager (VNFM) +* SO-1508: ETSI Alignment – SO SOL003 plugin support to connect to external VNFMs + * Leverage ETSI standards for VNF LCM + * Generic VNFm Adapter, supporting SOL003-compliant SVNFMs + * Support SOL003 APIs for VNF LCM + * Create/Instantiate/Terminate/Delete (including Granting/Subscription/Notification) in Dublin + * More APIs to support in El Alto and Frankfurt + + +Further Reading +================ + +For more architecture and design details: https://wiki.onap.org/pages/viewpage.action?pageId=48529911
\ No newline at end of file diff --git a/docs/docs_usecases.rst b/docs/docs_usecases.rst index f233302f9..7c1fe4dbc 100644 --- a/docs/docs_usecases.rst +++ b/docs/docs_usecases.rst @@ -53,3 +53,5 @@ Functional Requirements :ref:`Change Management Flexible Designer and Orchestrator <docs_CM_flexible_designer_orchestrator>` :ref:`Change Management Schedule Optimization <docs_CM_schedule_optimizer>` + +:ref:`VNFM adapter in SO (support ETSI SOL003 interface) <docs_sol3_adapter>` |