diff options
author | ojasdubey <ojas.dubey@amdocs.com> | 2018-10-17 15:10:48 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-10-21 07:25:04 +0000 |
commit | 5cc93c4c9e4750a4630afa6f4509438ca4925f51 (patch) | |
tree | cdd1c6b89b3a2e39a52be6e391e03fb5723c773a /catalog-be/sdc-backend/chef-repo/cookbooks | |
parent | c4e49e8e97cff5a051415448650d80ecd3207c10 (diff) |
Bugfix - VF workflow artifacts in service csar
1. Added implementation for packing VF workflow
artifacts to service csar
2. Updated the paths of workflow artifacts in
VF csar as agreed
3. Updated the implementation to pack the artifact
only once based on the artifact name
Change-Id: I7ab22153e5a4877e6b727e0eb28831ac4e60894f
Issue-ID: SDC-1845
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
Diffstat (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks')
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 6 |
1 files changed, 6 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 c7710c503e..4c0207c2c6 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 @@ -319,6 +319,9 @@ serviceDeploymentArtifacts: PLAN: acceptedTypes: - xml + WORKFLOW: + acceptedTypes: + resourceDeploymentArtifacts: HEAT: @@ -444,6 +447,9 @@ resourceDeploymentArtifacts: validForResourceTypes: - VF - VFC + WORKFLOW: + acceptedTypes: + validForResourceTypes: *allResourceTypes resourceInstanceDeploymentArtifacts: HEAT_ENV: |