jenkins-bot has submitted this change and it was merged.

Change subject: job-queue: revert to rdb1001
......................................................................


job-queue: revert to rdb1001

Change-Id: I2a4c2a7ae7b337cf13b30c1473630629cf1f66db
---
M wmf-config/jobqueue-eqiad.php
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/wmf-config/jobqueue-eqiad.php b/wmf-config/jobqueue-eqiad.php
index 447a801..95e7b76 100644
--- a/wmf-config/jobqueue-eqiad.php
+++ b/wmf-config/jobqueue-eqiad.php
@@ -7,8 +7,8 @@
        'configByPartition'   => array(
                'rdb1' => array(
                        'class'       => 'JobQueueRedis',
-                       #'redisServer' => '10.64.32.76', # rdb1001 (master)
-                       'redisServer' => '10.64.32.77', # rdb1002 (slave)
+                       'redisServer' => '10.64.32.76', # rdb1001 (master)
+                       #'redisServer' => '10.64.32.77', # rdb1002 (slave)
                        'redisConfig' => array(
                                'connectTimeout' => 2,
                                'password' => $wmgRedisPassword,
@@ -37,7 +37,7 @@
 $wgJobQueueAggregator = array(
        'class'        => 'JobQueueAggregatorRedis',
        'redisServers' => array( // all after the first are fallbacks
-               '10.64.32.77', # rdb1002
+               '10.64.32.76', # rdb1001
                '10.64.0.201', # rdb1003
        ),
        'redisConfig'  => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2a4c2a7ae7b337cf13b30c1473630629cf1f66db
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[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