Add zuul git_source_repo parameter

Downstream puppet users may want to use their own
fork of zuul.

Change-Id: Ie08022cc484c449d352ac889fc9de3a191df4972
This commit is contained in:
Ramy Asselin 2015-09-04 16:33:05 -07:00
parent b1f04a2931
commit d26d8b8bd5

View File

@ -28,6 +28,7 @@ class openstackci::zuul_merger(
$git_name = 'Zuul',
$manage_common_zuul = true,
$revision = 'master',
$git_source_repo = 'https://git.openstack.org/openstack-infra/zuul',
) {
if $manage_common_zuul {
@ -41,6 +42,7 @@ class openstackci::zuul_merger(
git_email => $git_email,
git_name => $git_name,
revision => $revision,
git_source_repo => $git_source_repo,
}
}