Tim Starling has submitted this change and it was merged.

Change subject: Use eqiad memcached servers for scripts running in pmtpa
......................................................................


Use eqiad memcached servers for scripts running in pmtpa

Since the pmtpa memcached servers are being packed up into boxes for
shipping, apparently

Change-Id: I5d64cec2d6b648c0a6822b59ba66bf899d78da18
---
D wmf-config/mc-pmtpa.php
R wmf-config/mc.php
2 files changed, 0 insertions(+), 36 deletions(-)

Approvals:
  Tim Starling: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/mc-pmtpa.php b/wmf-config/mc-pmtpa.php
deleted file mode 100644
index 41adcd0..0000000
--- a/wmf-config/mc-pmtpa.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-# WARNING: This file is publically viewable on the web. Do not put private 
data here.
-$wgMainCacheType = 'memcached-pecl';
-
-$wgMemCachedPersistent = false;
-$wgMemCachedTimeout = 250000; # default is 100000
-
-# Newer "mc*" servers (only use the pecl client with these).
-# This does not use the "slot" system like the old setup, but
-# rather a consistent hash based on key and server addresses,
-# so the ordering of servers is not important. Additionally, the
-# number of servers can grow/shrink without *too* much disruption.
-$wgObjectCaches['memcached-pecl'] = array(
-       'class'      => 'MemcachedPeclBagOStuff',
-       'serializer' => 'igbinary',
-       'servers'    => array(
-               '10.0.12.1',
-               '10.0.12.2',
-               '10.0.12.3',
-               '10.0.12.4',
-               '10.0.12.5',
-               '10.0.12.6',
-               '10.0.12.7',
-               '10.0.12.8',
-               '10.0.12.9',
-               '10.0.12.10',
-               '10.0.12.11',
-               '10.0.12.12',
-               '10.0.12.13',
-               '10.0.12.14',
-               #'10.0.12.15',
-               '10.0.12.16',
-       )
-);
-
-# vim: set sts=4 sw=4 et :
diff --git a/wmf-config/mc-eqiad.php b/wmf-config/mc.php
similarity index 100%
rename from wmf-config/mc-eqiad.php
rename to wmf-config/mc.php

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

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

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

Reply via email to