aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/config
diff options
context:
space:
mode:
authorSithara Nambiar <sitharav.aredath@huawei.com>2020-08-16 22:28:48 +0530
committerSithara Nambiar <sitharav.aredath@huawei.com>2020-08-16 22:28:48 +0530
commite493d4ff662d6f7bf0c7adbc58c356beb2fe2dce (patch)
tree4f5a0e5b6a6b9825846e9dde3d4e49102b27254b /catalog-be/src/main/resources/config
parent5195fbbaa1f925242e9ee9525489b2eb98d01025 (diff)
SDC changes for adding helm
Issue-ID: REQ-341 Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com> Change-Id: I4721f6e8e2690dc5f7c10bb7b1b2f53ec5f318c7
Diffstat (limited to 'catalog-be/src/main/resources/config')
-rw-r--r--catalog-be/src/main/resources/config/configuration.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml
index 3e34e2176f..ab89d8f158 100644
--- a/catalog-be/src/main/resources/config/configuration.yaml
+++ b/catalog-be/src/main/resources/config/configuration.yaml
@@ -301,6 +301,9 @@ serviceDeploymentArtifacts:
CONTROLLER_BLUEPRINT_ARCHIVE:
acceptedTypes:
- zip
+ HELM:
+ acceptedTypes:
+ - tgz
YANG_XML:
acceptedTypes:
- xml
@@ -498,6 +501,10 @@ resourceDeploymentArtifacts:
validForResourceTypes:
- VF
- PNF
+ HELM:
+ acceptedTypes:
+ - tgz
+ validForResourceTypes: *allResourceTypes
CONTROLLER_BLUEPRINT_ARCHIVE:
acceptedTypes:
- zip