From 8ce7c939b31530435f05b7e0f1dbf0207bd94114 Mon Sep 17 00:00:00 2001 From: seshukm Date: Fri, 28 Jun 2019 13:48:59 +0530 Subject: update the SOL003 details in release notes Issue-ID: SO-2050 Signed-off-by: seshukm Change-Id: I32d2b801f2200d17c061b7b432b0f5878c447cf5 --- docs/docs_sol3_adapter.rst | 38 ++++++++++++++++++++++++++++++++++++++ docs/docs_usecases.rst | 2 ++ 2 files changed, 40 insertions(+) create mode 100644 docs/docs_sol3_adapter.rst 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 ` :ref:`Change Management Schedule Optimization ` + +:ref:`VNFM adapter in SO (support ETSI SOL003 interface) ` -- cgit 1.2.3-korg