Merge "Move statsd to correct zuul.conf file"

This commit is contained in:
Zuul 2017-10-15 23:09:56 +00:00 committed by Gerrit Code Review
commit 3fb2f3c381
2 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,6 @@ check_job_registration=<%= @gearman_check_job_registration %>
start=<%= @internal_gearman %>
log_config=/etc/zuul/gearman-logging.conf
<% if @statsd_host != "" %>
[statsd]
server=<%= @statsd_host %>
<% end %>
<% if @gerrit_server != "" -%>
[gerrit]
server=<%= @gerrit_server %>

View File

@ -38,6 +38,11 @@ hosts=<%= @zookeeper_hosts %>
session_timeout=<%= @zookeeper_session_timeout %>
<% end -%>
<% if @statsd_host != "" %>
[statsd]
server=<%= @statsd_host %>
<% end %>
[merger]
git_dir=/var/lib/zuul/git
zuul_url=<%= @zuul_url %>