From e5b8482c4d2ceddf559da26e532fdbb95a593dc1 Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Thu, 19 Aug 2021 11:17:36 +0100 Subject: Load model default imports during CSAR Generation Issue-ID: SDC-3674 Signed-off-by: KrupaNagabhushan Change-Id: I89dc555a2a90f1ac44b44655e36a75a79ac38bd0 --- .../sdc-catalog-be/files/default/error-configuration.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be') 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" + } + -- cgit 1.2.3-korg