diff options
author | Liang Ding <liang.ding@intel.com> | 2019-01-29 00:00:54 -0800 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-03-06 16:18:32 +0000 |
commit | afbcb0f07ac310ffd17fe3ba5b42c6ff670fc3b9 (patch) | |
tree | bfdc35edc40c4fc41158213ce2af35632a8f2942 /asdctool/src/main/resources/config | |
parent | db91542f3b768260cdf535e05a3976271a70de23 (diff) |
add cloud specific type
Change-Id: I9fed3476405ff8fd13b8980e65eef76bfa48187b
Issue-ID: SDC-2041
Signed-off-by: Liang Ding <liang.ding@intel.com>
Diffstat (limited to 'asdctool/src/main/resources/config')
-rw-r--r-- | asdctool/src/main/resources/config/configuration.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/asdctool/src/main/resources/config/configuration.yaml b/asdctool/src/main/resources/config/configuration.yaml index bf7ae524e0..3b58372f37 100644 --- a/asdctool/src/main/resources/config/configuration.yaml +++ b/asdctool/src/main/resources/config/configuration.yaml @@ -366,6 +366,10 @@ resourceDeploymentArtifacts: HEAT_ARTIFACT: acceptedTypes: validForResourceTypes: *allResourceTypes + CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT: + acceptedTypes: + - zip + validForResourceTypes: *allResourceTypes YANG_XML: acceptedTypes: - xml @@ -636,4 +640,4 @@ genericAssetNodeTypes: CVFC: org.openecomp.resource.abstract.nodes.VFC VF : org.openecomp.resource.abstract.nodes.VF PNF: org.openecomp.resource.abstract.nodes.PNF - Service: org.openecomp.resource.abstract.nodes.service
\ No newline at end of file + Service: org.openecomp.resource.abstract.nodes.service |