Giuseppe Lavagetto has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/345509 )

Change subject: Convert cxserver, eventbus to use the discovery url
......................................................................

Convert cxserver, eventbus to use the discovery url

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/09/345509/1

diff --git a/wmf-config/ProductionServices.php 
b/wmf-config/ProductionServices.php
index 7d8033a..0cd730c 100644
--- a/wmf-config/ProductionServices.php
+++ b/wmf-config/ProductionServices.php
@@ -20,9 +20,9 @@
        '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',
+       'eventbus' => 'http://eventbus.discovery.wmnet:8085',
        'upload' => 'upload.svc.eqiad.wmnet',
-       'cxserver' => 'http://cxserver.svc.eqiad.wmnet:8080',
+       'cxserver' => 'http://cxserver.discovery.wmnet:8080',
 ];
 
 $wmfAllServices['codfw'] = [
@@ -34,9 +34,9 @@
        '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',
+       'eventbus' => 'http://eventbus.discovery.wmnet:8085',
        'upload' => 'upload.svc.codfw.wmnet',
-       'cxserver' => 'http://cxserver.svc.codfw.wmnet:8080',
+       'cxserver' => 'http://cxserver.discovery.wmnet:8080',
 ];
 
 ### Logstash

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I149cde253de6312c12c70128cc472137a5b1624a
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

Reply via email to