Giuseppe Lavagetto has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/345510 )
Change subject: Use discovery url for Ores as well ...................................................................... Use discovery url for Ores as well Change-Id: Id9b0f6dae473d0bda04ee14aad33799fd7755fe3 --- M wmf-config/ProductionServices.php 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/10/345510/1 diff --git a/wmf-config/ProductionServices.php b/wmf-config/ProductionServices.php index 0cd730c..5fa9942 100644 --- a/wmf-config/ProductionServices.php +++ b/wmf-config/ProductionServices.php @@ -140,8 +140,7 @@ ]; # ORES -$wmfAllServices['eqiad']['ores'] = 'http://ores.svc.eqiad.wmnet:8081/'; -# is eqiad-only for now +$wmfAllServices['eqiad']['ores'] = 'http://ores.discovery.wmnet:8081/'; $wmfAllServices['codfw']['ores'] = $wmfAllServices['eqiad']['ores']; # Shorthand when we have no master-slave situation to keep into account -- To view, visit https://gerrit.wikimedia.org/r/345510 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id9b0f6dae473d0bda04ee14aad33799fd7755fe3 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
