From f584075fdd8fbc8bf061f75c6ac0199cbae8efc0 Mon Sep 17 00:00:00 2001 From: Lingli Deng Date: Fri, 6 Oct 2017 23:12:55 +0800 Subject: Typo correction. Issue-Id: MODELING-19 Change-Id: Id747fd60e832608e43ff391e1c1e57b143b29911 Signed-off-by: Lingli Deng --- docs/ONAP release 1 spec/csar/csar.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ONAP release 1 spec/csar/csar.rst b/docs/ONAP release 1 spec/csar/csar.rst index 0725c1e..3848e61 100644 --- a/docs/ONAP release 1 spec/csar/csar.rst +++ b/docs/ONAP release 1 spec/csar/csar.rst @@ -12,7 +12,7 @@ The files/directories under the root of CSAR include: * **MainServiceTemplate.mf** is a map representing the different parts of the CSAR structure. * **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. +* **TOSCA-Metadata** 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*. See `Artifacts supported by SDC`_. * **Definitions** is a directory which contains all the TOSCA yaml files. @@ -36,7 +36,7 @@ This section describes the CSAR generated by SDC for VNF and to be consumed by S 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. +* **TOSCA-Metadata** 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*. See `Artifacts supported by SDC`_. * **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. @@ -60,7 +60,7 @@ This section describes the CSAR generated by SDC for Network Service or End-to-E 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. +* **TOSCA-Metadata** 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*. See `Artifacts supported by SDC`_. * **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. -- cgit 1.2.3-korg