Giuseppe Lavagetto has submitted this change and it was merged. Change subject: jobrunner: change the aggregator IP as well ......................................................................
jobrunner: change the aggregator IP as well Change-Id: Idb70824d4e45eb5e39064d4fa70101a14d3ec63e Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M wmf-config/jobqueue-eqiad.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, but someone else must approve 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 fcf333b..447a801 100644 --- a/wmf-config/jobqueue-eqiad.php +++ b/wmf-config/jobqueue-eqiad.php @@ -37,7 +37,7 @@ $wgJobQueueAggregator = array( 'class' => 'JobQueueAggregatorRedis', 'redisServers' => array( // all after the first are fallbacks - '10.64.32.76', # rdb1001 + '10.64.32.77', # rdb1002 '10.64.0.201', # rdb1003 ), 'redisConfig' => array( -- To view, visit https://gerrit.wikimedia.org/r/176495 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idb70824d4e45eb5e39064d4fa70101a14d3ec63e Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
