update the SOL003 details in release notes 49/90649/2
authorseshukm <seshu.kumar.m@huawei.com>
Fri, 28 Jun 2019 08:18:59 +0000 (13:48 +0530)
committerYang Xu <yang.xu@futurewei.com>
Fri, 28 Jun 2019 14:40:21 +0000 (14:40 +0000)
Issue-ID: SO-2050

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I32d2b801f2200d17c061b7b432b0f5878c447cf5

docs/docs_sol3_adapter.rst [new file with mode: 0644]
docs/docs_usecases.rst

diff --git a/docs/docs_sol3_adapter.rst b/docs/docs_sol3_adapter.rst
new file mode 100644 (file)
index 0000000..d07bf6d
--- /dev/null
@@ -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
index f233302..7c1fe4d 100644 (file)
@@ -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>`