From bd6665a88439c0c6459c32fdbe1f979b33a9068c Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Mon, 28 May 2018 15:29:26 +0300 Subject: Change dcae health uri Change dcae health uri from dcaed to dcae Change-Id: If7e01b91f750b473c30c85db345e4019f8398fba Issue-ID: SDC-1377 Signed-off-by: Areli, Fuss (af732p) --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb') 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 4ee5c70f9d..178950729c 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 @@ -573,8 +573,7 @@ dcae: protocol: http port: <%= node['DCAE']['BE'][:http_port] %> <% end -%> - - healthCheckUri: "/dcaed/healthCheck" + healthCheckUri: "/dcae/healthCheck" # #GSS IDNS switchoverDetector: @@ -714,4 +713,4 @@ excludedGroupTypesMapping: healthStatusExclude: - DE - DMAPP - - DCAE \ No newline at end of file + - DCAE -- cgit 1.2.3-korg