summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingli Deng <denglingli@chinamobile.com>2017-09-18 16:48:47 +0800
committerLingli Deng <denglingli@chinamobile.com>2017-09-18 16:58:37 +0800
commitfa2d7c391ff2982d580bf34b876c51bddbe6532b (patch)
treec6503beedb322fc1c4b699f55fe60589310b3d3e
parent2565d02dcddfa92a82cdfa69fa37a1f283d40c30 (diff)
CSAR spec initial draft.
Issue-id:MODELING-19 Change-Id: Ic77c5d45c50fa1bb9bf99be04cf87d669546fc0f Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
-rw-r--r--ONAP release 1 spec/docs/csar/csar.rst23
-rw-r--r--ONAP release 1 spec/docs/csar/index.rst12
-rw-r--r--ONAP release 1 spec/docs/index.rst12
3 files changed, 47 insertions, 0 deletions
diff --git a/ONAP release 1 spec/docs/csar/csar.rst b/ONAP release 1 spec/docs/csar/csar.rst
new file mode 100644
index 0000000..b092b2a
--- /dev/null
+++ b/ONAP release 1 spec/docs/csar/csar.rst
@@ -0,0 +1,23 @@
+===================================
+ONAP CSAR Specification (Amsterdam)
+===================================
+
+CSAR for VNF Onboarding
+-----------------------
+This is the currently expected structure supported by SDC, which is provided by VNF Vendor directly or via VNF Market (through VNF SDK) to SDC for VNF onboarding in design time.
+
+
+CSAR for VNF Life Cycle Management
+----------------------------------
+This section describes the CSAR generated by SDC for VNF and to be consumed by SO/VF-C/etc. for VNF life cycle management in run-time.
+
+
+CSAR for Service Life Cyclem Management
+---------------------------------------
+This section describes the CSAR generated by SDC for Network Service or End-to-End Service orchestration in run time.
+
+
+Artifacts supported by SDC
+--------------------------
+This section enumerates the artifacts types supported by SDC.
+Artifacts at the root directory or unrecognized folder(s) will be classified as type ¡°Other¡±. \ No newline at end of file
diff --git a/ONAP release 1 spec/docs/csar/index.rst b/ONAP release 1 spec/docs/csar/index.rst
new file mode 100644
index 0000000..95e7539
--- /dev/null
+++ b/ONAP release 1 spec/docs/csar/index.rst
@@ -0,0 +1,12 @@
+.. onap-documentation documentation master file, created by
+ sphinx-quickstart on Mon Sep 18 15:12:14 2017.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+ONAP CSAR Specification
+==============================================
+
+.. toctree::
+ :titlesonly:
+
+ csar
diff --git a/ONAP release 1 spec/docs/index.rst b/ONAP release 1 spec/docs/index.rst
new file mode 100644
index 0000000..6f0391c
--- /dev/null
+++ b/ONAP release 1 spec/docs/index.rst
@@ -0,0 +1,12 @@
+.. onap-documentation documentation master file, created by
+ sphinx-quickstart on Mon Sep 18 15:12:14 2017.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+ONAP R1 Modeling Specifications
+==============================================
+
+.. toctree::
+ :titlesonly:
+
+ csar/index