Added dtest and unittest2 and keystone ppa.
Change-Id: Ib9d86e0502b57c588387d189b82f3c483399864e
This commit is contained in:
parent
20c7beedcd
commit
ccedc02ff3
@ -129,6 +129,9 @@ node /^glance(-\d+)?\.slave\.openstack\.org$/ {
|
||||
node /^keystone(-\d+)?\.slave\.openstack\.org$/ {
|
||||
include openstack_jenkins_slave
|
||||
|
||||
apt::ppa { "ppa:keystone-core/trunk":
|
||||
ensure => present
|
||||
}
|
||||
apt::ppa { "ppa:nova-core/trunk":
|
||||
ensure => present
|
||||
}
|
||||
@ -144,11 +147,14 @@ node /^keystone(-\d+)?\.slave\.openstack\.org$/ {
|
||||
"python-sqlalchemy",
|
||||
"python-webob",
|
||||
"python-nova",
|
||||
"python-unittest2",
|
||||
"python-dtest",
|
||||
"python-swift"]
|
||||
|
||||
package { $slave_packages:
|
||||
ensure => "latest",
|
||||
require => [Apt::Ppa["ppa:nova-core/trunk"],
|
||||
require => [Apt::Ppa["ppa:keystone-core/trunk"],
|
||||
Apt::Ppa["ppa:nova-core/trunk"],
|
||||
Apt::Ppa["ppa:swift-core/trunk"]]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user