diff options
Diffstat (limited to 'docs/ONAP release 1 spec/csar/csar.rst')
-rw-r--r-- | docs/ONAP release 1 spec/csar/csar.rst | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/ONAP release 1 spec/csar/csar.rst b/docs/ONAP release 1 spec/csar/csar.rst index 74fcfd2..ee36aef 100644 --- a/docs/ONAP release 1 spec/csar/csar.rst +++ b/docs/ONAP release 1 spec/csar/csar.rst @@ -18,7 +18,7 @@ The files/directories under the root of CSAR include: * **MainServiceTemplate.yaml** is a copy of the main service template located under Definitions directory. * **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*). It should be noted that images are not supported in ONAP Amsterdam as artifacts in CSAR. And 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*. -* **Definitions** is a directory which contains all the TOSCA yaml files. +* **Definitions** is a directory which contains all the TOSCA YAML files. The files/directories under the *Artifacts* directory further include: @@ -34,7 +34,7 @@ The files/directories under each **VFC TOSCA <name>** sub-directory further incl 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. +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. |image1| @@ -71,7 +71,7 @@ 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 <name>** 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. +* **Definitions** is a directory which contains all the TOSCA YAML files. The files/directories under the *Artifacts* directory further include: @@ -89,16 +89,16 @@ 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. -+------------------------+-------------+---------------------------------+------------------+ -| Type | Category | Description |Component Types | -+========================+=============+=================================+==================+ -| HEAT | Deployment | HEAT Base Template (yaml) | VF | +------------------------+-------------+---------------------------------+------------------+ -| HEAT_VOL | Deployment | HEAT Template for volumes (yaml)| VF | +| Type | Category | Description |Component Types | ++========================+=============+=================================+==================+ +| HEAT | Deployment | HEAT Base Template (YAML) | VF | ++------------------------+-------------+---------------------------------+------------------+ +| HEAT_VOL | Deployment | HEAT Template for volumes (YAML)| VF | +------------------------+-------------+---------------------------------+------------------+ -| HEAT_NET | Deployment | HEAT Template for network (yaml)| VF | +| HEAT_NET | Deployment | HEAT Template for network (YAML)| VF | +------------------------+-------------+---------------------------------+------------------+ -| HEAT_ENV | Deployment |HEAT Environment artifacts (yaml)| VF | +| HEAT_ENV | Deployment |HEAT Environment artifacts (YAML)| VF | +------------------------+-------------+---------------------------------+------------------+ | HEAT_ARTIFACT | Deployment | Supplementary artifacts in HEAT | VF | +------------------------+-------------+---------------------------------+------------------+ @@ -116,17 +116,17 @@ Artifacts at the root directory or unrecognized folder(s) will be classified as +------------------------+-------------+---------------------------------+------------------+ | VENDOR_LICENSE |Informational| Vendor License artifact | VF | +------------------------+-------------+---------------------------------+------------------+ -| APPC_CONFIG |Informational| Configuration artifact for APP-C| VF | -+------------------------+-------------+---------------------------------+------------------+ +| APPC_CONFIG |Informational| Configuration artifact for APPC | VF | ++------------------------+-------------+---------------------------------+------------------+ | VF_MODULES_METADATA |Informational| JSON artifact for VF Modules |Component instance| +------------------------+-------------+---------------------------------+------------------+ -| DCAE_TOSCA |Deployment | DCAE TOSCA Template (yaml) | VF/VFCMT | +| DCAE_TOSCA |Deployment | DCAE TOSCA Template (YAML) | VF/VFCMT | +------------------------+-------------+---------------------------------+------------------+ | DCAE_JSON |Deployment | JSON for DCAE component/template| VF/VFCMT | +------------------------+-------------+---------------------------------+------------------+ | Other | | Artifacts at the Root or other | Service/VF/VFC | | | | unrecognized folders. | | -+------------------------+-------------+---------------------------------+------------------+ ++------------------------+-------------+---------------------------------+------------------+ .. |image0| image:: csar-sdc-input.JPG |