Dereckson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/361055 )

Change subject: Use hosts in wmfAllServices
......................................................................

Use hosts in wmfAllServices

Currently, wmfAllServices entries use a mix of IP and hosts.

This change switch all services to hosts. The expected benefit is
a clearer identification of which server is responsible.

Change-Id: I851d63ff6af9eb63bb38c8e549b44bf943dcb4c3
---
M wmf-config/LabsServices.php
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/wmf-config/LabsServices.php b/wmf-config/LabsServices.php
index db6067b..50e9fe8 100644
--- a/wmf-config/LabsServices.php
+++ b/wmf-config/LabsServices.php
@@ -30,8 +30,8 @@
        'cxserver' => 'http://deployment-sca01.eqiad.wmflabs:8080',
        'irc' => 'irc.beta.wmflabs.org', // deployment-ircd
        'redis_lock' => [
-               'rdb1' => '10.68.16.177', // 
deployment-redis01.deployment-prep.eqiad.wmflabs
-               'rdb2' => '10.68.16.231', // 
deployment-redis02.deployment-prep.eqiad.wmflabs
+               'rdb1' => 'deployment-redis01.deployment-prep.eqiad.wmflabs'
+               'rdb2' => 'deployment-redis02.deployment-prep.eqiad.wmflabs'
        ],
        'etcd' => 'deployment-etcd-01.deployment-prep.eqiad.wmflabs:2379',
        'mediaSwiftAuth' => 
'http://deployment-ms-fe02.deployment-prep.eqiad.wmflabs/auth',
@@ -40,7 +40,7 @@
 
 ### Logstash
 $wmfAllServices['eqiad']['logstash'] = [
-       '10.68.16.147', // deployment-logstash2.deployment-prep.eqiad.wmflabs
+       'deployment-logstash2.deployment-prep.eqiad.wmflabs',
 ];
 
 ### Analytics Kafka cluster (analytics-deployment-prep)
@@ -50,9 +50,9 @@
 ];
 
 ### Restbase
-$wmfAllServices['eqiad']['restbase'] = 'http://10.68.17.189:7231'; // 
deployment-restbase02.deployment-prep.eqiad.wmflabs
+$wmfAllServices['eqiad']['restbase'] = 
'http://deployment-restbase02.deployment-prep.eqiad.wmflabs:7231';
 
 ### Poolcounter
 $wmfAllServices['eqiad']['poolcounter'] = [
-       '10.68.17.48', # deployment-poolcounter04.deployment-prep.eqiad.wmflabs
+       'deployment-poolcounter04.deployment-prep.eqiad.wmflabs',
 ];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I851d63ff6af9eb63bb38c8e549b44bf943dcb4c3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>

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

Reply via email to