From fa2d7c391ff2982d580bf34b876c51bddbe6532b Mon Sep 17 00:00:00 2001 From: Lingli Deng Date: Mon, 18 Sep 2017 16:48:47 +0800 Subject: CSAR spec initial draft. Issue-id:MODELING-19 Change-Id: Ic77c5d45c50fa1bb9bf99be04cf87d669546fc0f Signed-off-by: Lingli Deng --- ONAP release 1 spec/docs/csar/csar.rst | 23 +++++++++++++++++++++++ ONAP release 1 spec/docs/csar/index.rst | 12 ++++++++++++ ONAP release 1 spec/docs/index.rst | 12 ++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 ONAP release 1 spec/docs/csar/csar.rst create mode 100644 ONAP release 1 spec/docs/csar/index.rst create mode 100644 ONAP release 1 spec/docs/index.rst 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 -- cgit 1.2.3-korg