Install apache-libcloud on jenkins slaves.
Temporarily from pip because we need the latest version that supports rs cloud dns. Change-Id: Ic173426e5e37c3f5129a6fc51f8691ee354c5072
This commit is contained in:
parent
fa41ae0c0b
commit
a30bc97460
@ -69,6 +69,12 @@ class jenkins_slave {
|
||||
require => Apt::Ppa["ppa:openstack-ci/build-depends"],
|
||||
}
|
||||
|
||||
package { "apache-libcloud":
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Package[python-pip]
|
||||
}
|
||||
|
||||
cron { "updateci":
|
||||
user => jenkins,
|
||||
minute => "*/15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user