Pyoungmeister has submitted this change and it was merged.
Change subject: Revert "lucene-production.php: moving all search traffic to
pmtpa"
......................................................................
Revert "lucene-production.php: moving all search traffic to pmtpa"
This reverts commit 5efcad7610b1b5d32c5af23285dda3a3630d2009
Change-Id: I6f99988f0cc4f3a01f94f622ba33a7aeb2937864
---
M wmf-config/lucene-production.php
1 file changed, 12 insertions(+), 12 deletions(-)
Approvals:
Pyoungmeister: Verified; Looks good to me, approved
diff --git a/wmf-config/lucene-production.php b/wmf-config/lucene-production.php
index cf53f18..43a1f55 100644
--- a/wmf-config/lucene-production.php
+++ b/wmf-config/lucene-production.php
@@ -7,28 +7,28 @@
# default host for mwsuggest backend
$wgEnableLucenePrefixSearch = true;
-$wgLucenePrefixHost = '10.2.1.15'; # pmtpa LVS search-prefix pool
-#$wgLucenePrefixHost = '10.2.2.15'; # eqiad LVS search-prefix pool
+#$wgLucenePrefixHost = '10.2.1.15'; # pmtpa LVS search-prefix pool
+$wgLucenePrefixHost = '10.2.2.15'; # eqiad LVS search-prefix pool
$wgLucenePort = 8123;
if ( in_array( $wgDBname, array( 'enwiki' ) ) ) {
# Big RAM pool 1, via LVS
- #$wgLuceneHost = '10.2.2.11'; # eqiad
- $wgLuceneHost = '10.2.1.11'; # pmtpa
+ $wgLuceneHost = '10.2.2.11'; # eqiad
+ #$wgLuceneHost = '10.2.1.11'; # pmtpa
} elseif ( in_array( $wgDBname, array( 'dewiki', 'frwiki', 'jawiki' ) ) ) {
# Big RAM pool 2, via LVS
- #$wgLuceneHost = '10.2.2.12'; # eqiad
- $wgLuceneHost = '10.2.1.12'; # pmtpa
+ $wgLuceneHost = '10.2.2.12'; # eqiad
+ #$wgLuceneHost = '10.2.1.12'; # pmtpa
} elseif ( in_array( $wgDBname, array( 'itwiki', 'ptwiki', 'plwiki', 'nlwiki',
'ruwiki', 'svwiki', 'zhwiki', 'eswiki' ) ) ) {
# Pool 3 LVS
- #$wgLuceneHost = '10.2.2.13'; # eqiad
- $wgLuceneHost = '10.2.1.13'; # pmtpa
+ $wgLuceneHost = '10.2.2.13'; # eqiad
+ #$wgLuceneHost = '10.2.1.13'; # pmtpa
} elseif ( in_array( $wgDBname, array( 'commonswiki', 'wikidatawiki',
'metawiki', 'enwiktionary' ) ) ) {
# Pool 5 LVS
- #$wgLuceneHost = '10.2.2.16'; # eqiad
- $wgLuceneHost = '10.2.1.16'; # pmtpa
+ $wgLuceneHost = '10.2.2.16'; # eqiad
+ #$wgLuceneHost = '10.2.1.16'; # pmtpa
} else {
# Pool 4 LVS
- #$wgLuceneHost = '10.2.2.14'; # eqiad
- $wgLuceneHost = '10.2.1.14'; # pmtpa
+ $wgLuceneHost = '10.2.2.14'; # eqiad
+ #$wgLuceneHost = '10.2.1.14'; # pmtpa
}
--
To view, visit https://gerrit.wikimedia.org/r/53619
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f99988f0cc4f3a01f94f622ba33a7aeb2937864
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Pyoungmeister <[email protected]>
Gerrit-Reviewer: Pyoungmeister <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits