Set status_url for zuul

This defaults to http://$fqdn - which for us isn't quite what we want.
The fqdn is zuul01.openstack.org - but the status page should use the
cname at zuul.openstack.org.

Change-Id: Iac5abbbc4b9469b1b7950fbd4cbc45ff96d64e62
This commit is contained in:
Monty Taylor 2018-01-30 17:32:23 -06:00
parent 231acc0e54
commit 4a311a098f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1192,6 +1192,7 @@ 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': }