jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/345508 )

Change subject: Convert parsoid, mathoid, restbase urls to use the discovery 
hostname
......................................................................


Convert parsoid, mathoid, restbase urls to use the discovery hostname

Change-Id: I5e960292c525aa5380b2efd2e2cb7cec66b3bd5c
---
M wmf-config/ProductionServices.php
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/ProductionServices.php 
b/wmf-config/ProductionServices.php
index c8484eb..1aff5ff 100644
--- a/wmf-config/ProductionServices.php
+++ b/wmf-config/ProductionServices.php
@@ -17,8 +17,8 @@
        'search' => [ 'search.svc.eqiad.wmnet' ], # elasticsearch must be 
accessed by hostname for SSL certificate verification to work
        'ocg' => 'http://ocg.svc.eqiad.wmnet:8000',
        'urldownloader' => 'http://url-downloader.eqiad.wikimedia.org:8080',
-       'parsoid' => 'http://parsoid.svc.eqiad.wmnet:8000',
-       'mathoid' => 'http://mathoid.svc.eqiad.wmnet:10042',
+       'parsoid' => 'http://parsoid.discovery.wmnet:8000',
+       'mathoid' => 'http://mathoid.discovery.wmnet:10042',
        'eventlogging' => 'udp://10.64.32.167:8421', # eventlog1001.eqiad.wmnet
        'eventbus' => 'http://eventbus.svc.eqiad.wmnet:8085',
        'upload' => 'upload.svc.eqiad.wmnet',
@@ -31,8 +31,8 @@
        'search' => [ 'search.svc.codfw.wmnet' ], # elasticsearch must be 
accessed by hostname for SSL certificate verification to work
        'ocg' => 'http://ocg.svc.eqiad.wmnet:8000',
        'urldownloader' => 'http://url-downloader.codfw.wikimedia.org:8080',
-       'parsoid' => 'http://parsoid.svc.codfw.wmnet:8000', # Change this once 
parsoid is up and running in codfw
-       'mathoid' => 'http://mathoid.svc.codfw.wmnet:10042',
+       'parsoid' => 'http://parsoid.discovery.wmnet:8000', # Change this once 
parsoid is up and running in codfw
+       'mathoid' => 'http://mathoid.discovery.wmnet:10042',
        'eventlogging' => 'udp://10.64.32.167:8421',  # 
eventlog1001.eqiad.wmnet,
        'eventbus' => 'http://eventbus.svc.codfw.wmnet:8085',
        'upload' => 'upload.svc.codfw.wmnet',
@@ -63,8 +63,8 @@
 $wmfAllServices['codfw']['irc'] = $wmfAllServices['eqiad']['irc'];
 
 ### Restbase
-$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
+$wmfAllServices['eqiad']['restbase'] = 'http://restbase.discovery.wmnet:7231';
+$wmfAllServices['codfw']['restbase'] = 'http://restbase.discovery.wmnet:7231';
 
 ### Poolcounter
 $wmfAllServices['eqiad']['poolcounter'] = [

-- 
To view, visit https://gerrit.wikimedia.org/r/345508
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5e960292c525aa5380b2efd2e2cb7cec66b3bd5c
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to