Add nodepool.yaml to the layout

It should have been done when nodepool.yaml moved into proejct-config
in I473a1b78acdb035eb379394a7ed5f771434dc942.
Once added, openstackci::nodepool can use it instead of hard coding
the location.

Needed-By: I0cb03ba0256fac5d789941cc16f8f8ade75a3c33
Change-Id: I9aeac79b7039c1e3c2db93b52587ec948a7fbf91
This commit is contained in:
Mikhail S Medvedev 2016-02-05 17:35:32 -06:00
parent a24c52d437
commit 3ffa3d00d4
1 changed files with 1 additions and 0 deletions

View File

@ -51,5 +51,6 @@ class project_config(
$jenkins_scripts_dir = "/etc/project-config/${base}jenkins/scripts"
$nodepool_scripts_dir = "/etc/project-config/${base}nodepool/scripts"
$nodepool_elements_dir = "/etc/project-config/${base}nodepool/elements"
$nodepool_config_file = "/etc/project-config/${base}nodepool/nodepool.yaml"
$zuul_layout_dir = "/etc/project-config/${base}zuul"
}