From c4c4e2869573534bbf8154ff4b5aad3a87126c33 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 11 Oct 2017 13:54:30 +0300 Subject: Merged PLAN type changes into master Merged changes regarding the PLAN artifact type from master branch into release-.1.1.0 branch Change-Id: If53f06d734ca7ba791e4c578504c890c16755ddf Issue-Id: SDC-420 Signed-off-by: Idan Amit --- .../src/main/resources/config/configuration.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'catalog-be') diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 5242652188..2ae2cccb77 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PLAN licenseTypes: - User @@ -322,6 +323,14 @@ serviceDeploymentArtifacts: - xml OTHER: acceptedTypes: + +#PLAN + PLAN: + acceptedTypes: + - xml + validForResourceTypes: + - VF + - VFC resourceDeploymentArtifacts: HEAT: @@ -439,6 +448,11 @@ resourceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInstanceDeploymentArtifacts: HEAT_ENV: @@ -476,6 +490,11 @@ resourceInstanceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInformationalArtifacts: CHEF: -- cgit 1.2.3-korg