Create $zuul_executor_site_variables_yaml variable

This creates a new entry point in project-config for zuul-executor
site-variable.yaml file.

Change-Id: I1e1d6ef7476586131334e0e34772499b808c6da9
Depends-On: I9f495e1568efcbcb74260579ca26ef040eecd748
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-03 13:15:28 -04:00
parent f5d1ebfdc9
commit 4c13e1a4eb
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@ class project_config(
$nodepool_config_file = "/etc/project-config/${base}nodepool/nodepool.yaml"
$nodepool_config_file_zuulv3 = "/etc/project-config/${base}nodepool/nodepoolv3.yaml"
$zuul_layout_dir = "/etc/project-config/${base}zuul"
$zuul_site_variables_yaml = "/etc/project-config/${base}zuul/site-variables.yaml"
}