Create on boarding docker
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / FE-onboarding-configuration.yaml.erb
index 71ed876..beb774b 100644 (file)
@@ -1,9 +1,9 @@
 notifications:
     pollingIntervalMsec: 2000
     selectionSize: 100
-    beHost: <%= @catalog_ip %>
+    beHost: <%= node['ONBOARDING_BE_VIP'] %>
     <% if node[:disableHttp] -%>
-    beHttpPort: <%= node['BE'][:https_port] %> 
+    beHttpPort: <%= node['ONBOARDING_BE'][:https_port] %>
     <% else %>
-    beHttpPort: <%= node['BE'][:http_port] %> 
+    beHttpPort: <%= node['ONBOARDING_BE'][:http_port] %>
     <% end -%>
\ No newline at end of file