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

This isn't actually correct, we'll need to add it into ::zuul manifest
to access zuul.conf file.

This reverts commit e323bf97f7672bbe324743c9b255ccf02f56fc3c.

Change-Id: I7983ff9cfaea1ee6d3b099824b5f31df98ce72a5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-03 21:01:44 -04:00
parent e323bf97f7
commit 8e9f609312

View File

@ -1103,14 +1103,7 @@ node /^ze\d+\.openstack\.org$/ {
disk_limit_per_job => 500, # Megabytes
}
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,
}
class { '::zuul::executor': }
file { '/var/lib/zuul/ssh/nodepool_id_rsa':
owner => 'zuul',