Jcrespo has uploaded a new change for review. https://gerrit.wikimedia.org/r/265501
Change subject: New parsercache servers for codfw datacenter ...................................................................... New parsercache servers for codfw datacenter Bug: T121879 Change-Id: Ibb046126eaba1ca8cd63b3ae8854f676e618a78c --- M wmf-config/db-codfw.php 1 file changed, 3 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/01/265501/1 diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php index b6b9eb6..0c6f814 100644 --- a/wmf-config/db-codfw.php +++ b/wmf-config/db-codfw.php @@ -7,11 +7,10 @@ #$wgReadOnly = "Wikimedia Sites are currently read-only during maintenance, please try again soon."; -# Still using eqiad as codfw does not have these. $wmgParserCacheDBs = array( - '10.64.16.156', # pc1001 - '10.64.16.157', # pc1002 - '10.64.16.158', # pc1003 + '10.192.16.170', # pc2004 + '10.192.32.128', # pc2005 + '10.192.48.39', # pc2006 ); $wmgOldExtTemplate = array( -- To view, visit https://gerrit.wikimedia.org/r/265501 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb046126eaba1ca8cd63b3ae8854f676e618a78c Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
