Create on boarding docker
[sdc.git] / test-apis-ci / sdc-api-tests / chef-repo / cookbooks / sdc-api-tests / templates / default / sdc-sanity.yaml.erb
index 8dde3cd..3684b38 100644 (file)
@@ -6,6 +6,14 @@ catalogFeHost:  <%= @webportal_ip %>
 catalogFePort:  <%= @webportal_port %>
 catalogBeHost:  <%= @catalogBE_ip %>
 catalogBePort:  <%= @catalogBE_port %>
+onboardingBeHost:  <%= node['ONBOARDING_BE_VIP'] %>
+<% if node[:disableHttp] -%>
+sdcHttpMethod: https
+onboardingBePort:  <%= node['ONBOARDING_BE'][:https_port] %>
+<% else %>
+sdcHttpMethod: http
+onboardingBePort:  <%= node['ONBOARDING_BE'][:http_port] %>
+<% end -%>
 disributionClientPort: 8181
 esPort: 9200
 
@@ -30,13 +38,6 @@ cassandraTruststorePassword : Aa123456
 cassandraAuditKeySpace: sdcAudit
 cassandraArtifactKeySpace: sdcArtifact
 
-# catalog backend protocol
-<% if node[:disableHttp] -%>
-sdcHttpMethod: https
-<% else %>
-sdcHttpMethod: http
-<% end -%>
-
 localDataCenter: DC-Automate01
 
 stopOnClassFailure: false