Hashar has uploaded a new change for review.

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


Change subject: beta: $wgSquidServers is no more needed
......................................................................

beta: $wgSquidServers is no more needed

52818a3d configures HTCP multicast purging, that makes $wgSquidServers
obsolete so just get rid of it.

I also removed bits entirely, might look at it later on but it is
unneeded right now.

Change-Id: Iab0fd8b1133f2f7e0419d70f68e8d11d50d91925
---
M wmf-config/squid-labs.php
1 file changed, 2 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/48/71348/1

diff --git a/wmf-config/squid-labs.php b/wmf-config/squid-labs.php
index 79aa54a..59433b2 100644
--- a/wmf-config/squid-labs.php
+++ b/wmf-config/squid-labs.php
@@ -1,12 +1,4 @@
 <?php
-
-$wgSquidServers = array(
-       '10.4.0.17',   # deployment-squid
-       '10.4.0.51',   # deployment-cache-bits03
-       '10.4.1.133',  # deployment-cache-text1
-       '10.4.0.214',  # deployment-cache-upload03
-);
-
 # our text squid in beta labs gets forwarded requests
 # from the ssl terminator, to 127.0.0.1, so adding that
 # address to the NoPurge list so that XFF headers for it
@@ -23,6 +15,8 @@
                'port' => 4827,
        ),
 
+       # bits?  10.4.0.51  # deployment-cache-bits03
+
        # Fallback??
        '' => array(
                'host' => '10.4.1.133',  # deployment-cache-text1

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab0fd8b1133f2f7e0419d70f68e8d11d50d91925
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to