From 4314220cf72b5ff87c05504e6bc75923c88eb279 Mon Sep 17 00:00:00 2001 From: Lingli Deng Date: Wed, 4 Oct 2017 22:10:58 +0800 Subject: Adding description on CSAR for VNF Output. Issue-Id: MODELING-19 Change-Id: I2695e4baae8716819fd3cf86e0ab1b2a90ad6ffd Signed-off-by: Lingli Deng --- docs/ONAP release 1 spec/csar/csar.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs') diff --git a/docs/ONAP release 1 spec/csar/csar.rst b/docs/ONAP release 1 spec/csar/csar.rst index b817272..d163003 100644 --- a/docs/ONAP release 1 spec/csar/csar.rst +++ b/docs/ONAP release 1 spec/csar/csar.rst @@ -34,6 +34,24 @@ This section describes the CSAR generated by SDC for VNF and to be consumed by S .. |CSAR for VNF LCM| image:: csar-sdc-output-vf.JPG +The files/directories under the root of CSAR include: + +* **TOSCA-Metadate** is a directory which contains **TOSCA.meta** file, the metadata regarding the CSAR structure. +* **Artifacts** is a directory which contains all the recoginzable artifacts (except those of type *Other*). All the artifacts are further classified as either *Informational* or *Deployment*, and are located in the sub-directories respectively. Artifacts located in the root directory or un-recognized folders will be classified as *Other*. +* **Resources** is a directory which contains a sub-directory **node_template ** per each node_template that has specific artifacts (artifacts that were added to the instance/customized for the instance or generated for the instance. This folder should **NOT** include artifacts of the type of the instance. (e.g. HEAT should be in the folder of the VF and not in the folder of the VF instance, HEAT_ENV will be in the folder of the instance.) +* **Definitions** is a directory which contains all the TOSCA yaml files. + +The files/directories under the *Artifacts* directory further include: + +* **Informational** directory which holds all the informative artifacts supported directly by SDC. +* **Deployment** directory which holds all the deployment artifacts supported directly by SDC. +* (Optional) **VFC TOSCA ** directory for each VFC (i.e. VF Component) which holds all the artifacts for the VFC ****. + +The files/directories under each **VFC TOSCA ** sub-directory further include: + +* **Informational** directory which holds all the informative artifacts at the VFC level. +* **Deployment** directory which holds all the deployment artifacts at the VFC level. + 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. -- cgit 1.2.3-korg