Gehel has submitted this change and it was merged.

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(-)

Approvals:
  Gehel: Looks good to me, approved
  DCausse: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib1837dc7909827426be5f36c24c92c6efe115b54
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to