Install python libraries from deb packages

Change-Id: Ice855627fa2d0258379f25728ef9f0fbdb004678
This commit is contained in:
Volodymyr Kornylyuk 2016-10-13 11:41:59 +03:00
parent 8ba379950f
commit b3b60192de
2 changed files with 5 additions and 14 deletions

View File

@ -48,22 +48,11 @@ $packages = {
ensure => 'absent',
require => Service['ceilometer-collector'],
},
'python-pip' => {
'python-influxdb' => {
ensure => 'present',
},
'influxdb' => {
'python-elasticsearch' => {
ensure => 'present',
provider => 'pip',
require => Package['python-pip'],
# Not sure at a momment
notify => Service['ceilometer-service']
},
'elasticsearch' => {
ensure => 'present',
provider => 'pip',
require => Package['python-pip'],
# Not sure at a momment
notify => Service['ceilometer-service']
},
}

View File

@ -15,7 +15,9 @@ download_packages \
$REPO_URL/libr/librdkafka/librdkafka1_0.9.1-1~ub14.04%2bmos1_amd64.deb \
$REPO_URL/l/lua-sandbox/libluasandbox1_1.0.3-5~ub14.04%2bmos1_amd64.deb \
$REPO_URL/l/lua-sandbox/libluasandbox-dev_1.0.3-5~ub14.04%2bmos1_amd64.deb \
$REPO_URL/l/lua-sandbox-extensions/lua-sandbox-extensions_0.0~git20160812.98065e76-1~ub14.04%2bmos3_amd64.deb
$REPO_URL/l/lua-sandbox-extensions/lua-sandbox-extensions_0.0~git20160812.98065e76-1~ub14.04%2bmos3_amd64.deb \
$REPO_URL/p/python-elasticsearch/python-elasticsearch_1.6.0-1~u14.04%2bmos1_all.deb \
http://archive.ubuntu.com/ubuntu/pool/universe/i/influxdb-python/python-influxdb_3.0.0-1_all.deb
# Oslo messaging