Merge "Add swig packages"

This commit is contained in:
Jenkins 2015-06-10 14:47:39 +00:00 committed by Gerrit Code Review
commit 617d36bb5f
2 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class openstack_project::jenkins_params {
} }
$uuid_dev = "uuid-devel" $uuid_dev = "uuid-devel"
$swig = "swig"
} }
'Debian': { 'Debian': {
# packages needed by slaves # packages needed by slaves
@ -172,6 +173,7 @@ class openstack_project::jenkins_params {
] ]
$uuid_dev = "uuid-dev" $uuid_dev = "uuid-dev"
$swig = "swig"
} }
default: { default: {
fail("Unsupported osfamily: ${::osfamily} The 'jenkins' module only supports osfamily Debian or RedHat (slaves only).") fail("Unsupported osfamily: ${::osfamily} The 'jenkins' module only supports osfamily Debian or RedHat (slaves only).")

View File

@ -52,6 +52,7 @@ class openstack_project::thick_slave(
$::openstack_project::jenkins_params::php5_cli_package, # for community portal build $::openstack_project::jenkins_params::php5_cli_package, # for community portal build
$::openstack_project::jenkins_params::uuid_dev, # for oslo.messaging pyngus/proton $::openstack_project::jenkins_params::uuid_dev, # for oslo.messaging pyngus/proton
$::openstack_project::jenkins_params::swig, # for oslo.messaging pyngus/proton
] ]
package { $packages: package { $packages: