jenkins-bot has submitted this change and it was merged. Change subject: New memcached hosts for beta ......................................................................
New memcached hosts for beta Change-Id: Ic515437b6271968f6bc157f214e662eb9536663f --- M wmf-config/mc-labs.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Demon: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/mc-labs.php b/wmf-config/mc-labs.php index bab2693..dbc53ee 100644 --- a/wmf-config/mc-labs.php +++ b/wmf-config/mc-labs.php @@ -19,8 +19,8 @@ $wgSessionsInMemcached = true; $wgMemCachedServers = array( - 0 => '10.4.0.166:11211', # apache32 - 1 => '10.4.0.187:11211', # apache33 + 0 => '10.4.1.86:11211', # deployment-memc0 + 1 => '10.4.1.106:11211', # deployment-memc1 ); -- To view, visit https://gerrit.wikimedia.org/r/76828 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic515437b6271968f6bc157f214e662eb9536663f Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Demon <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
