Mattflaschen has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/349349 )
Change subject: Force Labs to eqiad, since all the services are there. ...................................................................... Force Labs to eqiad, since all the services are there. The data center switchover was breaking at least Redis, and I assume all Labs services. Bug: T163514 Change-Id: I7b34bf8c402efe9ff5a8f75b41077814951dc0fe --- M wmf-config/LabsServices.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/49/349349/1 diff --git a/wmf-config/LabsServices.php b/wmf-config/LabsServices.php index b596943..4476505 100644 --- a/wmf-config/LabsServices.php +++ b/wmf-config/LabsServices.php @@ -56,6 +56,6 @@ # Shorthand when we have no master-slave situation to keep into account -$wmfLocalServices = $wmfAllServices[$wmfDatacenter]; +$wmfLocalServices = $wmfAllServices['eqiad']; -$wmfMasterServices = $wmfAllServices[$wmfMasterDatacenter]; +$wmfMasterServices = $wmfAllServices['eqiad']; -- To view, visit https://gerrit.wikimedia.org/r/349349 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7b34bf8c402efe9ff5a8f75b41077814951dc0fe Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
