Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/282147

Change subject: Point the codfw label back to the codfw cluster
......................................................................

Point the codfw label back to the codfw cluster

Change-Id: Ib1837dc7909827426be5f36c24c92c6efe115b54
---
M wmf-config/CirrusSearch-production.php
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/CirrusSearch-production.php 
b/wmf-config/CirrusSearch-production.php
index 6ebabc8..f3232f3 100644
--- a/wmf-config/CirrusSearch-production.php
+++ b/wmf-config/CirrusSearch-production.php
@@ -30,14 +30,14 @@
                                'pool' => 'cirrus-codfw',
                        ),
                );
-       }, $wmfAllServices['eqiad']['search'] ),
+       }, $wmfAllServices['codfw']['search'] ),
        'labsearch' => array( '10.64.37.14' ), // nobelium.eqiad.wmnet
 );
 
 if ( $wgDBname === 'labswiki' || $wgDBname === 'labtestwiki' ) {
        $wgCirrusSearchClusters = array(
                'eqiad' => $wmfAllServices['eqiad']['search'],
-               'codfw' => $wmfAllServices['eqiad']['search'],
+               'codfw' => $wmfAllServices['codfw']['search'],
                'labsearch' => array( '10.64.37.14' ), // nobelium.eqiad.wmnet
        );
 }

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

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