diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2021-08-19 11:17:36 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-08-23 14:32:23 +0000 |
commit | e5b8482c4d2ceddf559da26e532fdbb95a593dc1 (patch) | |
tree | 9f5c07e281573e40a85fc7f5e3fbbfeedbb35aeb /catalog-be/src/main/docker/backend | |
parent | f16cc47e14f2c657f1caae59fa614ee8e21b96cd (diff) |
Load model default imports during CSAR Generation
Issue-ID: SDC-3674
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I89dc555a2a90f1ac44b44655e36a75a79ac38bd0
Diffstat (limited to 'catalog-be/src/main/docker/backend')
-rw-r--r-- | catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml index cbbd5eeef6..8f5b2b6355 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml @@ -2545,3 +2545,10 @@ errors: messageId: "SVC4153" } + #-----------SVC4154--------------------------- + CSAR_TOSCA_IMPORTS_ERROR: { + code: 500, + message: "Error: An error has occurred while including the default TOSCA imports in the CSAR", + messageId: "SVC4154" + } + |