jenkins-bot has submitted this change and it was merged.

Change subject: beta: purge bits cache
......................................................................


beta: purge bits cache

deployment-cache-bits03 10.4.0.51 was not in the list of caches to
purge. I guess it is needed :-)

Change-Id: I1c255dab8420a68282253b84a782079b6b0693fa
---
M wmf-config/squid-labs.php
1 file changed, 5 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/squid-labs.php b/wmf-config/squid-labs.php
index b3f817b..2de120e 100644
--- a/wmf-config/squid-labs.php
+++ b/wmf-config/squid-labs.php
@@ -1,6 +1,10 @@
 <?php
 
-$wgSquidServers = array( '10.4.0.17', '10.4.0.214' );
+$wgSquidServers = array(
+       '10.4.0.17',   # deployment-squid
+       '10.4.0.51',   # deployment-cache-bits03
+       '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

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1c255dab8420a68282253b84a782079b6b0693fa
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to