summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingli Deng <denglingli@chinamobile.com>2017-10-06 23:12:55 +0800
committerLingli Deng <denglingli@chinamobile.com>2017-10-06 23:13:02 +0800
commitf584075fdd8fbc8bf061f75c6ac0199cbae8efc0 (patch)
tree8615005c1d52e4b8ea81d260305548a2e6a585bb
parent10c5c1cfe63947daee3258dd2bd4dc161469c119 (diff)
Typo correction.
Issue-Id: MODELING-19 Change-Id: Id747fd60e832608e43ff391e1c1e57b143b29911 Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
-rw-r--r--docs/ONAP release 1 spec/csar/csar.rst6
1 files 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 <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.
@@ -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 <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.