Install python3-zmq on logstash.o.o.

* modules/openstack_project/manifests/logstash.pp: The log-pusher.py
script which feeds jenkins logs into logstash depends on pyzmq for
python3. Install python3-zmq through apt to satisfy this dependency.

Change-Id: Ibd7cec25b865ce93fd8f5ff0c482af2982c68ce8
Reviewed-on: https://review.openstack.org/26406
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-04-08 14:59:32 -07:00 committed by Jenkins
parent 0c4311c054
commit 1876e51ef1
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ class openstack_project::logstash (
ensure => 'present',
}
package { 'python3-zmq':
ensure => 'present',
}
file { '/usr/local/bin/log-pusher.py':
ensure => present,
owner => 'root',