From 332a0bd8fdb00136efddfb311b9ac1e256d82027 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Tue, 1 May 2018 12:11:06 +0300 Subject: Update DCAE BE and FE configuration Update DCAE BE and FE configuration Change-Id: I6214abfddc1e7916750553881f6a51775c102324 Issue-ID: SDC-1282 Signed-off-by: Areli, Fuss (af732p) --- .../sdc-catalog-fe/templates/default/FE-configuration.yaml.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb') diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb index b4368709c4..d14a73a526 100644 --- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb +++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb @@ -51,15 +51,15 @@ onboarding: <% end -%> dcae: - host: <%= @fe_host_ip %> + host: <%= @dcae_fe_vip %> <% if node[:disableHttp] -%> protocol: https - port: <%= node['FE'][:https_port] %> + port: <%= node['DCAE']['FE'][:https_port] %> <% else %> protocol: http - port: <%= node['FE'][:http_port] %> + port: <%= node['DCAE']['FE'][:http_port] %> <% end -%> - healthCheckUri: "/dcae/healthCheck" + healthCheckUri: "/dcaed/healthCheck" identificationHeaderFields: - -- cgit 1.2.3-korg