Merge "Set zuul status_url on scheduler not executors"

This commit is contained in:
Zuul 2018-02-03 16:09:00 +00:00 committed by Gerrit Code Review
commit 41e0c02d07

View File

@ -1200,7 +1200,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': }
@ -1302,6 +1301,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":