From f5e0b128707e4931d73755674fa6aac23fdc55c2 Mon Sep 17 00:00:00 2001 From: Lingli Deng Date: Tue, 3 Oct 2017 00:36:29 +0800 Subject: Adding supported artifacts Types specification. Issue-id: MODELING-19 Change-Id: I5281e48629beb22da72d69552245d1b2036cdd48 Signed-off-by: Lingli Deng --- docs/ONAP release 1 spec/csar/csar.rst | 41 +++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'docs') 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. | | ++------------------------+-------------+---------------------------------+------------------+ -- cgit 1.2.3-korg