Filippo Giunchedi has submitted this change and it was merged. Change subject: Revert "Make MediaWiki call the codfw restbase from all datacenters" ......................................................................
Revert "Make MediaWiki call the codfw restbase from all datacenters" This reverts commit 88dc8a28d6aa541d4672adc8ab0442269ec9f5ad. Change-Id: Ib2038a75b96a6683cbde6507d1de28f268131456 --- M wmf-config/ProductionServices.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved diff --git a/wmf-config/ProductionServices.php b/wmf-config/ProductionServices.php index fbd0717..c5e2766 100644 --- a/wmf-config/ProductionServices.php +++ b/wmf-config/ProductionServices.php @@ -61,7 +61,7 @@ $wmfAllServices['codfw']['irc'] = $wmfAllServices['eqiad']['irc']; ### Restbase -$wmfAllServices['eqiad']['restbase'] = 'http://10.2.1.17:7231'; # restbase.svc.codfw.wmnet temporary for services switchover +$wmfAllServices['eqiad']['restbase'] = 'http://10.2.2.17:7231'; # restbase.svc.eqiad.wmnet $wmfAllServices['codfw']['restbase'] = 'http://10.2.1.17:7231'; # restbase.svc.codfw.wmnet ### Poolcounter -- To view, visit https://gerrit.wikimedia.org/r/281935 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib2038a75b96a6683cbde6507d1de28f268131456 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
