summaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default')
-rw-r--r--catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb8
-rw-r--r--catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb2
2 files changed, 5 insertions, 5 deletions
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:
-
diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb
index 0da79733bd..994241d326 100644
--- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb
+++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb
@@ -2,7 +2,7 @@ pluginsList:
- pluginId: DCAE
pluginDiscoveryUrl: <%= @dcae_discovery_url %>
pluginSourceUrl: <%= @dcae_source_url %>
- pluginStateUrl: "dcae"
+ pluginStateUrl: "dcaed"
pluginDisplayOptions:
context:
displayName: "Monitoring"