Move statsd to correct zuul.conf file

This was added to zuulv3, not zuulv2.

Change-Id: Ieb36a6122f9b4c30d547326e7fcd8377857e7d78
This commit is contained in:
James E. Blair 2017-10-15 15:17:17 -07:00
parent 42065b22ee
commit 22b49ea1e5
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 %>