From 902a10734a3746fe3cde6f48ec46163ce3bd4afc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sun, 15 Oct 2017 20:40:26 -0400 Subject: [PATCH] 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 --- manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index cd5063f56e..7abc361219 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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':