Ottomata has submitted this change and it was merged.

Change subject: Temporarly disable esams bits varnishkafka
......................................................................


Temporarly disable esams bits varnishkafka

qchris and ottomata are investigating possible cross-DC
throughput issues.

Change-Id: I54bbbef80c3274241f07aaf805bc42e6e07adfe2
---
M manifests/role/cache.pp
1 file changed, 11 insertions(+), 5 deletions(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 8236e23..0dd66e5 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -1211,11 +1211,17 @@
         # ToDo: Remove production conditional once this works
         # is verified to work in labs.
         if $::realm == 'production' {
-            # Install a varnishkafka producer to send
-            # varnish webrequest logs to Kafka.
-            class { 'role::cache::varnish::kafka::webrequest':
-                topic        => 'webrequest_bits',
-                varnish_name => $::hostname,
+
+            # Temporarily disable esams bits production
+            # while qchris and ottomata investigate
+            # cross DC delivery error issues.
+            if ($::site != 'esams') {
+                # Install a varnishkafka producer to send
+                # varnish webrequest logs to Kafka.
+                class { 'role::cache::varnish::kafka::webrequest':
+                    topic        => 'webrequest_bits',
+                    varnish_name => $::hostname,
+                }
             }
 
             include role::cache::varnish::kafka::statsv

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I54bbbef80c3274241f07aaf805bc42e6e07adfe2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to