From af6b2d168b82ab7db7ae352e68f791d87f1d5aed Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Mon, 2 Oct 2017 17:24:12 +0300 Subject: Add PLAN artifact type to configuration Added the PLAN artifact type to the configuration and to the enum Change-Id: I6e7e38da9b9c99c5229a2d1e54b69f35f62b7bfc Issue-Id: SDC-420 Signed-off-by: Idan Amit --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sdc-os-chef') diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 36e53fdd64..2217fa9346 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -304,7 +304,7 @@ serviceDeploymentArtifacts: - xml OTHER: acceptedTypes: - + #PLAN PLAN: acceptedTypes: @@ -426,7 +426,7 @@ resourceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes - + #PLAN PLAN: acceptedTypes: @@ -468,7 +468,7 @@ resourceInstanceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes - + #PLAN PLAN: acceptedTypes: -- cgit