From a9d0bcd206b7a677b82e5e9b497a8b52b38e3a43 Mon Sep 17 00:00:00 2001 From: imamSidero Date: Thu, 21 Jul 2022 17:17:38 +0100 Subject: Enabled configuration of instance name The given name for the instance dragged and dropped is changed to _ Signed-off-by: Imam hussain Issue-ID: SDC-4109 Change-Id: Ibce6f911480841df496f0e7bb17a6d7cd533e803 --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'catalog-be/src/main/docker/backend') diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index b0cb7ddec5..d1f3bd2c60 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -1289,3 +1289,5 @@ externalCsarStore: secretKey: "password" tempPath: "/home/onap/temp/" uploadPartSize: 200000000 +#This configuration specifies the delimiter used to differentiate instance name and count +componentInstanceCounterDelimiter: " " -- cgit 1.2.3-korg