Add statsd_host to zuulv3.o.o, zuul-mergers and zuul-executors

If we want to send stats to graphite.o.o, we need to properly
configure it.

Change-Id: I7d19cec397e9f8aa83a07a887f29dc3f1e0bb8a2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-10-15 20:40:26 -04:00
parent f5358e9cfa
commit 902a10734a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1201,6 +1201,7 @@ node /^ze\d+\.openstack\.org$/ {
disk_limit_per_job => 5000, # Megabytes
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
require => $::project_config::config_dir,
statsd_host => 'graphite.openstack.org',
}
class { '::zuul::executor': }
@ -1341,6 +1342,7 @@ node 'zuulv3.openstack.org' {
gearman_ssl_ca => hiera('gearman_ssl_ca'),
proxy_ssl_cert_file_contents => hiera('zuul_ssl_cert_file_contents'),
proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'),
statsd_host => 'graphite.openstack.org',
}
file { "/etc/zuul/github.key":
@ -1509,6 +1511,7 @@ node /^zm0[5678].openstack\.org$/ {
gearman_client_ssl_cert => hiera('gearman_client_ssl_cert'),
gearman_client_ssl_key => hiera('gearman_client_ssl_key'),
gearman_ssl_ca => hiera('gearman_ssl_ca'),
statsd_host => 'graphite.openstack.org',
}
class { 'openstack_project::zuul_merger':