diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-04-21 18:08:10 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-26 11:35:04 +0000 |
commit | 8ddc6c9609581167a35404289e5015097346fea9 (patch) | |
tree | d86043d0820691e3ae76decf1eef15c173b2d772 | |
parent | c9e4d0ec9f9d3ac9f420c12573964e511baf8831 (diff) |
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 <andre.schmid@est.tech>
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |