From 8ddc6c9609581167a35404289e5015097346fea9 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 21 Apr 2020 18:08:10 +0100 Subject: Update WORKFLOW Artifact Type configuration To add an operation with an existing Workflow in a RESOURCE, the Artifact Type WORKFLOW needs to support the extension "bpmn" and the component type "RESOURCE". Change-Id: Ic7eb9afe3ced0348f7aadcc43edf121a0bdcf015 Issue-ID: SDC-2954 Signed-off-by: andre.schmid --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 149adf214c..6337973bba 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -219,6 +219,7 @@ artifacts: - DEPLOYMENT componentTypes: - SERVICE + - RESOURCE resourceTypes: - VFC - CP @@ -231,6 +232,7 @@ artifacts: - PNF acceptedTypes: - xml + - bpmn - type: HEAT categories: - DEPLOYMENT -- cgit 1.2.3-korg