jenkins-bot has submitted this change and it was merged. ( 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(-) Approvals: Krinkle: Looks good to me, but someone else must approve Catrope: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I7b34bf8c402efe9ff5a8f75b41077814951dc0fe Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
