DCausse has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383345 )

Change subject: [elasticsearch] Mark production plugins as mandatory
......................................................................

[elasticsearch] Mark production plugins as mandatory

These plugins are now used in production and the search clusters
cannot work properly without them.
Mark them as mandatory so that elastic will bail early in case
of deployment issues.

NOTE: must be merged only when running the rolling upgrade to elastic 5.5.2
(it'll fail if running 5.3.2: ltr-query has been renamed to ltr)

Change-Id: I62bc4cc3b898c9b14a2e5568ea7122ee6532354a
---
M modules/profile/manifests/elasticsearch.pp
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/45/383345/1

diff --git a/modules/profile/manifests/elasticsearch.pp 
b/modules/profile/manifests/elasticsearch.pp
index 52204bd..3669467 100644
--- a/modules/profile/manifests/elasticsearch.pp
+++ b/modules/profile/manifests/elasticsearch.pp
@@ -76,9 +76,15 @@
         # to work properly.  This will keep elasticsearch from starting
         # if these plugins are  not available.
         plugins_mandatory                  => [
+            'analysis-hebrew',
+            'analysis-icu',
+            'analysis-smartcn',
+            'analysis-stconvert',
+            'analysis-stempel',
+            'analysis-ukrainian',
             'experimental-highlighter',
             'extra',
-            'analysis-icu',
+            'ltr'
         ],
         # Let apifeatureusage create their indices
         auto_create_index                  => '+apifeatureusage-*,-*',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62bc4cc3b898c9b14a2e5568ea7122ee6532354a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: DCausse <[email protected]>

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

Reply via email to