~dmitriis/+git/charm-elasticsearch:master

Last commit made on 2017-07-11
Get this branch:
git clone -b master https://git.launchpad.net/~dmitriis/+git/charm-elasticsearch
Only Dmitrii Shcherbakov can upload to this branch. If you are Dmitrii Shcherbakov please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~dmitriis/+git/charm-elasticsearch

Recent commits

39741cf... by =?utf-8?q?Martin_Hellstr=C3=B6m?= <email address hidden>

len does not work so using the builtin length filter in jinja instead

06fa27c... by =?utf-8?q?Martin_Hellstr=C3=B6m?= <email address hidden>

adds network.publish_host config to the ansible template

d8a616a... by Ante Karamatić

Allow deployment of only one node

b1b0712... by Ante Karamatić

Allow installtion of Elasticsearch within container

While this will allow installtion to finish, one still needs to
raise vm.max_map_count to 262144 on the host

3cc3e1e... by Ante Karamatić

Update README.md

d3b53e2... by Ante Karamatić

Drop support for precise

Precise will EOL in few weeks and it doesn't have python3. There's
no justification to invest time to workaround python2/python3 problem.

759dc6b... by Ante Karamatić

Adjust tests for new charmhelpers

e31ca29... by Ante Karamatić

Drop obsolete config options in the template

Removed two config options that are not needed any more and
only break newer versions of Elasticsearch

8201698... by Ante Karamatić

Allow distribution to select JRE

By switching to default-jre-headless we make sure available JRE
is always installable. This doesn't resolve the requirement
on the user to know which Elasticsearch works with wich version
of JRE

1df9de0... by Ante Karamatić

Add series in metadata.yaml and add support for xenial

Previous 2 commits enable successful deployment of Elasticsearch
on Xenial and this commit only declares that in metadata