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:
James E. Blair 2011-11-11 15:36:49 -08:00
parent fa41ae0c0b
commit a30bc97460

View File

@ -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",