Merge "Install ZooKeeper on slaves"

This commit is contained in:
Jenkins 2013-12-10 00:36:01 +00:00 committed by Gerrit Code Review
commit 5e097fa8d4
2 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,8 @@ class jenkins::params {
$unzip_package = 'unzip'
$xslt_package = 'libxslt'
$xvfb_package = 'xorg-x11-server-Xvfb'
# For Tooz unit tests
$zookeeper_package = 'zookeeper-server'
$cgroups_package = 'libcgroup'
if ($::operatingsystem == 'Fedora') {
$cgroups_tools_package = 'libcgroup-tools'
@ -112,6 +114,8 @@ class jenkins::params {
$unzip_package = 'unzip'
$xslt_package = 'xsltproc'
$xvfb_package = 'xvfb'
# For Tooz unit tests
$zookeeper_package = 'zookeeper'
$cgroups_package = 'cgroup-bin'
$cgroups_tools_package = ''
$cgconfig_require = [

View File

@ -61,6 +61,7 @@ class jenkins::slave(
$::jenkins::params::unzip_package,
$::jenkins::params::xslt_package, # for building openstack docs
$::jenkins::params::xvfb_package, # for selenium tests
$::jenkins::params::zookeeper_package, # for tooz unit tests
]
if ($bare == false) {