Add nodepool revision and git source repo params

Expose the nodepool revision and git source repo params to allow
downstream users more flexibility in configuring nodepool.

Change-Id: Ifa0ee3ca287df2f4c70faf5dcd8c14ccacb78232
This commit is contained in:
Ramy Asselin 2015-09-04 16:29:14 -07:00
parent b1f04a2931
commit 7ec5eef8ca

View File

@ -19,6 +19,8 @@ class openstackci::nodepool (
$mysql_root_password,
$mysql_password,
$yaml_path = '/etc/project-config/nodepool/nodepool.yaml',
$git_source_repo = 'https://git.openstack.org/openstack-infra/nodepool',
$revision = 'master',
$oscc_clouds = {},
$oscc_cache = {},
$oscc_client = {},
@ -42,6 +44,8 @@ class openstackci::nodepool (
mysql_root_password => $mysql_root_password,
mysql_password => $mysql_password,
nodepool_ssh_private_key => $nodepool_ssh_private_key,
git_source_repo => $git_source_repo,
revision => $revision,
vhost_name => $vhost_name,
statsd_host => $statsd_host,
image_log_document_root => $image_log_document_root,