Ottomata has submitted this change and it was merged.

Change subject: Temporaily disable all bits varnishkafka production
......................................................................


Temporaily disable all bits varnishkafka production

Trying to troubleshoot some varnishkafka cross DC production issues

Change-Id: If7a99bd96089f5ea4416408074dd2019f08d2e52
---
M manifests/role/cache.pp
1 file changed, 8 insertions(+), 9 deletions(-)

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



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index a850ac2..a8291c0 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -1219,17 +1219,16 @@
         # is verified to work in labs.
         if $::realm == 'production' {
 
-            # Temporarily disable esams bits production
+            # Temporarily disable 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,
-                }
-            }
+
+            # # 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/184896
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If7a99bd96089f5ea4416408074dd2019f08d2e52
Gerrit-PatchSet: 1
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