aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer_info
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-04-25 11:19:58 +0100
committeregernug <gerard.nugent@est.tech>2023-04-25 12:59:28 +0100
commita42df0d56837fde7433e8dd3ea27336abe3d67d9 (patch)
treea3656fc94e15a7b8bfce8ce66159c6aa1e2af8c0 /docs/developer_info
parent53448a95871868d5009958ede72e724bc80c0961 (diff)
[SO] Documentation for ASD/CNFM
Documentation in SO repo relating to ASD and CNFM Issue-ID: SO-4048 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I8a71931d00c7328c15a4b46daa14e5b62ab2a5d8
Diffstat (limited to 'docs/developer_info')
-rw-r--r--docs/developer_info/ASD_Overview.rst44
-rw-r--r--docs/developer_info/developer_information.rst1
2 files changed, 45 insertions, 0 deletions
diff --git a/docs/developer_info/ASD_Overview.rst b/docs/developer_info/ASD_Overview.rst
new file mode 100644
index 0000000000..70d9b6db4e
--- /dev/null
+++ b/docs/developer_info/ASD_Overview.rst
@@ -0,0 +1,44 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2017 Huawei Technologies Co., Ltd.
+
+ASD Architecture
+=======================
+
+ASD Overview
+-------------
+Application Service Descriptor (ASD) is a deployment descriptor for cloud native application/functions. It seeks to provide deployment using the minimum information needed by the orchestrator.
+The CSAR package adheres to ETSI SOL004.
+ASD minimizes duplication whilst leveraging the management capabilities of the Kubernets platfor. It provides a clear separation between high level orchestration and cloud native application deployment.
+
+ASD Architecture Overview
+---------------------------
+
+The following diagram depicts the ASD high-level architecture:
+
+CreateVfModuleVolumeInfraV1 is a main process flow.
+
+.. image:: ../images/asd_architecture.png
+
+
+ASD Onboarding
+---------------------
+
+The following diagram depicts the ASD onboarding to ONAP SDC:
+
+.. image:: ../images/asd_onboarding.png
+
+ASD Orchestration by ONAP SO
+---------------------------------
+
+The following diagram depicts the ASD Orchestration by ONAP SO:
+
+.. image:: ../images/asd_orchestration.png
+
+SO CNFM
+-----------
+
+The following diagram depicts the SO CNFM, an SO Plug-in component:
+
+.. image:: ../images/asd_cnfm.png
+
diff --git a/docs/developer_info/developer_information.rst b/docs/developer_info/developer_information.rst
index 3f72b4bcf6..1c65f83545 100644
--- a/docs/developer_info/developer_information.rst
+++ b/docs/developer_info/developer_information.rst
@@ -32,4 +32,5 @@ SO Developer Information
ETSI_CSIT_NFVO_VNFM.rst
ETSI_NFVO_Network_Service_LCM_Setup_Guide.rst
ETSI_VNF_LCM_Setup_Guide.rst
+ ASD_Overview.rst
FAQs.rst