Add site_variables_yaml_file to ze01.o.o

This now properly adds site_variables_yaml_file to the ::zuul class.

Change-Id: I4b78ee9140a715da137215f678bc0d8ad8229836
Depends-On: I734f2c338ceab2b1da2a3245423cb912b7dd8c00
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-03 21:05:14 -04:00
parent 8e9f609312
commit 20f9c99837

View File

@ -1081,6 +1081,10 @@ node /^ze\d+\.openstack\.org$/ {
sysadmins => hiera('sysadmins', []),
}
class { '::project_config':
url => 'https://git.openstack.org/openstack-infra/project-config',
}
# NOTE(pabelanger): We call ::zuul directly, so we can override all in one
# settings.
class { '::zuul':
@ -1101,6 +1105,8 @@ node /^ze\d+\.openstack\.org$/ {
gearman_ssl_ca => hiera('gearman_ssl_ca'),
trusted_ro_paths => ['/var/lib/zuul/ssh'],
disk_limit_per_job => 500, # Megabytes
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
require => $::project_config::config_dir,
}
class { '::zuul::executor': }