Catrope has uploaded a new change for review.

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


Change subject: Disable HTCP daemon for Parsoid caches
......................................................................

Disable HTCP daemon for Parsoid caches

Parsoid is purged differently, and the page view purges coming in over
HTCP pollute the stats.

Change-Id: I129774fdd1a8469b2d8e79316ad91aa562380a57
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/20/67520/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ee268d9..9f95fb0 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -968,7 +968,8 @@
                        before => Varnish::Instance["parsoid-backend"]
                }
 
-               class { "varnish::htcppurger": varnish_instances => [ 
"localhost:80", "localhost:3128" ] }
+               # No HTCP daemon for Parsoid; the MediaWiki extension sends 
PURGE requests itself
+               #class { "varnish::htcppurger": varnish_instances => [ 
"localhost:80", "localhost:3128" ] }
 
                # Ganglia monitoring
                if ( $::realm == 'production' ) {

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

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

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

Reply via email to