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
This commit is contained in:
Jeremy Stanley 2018-02-03 01:15:31 +00:00
parent a21fde83ca
commit 0e172cf5ce

View File

@ -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":