From 4a311a098f1e3b4f528cd3f268d8caa5b3e05f42 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 30 Jan 2018 17:32:23 -0600 Subject: [PATCH] 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 --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 37a3dca44d..2049d61e32 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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': }