Merge "Set zuul status_url on scheduler not executors"
This commit is contained in:
commit
41e0c02d07
@ -1200,7 +1200,6 @@ node /^ze\d+\.openstack\.org$/ {
|
|||||||
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
|
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
|
||||||
require => $::project_config::config_dir,
|
require => $::project_config::config_dir,
|
||||||
statsd_host => 'graphite.openstack.org',
|
statsd_host => 'graphite.openstack.org',
|
||||||
status_url => 'https://zuul.openstack.org',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class { '::zuul::executor': }
|
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_chain_file_contents => hiera('zuul_ssl_chain_file_contents'),
|
||||||
proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'),
|
proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'),
|
||||||
statsd_host => 'graphite.openstack.org',
|
statsd_host => 'graphite.openstack.org',
|
||||||
|
status_url => 'https://zuul.openstack.org',
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/zuul/github.key":
|
file { "/etc/zuul/github.key":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user