Run standalone geard for log processing

We don't have a jenkins 0mq event stream with zuulv3 instead jobs
directly submit their log processing jobs to gearman. Convert to running
a standalone geard to take advantage of this.

Depends-On: Iedcb5b29875494b8e18fa125adb08ec2e34d0064
Change-Id: Ie3f814e6d3278d87f2a20a72e40b6b92217684fc
This commit is contained in:
Clark Boylan 2017-12-22 10:19:00 -08:00
parent 0d9ef4cc88
commit 328aa4b593
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ class openstack_project::logstash (
class { 'log_processor': }
class { 'log_processor::client':
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-log-client.yaml',
class { 'log_processor::geard':
statsd_host => $statsd_host,
}