Lcarr has submitted this change and it was merged.

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(-)

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



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ccd0081..a733c65 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -967,7 +967,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: merged
Gerrit-Change-Id: I129774fdd1a8469b2d8e79316ad91aa562380a57
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Asher <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to