From 821ddb419fb27d73bd00ef802a9c0fd1bf824bd6 Mon Sep 17 00:00:00 2001 From: agileone Date: Mon, 15 Apr 2019 13:06:45 -0700 Subject: Adds a new artifact for controller blueprint Defines CONTROLLER_BLUEPRINT_ARCHIVE artifact type for PNF and VF. Issue-ID: SDC-2139 Change-Id: Ib28bb25a6751b053ffe50323bb7c16576bc181f4 Signed-off-by: agileone --- catalog-be/src/main/resources/config/configuration.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'catalog-be/src') diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 01275dbd2a..1d9a51e6b3 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -154,6 +154,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - CONTROLLER_BLUEPRINT_ARCHIVE licenseTypes: - User @@ -176,6 +177,11 @@ resourceTypes: &allResourceTypes # - VF # - VL deploymentResourceArtifacts: + cdsBlueprint: + displayName: "CDS Blueprint" + type: CONTROLLER_BLUEPRINT_ARCHIVE + description: "CDS deployment artifact" + fileExtension: "zip" # heat: # displayName: "Base HEAT Template" # type: HEAT @@ -317,6 +323,9 @@ systemMonitoring: defaultHeatArtifactTimeoutMinutes: 60 serviceDeploymentArtifacts: + CONTROLLER_BLUEPRINT_ARCHIVE: + acceptedTypes: + - zip YANG_XML: acceptedTypes: - xml @@ -514,6 +523,13 @@ resourceDeploymentArtifacts: validForResourceTypes: - VF - PNF + CONTROLLER_BLUEPRINT_ARCHIVE: + acceptedTypes: + - zip + validForResourceTypes: + - VF + - PNF + resourceInstanceDeploymentArtifacts: HEAT_ENV: -- cgit 1.2.3-korg