Gage has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/109800


Change subject: Enable varnishkafka on bits caches
......................................................................

Enable varnishkafka on bits caches

Change-Id: Ib071b39f6fce30282bf5811da01a5a025c8d392a
---
M manifests/role/cache.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/00/109800/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 63834f2..254fe75 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -911,6 +911,12 @@
         }
 
         include role::cache::varnish::logging::eventlistener
+
+        # Install a varnishkafka producer to send
+        # varnish webrequest logs to Kafka.
+        class { 'role::cache::varnish::kafka':
+            topic => 'webrequest_bits'
+        }
     }
 
     class mobile inherits role::cache::varnish::2layer {

-- 
To view, visit https://gerrit.wikimedia.org/r/109800
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib071b39f6fce30282bf5811da01a5a025c8d392a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gage <jger...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to