Support Ubuntu 12.10 for Jenkins slaves.
* manifests/site.pp: Added a quantal node group identical to the precise one except with the match regex and cert name changed. Change-Id: Ib2e5a9bb3cfdd62622d1f99e825f9ff3ae15b2af Reviewed-on: https://review.openstack.org/20532 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
66496944bd
commit
5d4a4fdeba
@ -230,7 +230,30 @@ node 'pypi.slave.openstack.org' {
|
||||
}
|
||||
}
|
||||
|
||||
# Rollout cgroups to precise slaves.
|
||||
node /^quantal.*\.slave\.openstack\.org$/ {
|
||||
include jenkins::cgroups
|
||||
include openstack_project::puppet_cron
|
||||
include ulimit
|
||||
class { 'openstack_project::slave':
|
||||
certname => 'quantal.slave.openstack.org',
|
||||
sysadmins => hiera('sysadmins'),
|
||||
}
|
||||
class { 'openstack_project::glancetest':
|
||||
s3_store_access_key => hiera('s3_store_access_key'),
|
||||
s3_store_secret_key => hiera('s3_store_secret_key'),
|
||||
s3_store_bucket => hiera('s3_store_bucket'),
|
||||
swift_store_user => hiera('swift_store_user'),
|
||||
swift_store_key => hiera('swift_store_key'),
|
||||
swift_store_container => hiera('swift_store_container'),
|
||||
}
|
||||
ulimit::conf { 'limit_jenkins_procs':
|
||||
limit_domain => 'jenkins',
|
||||
limit_type => 'hard',
|
||||
limit_item => 'nproc',
|
||||
limit_value => '256'
|
||||
}
|
||||
}
|
||||
|
||||
node /^precise.*\.slave\.openstack\.org$/ {
|
||||
include jenkins::cgroups
|
||||
include openstack_project::puppet_cron
|
||||
|
Loading…
x
Reference in New Issue
Block a user