From 98ec32ebe70822129f871ab1c14cc1895dc50eb7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 30 Oct 2017 16:16:10 -0700 Subject: [PATCH] Remove zl's from jenkins-logstash-client config The zuul launcers are gone so we can't have the jenkins logstash client listen to them for 0mq events anymore. This is fine we submit the jobs directly from Zuulv3 now and just need this to act as a geard. Future cleanup should replace this service with a standalone geard instead. Change-Id: I132f065d570054081a05b27a430cfd3a5a2ad461 --- .../files/logstash/jenkins-log-client.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index b27b05b576..2e177eb933 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -1,14 +1,7 @@ source-url: http://logs.openstack.org # List of zmq event inputs. -zmq-publishers: - - tcp://zlstatic01.openstack.org:8888 - - tcp://zl01.openstack.org:8888 - - tcp://zl02.openstack.org:8888 - - tcp://zl03.openstack.org:8888 - - tcp://zl04.openstack.org:8888 - - tcp://zl05.openstack.org:8888 - - tcp://zl06.openstack.org:8888 +zmq-publishers: [] subunit-files: - name: logs/testrepository.subunit