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:
parent
0c4311c054
commit
1876e51ef1
@ -36,6 +36,10 @@ class openstack_project::logstash (
|
|||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'python3-zmq':
|
||||||
|
ensure => 'present',
|
||||||
|
}
|
||||||
|
|
||||||
file { '/usr/local/bin/log-pusher.py':
|
file { '/usr/local/bin/log-pusher.py':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
Loading…
Reference in New Issue
Block a user