From 0e172cf5cec83a5f43e0e195e99c1f5dc3dea5fd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 3 Feb 2018 01:15:31 +0000 Subject: [PATCH] Set zuul status_url on scheduler not executors The Zuul web app needs to know the correct status_url to pass along to the github driver. This should be set on the scheduler server rather than on the executors. Change-Id: I3780906b12566d3e14afa1a3a368753290f25984 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 2049d61e32..7797c92caa 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1192,7 +1192,6 @@ node /^ze\d+\.openstack\.org$/ { site_variables_yaml_file => $::project_config::zuul_site_variables_yaml, require => $::project_config::config_dir, statsd_host => 'graphite.openstack.org', - status_url => 'https://zuul.openstack.org', } class { '::zuul::executor': } @@ -1294,6 +1293,7 @@ node /^zuul\d+\.openstack\.org$/ { proxy_ssl_chain_file_contents => hiera('zuul_ssl_chain_file_contents'), proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'), statsd_host => 'graphite.openstack.org', + status_url => 'https://zuul.openstack.org', } file { "/etc/zuul/github.key":