-
Notifications
You must be signed in to change notification settings - Fork 858
Conversation
CLA signing is in progress, will come back at you when it's done |
well done |
Can we please get a time frame when this will be merged? Thanks! |
|
* init scripts * default / sysconfig default_files
I am testing your pull request with x-pack enabled. It fails to install x-pack. It requires ES_PATH_CONF to be set in environment. |
ES_PATH_CONF also needs to be added to elasticsearch-plugins.yml where environment is used. I'm doing an upgrade from 5.6.x to 6.1.x and when I tell it to reinstall plugins, it fails to run the task 'Remove elasticsearch plugins' without it. |
As @kjakman mentioned, we need to export |
Add this patch: remil1000#1 |
FYI: Additional ES_PATH_CONF updates are here for 6.1.x as stated by kjkurtz: https://github.com/andyshinn/ansible-elasticsearch/tree/6.x |
Hi @remil1000! For the last few months this playbook hasn't had an active maintainer. I'm now stepping up to take ownership of this playbook with the immediate goal of getting 6.x support tested and working. Unfortunately there were already three open pull requests with varying levels of 6.x support. This meant I had the hard job of picking the pull request which appeared to be the most complete and start fixing up the tests to run on 5.x and 6.x. This PR ended up being #408 because it also contained documentation updates. I have just opened PR: #412 where I am fixing up all the tests to make sure they are passing for 5.x and 6.x across all platforms. I have also added some pull request automated testing to make it easier to contribute in the future. So thank you so much for your contribution and I hope to see more contributions again from you in the future. Cheers, Michael |
Thanks @Crazybus! |
here's an attempt to implement 6.0.0 support
tested with 5.6.4 for backward compatibility and with 6.0.0
Using following playbook.yml
and inventory
hope this will help