From 4c13e1a4eb09bfc1f9acc7ef7faabf34566bcd7f Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 3 Aug 2017 13:15:28 -0400 Subject: [PATCH] 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 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index cca3597..ed28b06 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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" }