Merge "Put quotes around parameters on analytics.conf" into stable/ocata

This commit is contained in:
Jenkins 2017-02-22 12:26:09 +00:00 committed by Gerrit Code Review
commit 5c745981b7
1 changed files with 6 additions and 6 deletions

View File

@ -13,12 +13,12 @@
insights.jarvis.enabled : <%= @jarvis_enabled %>
insights.jarvis.rest_api.uri : "<%= @mem_login_host %>"
insights.endpoint.auth.ssl.enabled : <% if !@insights_ssl %>false<% else %><%= @insights_ssl %><% end %>
<% if @ssl_source_type %>insights.endpoint.auth.ssl.source : <%= @ssl_source_type %><% end %>
<% if @ssl_keystore_path %>insights.endpoint.auth.ssl.keystore_path : <%= @ssl_keystore_path %><% end %>
<% if @ssl_keystore_pwd %>insights.endpoint.auth.ssl.keystore_password : <%= @ssl_keystore_pwd %><% end %>
<% if @ssl_cert_path %>insights.endpoint.ssl.certificate_path : <%= @ssl_cert_path %><% end %>
<% if @ssl_privkey_path %>insights.endpoint.ssl.privatekey_path : <%= @ssl_privkey_path %><% end %>
<% if @ssl_privkey_pwd %>insights.endpoint.ssl.privatekey_password : <%= @ssl_privkey_pwd %><% end %>
<% if @ssl_source_type %>insights.endpoint.auth.ssl.source : "<%= @ssl_source_type %>"<% end %>
<% if @ssl_keystore_path %>insights.endpoint.auth.ssl.keystore_path : "<%= @ssl_keystore_path %>"<% end %>
<% if @ssl_keystore_pwd %>insights.endpoint.auth.ssl.keystore_password : "<%= @ssl_keystore_pwd %>"<% end %>
<% if @ssl_cert_path %>insights.endpoint.ssl.certificate_path : "<%= @ssl_cert_path %>"<% end %>
<% if @ssl_privkey_path %>insights.endpoint.ssl.privatekey_path : "<%= @ssl_privkey_path %>"<% end %>
<% if @ssl_privkey_pwd %>insights.endpoint.ssl.privatekey_password : "<%= @ssl_privkey_pwd %>"<% end %>
<% else %>
clio.enabled : true