aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbyungwoojun <byung-woo.jun@ericsson.com>2022-04-22 08:56:26 -0400
committerByung-Woo Jun <byung-woo.jun@est.tech>2022-04-22 19:59:00 +0000
commit61a1e0bb8a760b9695d2c693f264fc800d7ddeb4 (patch)
tree7dbcdcc48c1266cea8cc74cedfcd2bc4faf6f965
parent50d9ad3a27858fa35769426de451a77a5e0c4e73 (diff)
Update SO subcomponent architecture doc
Update SO subcomponent architecture doc Issue-ID: SO-3930 Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com> Change-Id: I53a3dd58284b53782b46504493f562acdac3fecb (cherry picked from commit 97d434af5ea786bc21ba8d57a2e1e01696c064fa)
-rw-r--r--docs/architecture/architecture.rst19
-rw-r--r--docs/images/SO-NFVO-Architecture-1.pngbin0 -> 490835 bytes
-rw-r--r--docs/images/SO-SOL003-Adapter-Architecture-1.pngbin0 -> 641733 bytes
-rw-r--r--docs/images/SO_Architecture_2.pngbin0 -> 303144 bytes
4 files changed, 16 insertions, 3 deletions
diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst
index d59429a366..7cfb276cf7 100644
--- a/docs/architecture/architecture.rst
+++ b/docs/architecture/architecture.rst
@@ -9,7 +9,7 @@ SO - Architecture
SO Functional View
------------------
-.. image:: ../images/SO_Architecture_1.png
+.. image:: ../images/SO_Architecture_2.png
SO Deployment View
--------------------
@@ -110,9 +110,22 @@ SO Sub-Components
* Create, Instantiate, Terminate and Delete VNF, including Granting, Subscription and Lifecycle Notifications
* Tracking capability which VNFM instance has handled with which VNF instance
* BPMN Building Block workflows and Java-based recipes for VNF LCM
+ * Conformance of SOL001 VNFD and SOL004 VNF package specifications
+ * Interfacing with the ETSI Catalog Manager (a.k.a. etsicatalog) for retrieving ETSI VNF descriptors and artifacts
* VNFM Simulator for validating SO VNFM Adapter NBI and SBI for integration testing
- * The SO ETSI CSIT Tests and running them, https://wiki.onap.org/display/DW/SO+ETSI+CSIT
- * Testing the SO ETSI Alignment manually (Instantiate VNF using SVNFM), https://wiki.onap.org/pages/viewpage.action?pageId=68524128
+
+.. image:: ../images/SO-SOL003-Adapter-Architecture-1.png
+
+**SO ETSI NFVO**
+
+ Support ETSI NFVO functions which manages Network Service LCM
+ * Create, Instantiate, Terminate and Delete NS
+ * Decomposing an NS request into associated VNF request(s) and managing VNF LCM (Create, Instantiate, Terminate, Delete VNF) through SO VNFMN Adapter
+ * Leveraging SOL005 for its NBI and SOl003 for its SBI
+ * Conformance of SOL001 NSD and SOL007 NS package specifications
+ * Interfacing with the ETSI Catalog Manager (a.k.a. etsicatalog) for retrieving ETSI NS descriptors and artifacts
+
+.. image:: ../images/SO-NFVO-Architecture-1.png
Third Party and Open Source
---------------------------
diff --git a/docs/images/SO-NFVO-Architecture-1.png b/docs/images/SO-NFVO-Architecture-1.png
new file mode 100644
index 0000000000..dd04a7b2e4
--- /dev/null
+++ b/docs/images/SO-NFVO-Architecture-1.png
Binary files differ
diff --git a/docs/images/SO-SOL003-Adapter-Architecture-1.png b/docs/images/SO-SOL003-Adapter-Architecture-1.png
new file mode 100644
index 0000000000..932d5d1bcd
--- /dev/null
+++ b/docs/images/SO-SOL003-Adapter-Architecture-1.png
Binary files differ
diff --git a/docs/images/SO_Architecture_2.png b/docs/images/SO_Architecture_2.png
new file mode 100644
index 0000000000..45ffd953e6
--- /dev/null
+++ b/docs/images/SO_Architecture_2.png
Binary files differ