summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingli Deng <denglingli@chinamobile.com>2017-10-03 00:36:29 +0800
committerLingli Deng <denglingli@chinamobile.com>2017-10-03 00:50:40 +0800
commitf5e0b128707e4931d73755674fa6aac23fdc55c2 (patch)
treeedee6a1730aca511b81a6c7afe0710598fd47e7a
parentfbc78ae725bd64fceb5d6acdaaeb2ad5c6f54e59 (diff)
Adding supported artifacts Types specification.
Issue-id: MODELING-19 Change-Id: I5281e48629beb22da72d69552245d1b2036cdd48 Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
-rw-r--r--docs/ONAP release 1 spec/csar/csar.rst41
1 files changed, 40 insertions, 1 deletions
diff --git a/docs/ONAP release 1 spec/csar/csar.rst b/docs/ONAP release 1 spec/csar/csar.rst
index 61112c3..e63d0cb 100644
--- a/docs/ONAP release 1 spec/csar/csar.rst
+++ b/docs/ONAP release 1 spec/csar/csar.rst
@@ -20,4 +20,43 @@ This section describes the CSAR generated by SDC for Network Service or End-to-E
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
+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 |
++------------------------+-------------+---------------------------------+------------------+
+| HEAT_NET | Deployment | HEAT Template for network (yaml)| VF |
++------------------------+-------------+---------------------------------+------------------+
+| HEAT_ENV | Deployment |HEAT Environment artifacts (yaml)| VF |
++------------------------+-------------+---------------------------------+------------------+
+| HEAT_ARTIFACT | Deployment | Supplementary artifacts in HEAT | VF |
++------------------------+-------------+---------------------------------+------------------+
+| HEAT_NESTED | Deployment | HEAT refered by another HEAT | VF |
++------------------------+-------------+---------------------------------+------------------+
+| YANG_XML |Informational| YANG asset based XML |Service/VF/VFC |
++------------------------+-------------+---------------------------------+------------------+
+| VNF_CATALOG |Informational| YANG asset based XML |Service/VF/VFC |
++------------------------+-------------+---------------------------------+------------------+
+|MODEL_INVENTORY_PROFILE |Informational| Inventory asset (XML) |Service/VF/VFC |
++------------------------+-------------+---------------------------------+------------------+
+|MODEL_INVENTORY_PROFILE |Informational| Inventory asset named query spec|Service/VF/VFC |
++------------------------+-------------+---------------------------------+------------------+
+| VF_LICENSE |Informational| VF License artifact | VF |
++------------------------+-------------+---------------------------------+------------------+
+| VENDOR_LICENSE |Informational| Vendor License artifact | VF |
++------------------------+-------------+---------------------------------+------------------+
+| APPC_CONFIG |Informational| Configuration artifact for APP-C| VF |
++------------------------+-------------+---------------------------------+------------------+
+| VF_MODULES_METADATA |Informational| JSON artifact for VF Modules |Component instance|
++------------------------+-------------+---------------------------------+------------------+
+| 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. | |
++------------------------+-------------+---------------------------------+------------------+