BBlack has uploaded a new change for review.

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

Change subject: Disable zerofetcher on text caches T111045
......................................................................

Disable zerofetcher on text caches T111045

Change-Id: I04a90d24283b77c1d7bb265de7f136944b2a9f37
---
M modules/role/manifests/cache/text.pp
1 file changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/80/236080/1

diff --git a/modules/role/manifests/cache/text.pp 
b/modules/role/manifests/cache/text.pp
index 840c718..07c4bb1 100644
--- a/modules/role/manifests/cache/text.pp
+++ b/modules/role/manifests/cache/text.pp
@@ -22,10 +22,11 @@
     require geoip
     require geoip::dev # for VCL compilation using libGeoIP
 
-    class { 'varnish::zero_update':
-        site         => $::role::cache::base::zero_site,
-        auth_content => secret('misc/zerofetcher.auth'),
-    }
+# Commented out - not in use on text yet, and causing rate issues: T111045
+#    class { 'varnish::zero_update':
+#        site         => $::role::cache::base::zero_site,
+#        auth_content => secret('misc/zerofetcher.auth'),
+#    }
 
     $varnish_be_directors = {
         'one' => {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04a90d24283b77c1d7bb265de7f136944b2a9f37
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

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

Reply via email to