Vagrant will need to start running 5.x once we merge the es5 branch into master. Should get everything prepped so we don't go break all instances running the cirrussearch role
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
migrate to elasticsearch 5 | mediawiki/vagrant | master | +356 -134 | |
[DNM] migrate to elasticsearch 5 | mediawiki/vagrant | jessie-migration | +292 -142 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | debt | T151324 [epic] System level upgrade for cirrus / elasticsearch | |||
Resolved | • Deskana | T154501 [Epic, Q3 Goal] Upgrade search systems to Elasticsearch 5 | |||
Resolved | EBernhardson | T159002 Update vagrant for elasticsearch 5.x |
Event Timeline
Comment Actions
One annoying issue i've run into so far is that the elasticsearch deb will fail to install if the system cannot set /proc/sys/vm/max_map_count. In the lxc instances running mediawiki-vagrant in labs this cannot be set. To get this working i've had to remove security protections on the container, setting lxc.customize 'aa_profile', 'unconfined' in the Vagrantfile
Comment Actions
Change 340565 had a related patch set uploaded (by EBernhardson):
[mediawiki/vagrant] [DNM] migrate to elasticsearch 5
Comment Actions
Change 340565 abandoned by EBernhardson:
[DNM] migrate to elasticsearch 5
Reason:
changing patch to be against master, using trusty, instead of jessie-migration. After merging to master can merge it into jessie-migration as well.