diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-02 17:24:12 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-02 17:24:12 +0300 |
commit | af6b2d168b82ab7db7ae352e68f791d87f1d5aed (patch) | |
tree | 3a0f48b372393c786d16e6dc365a4e3760776471 /sdc-os-chef/sdc-backend | |
parent | 97a089e7ca98b5317ee9e355bdadabe41b0fea7d (diff) |
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 <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 6 |
1 files changed, 3 insertions, 3 deletions
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: |