Add site-variable yaml file to ze01.o.o

This will store site specific variables, used by our zuulv3 jobs.

Change-Id: I37b95d93f689cc71a9fbf83ca77c85bfb2a722ae
Depends-On: I1e1d6ef7476586131334e0e34772499b808c6da9
Depends-On: I2a5d65b6f43a3866f1f10e47cb545f70397739f0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-03 14:16:45 -04:00
parent 32ba77aa39
commit e323bf97f7

View File

@ -1103,7 +1103,14 @@ node /^ze\d+\.openstack\.org$/ {
disk_limit_per_job => 500, # Megabytes
}
class { '::zuul::executor': }
class { '::project_config':
url => 'https://git.openstack.org/openstack-infra/project-config',
}
class { '::zuul::executor':
site_variable_yaml_file => $::project_config::zuul_executor_site_variables_yaml,
require => $::project_config::config_dir,
}
file { '/var/lib/zuul/ssh/nodepool_id_rsa':
owner => 'zuul',