~elasticsearch-charmers/charm-elasticsearch:master

Last commit made on 2019-09-24
Get this branch:
git clone -b master https://git.launchpad.net/~elasticsearch-charmers/charm-elasticsearch
Members of Elasticsearch Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

ab8ae89... by Erlon R. Cruz

Fix unit status after installation

Reviewed-on: https://code.launchpad.net/~sombrafam/elasticsearch-charm/+git/elasticsearch-charm/+merge/372683
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

25b25f0... by Erlon R. Cruz

Fix unit status after installation

The unit status is always being shown as blocked after the installation
of the charm. This happens because the hook was testing for the shards
of the node which right after the installation will be 0.

Now we just check if the local endpoint is available, meaning that the
service is ready to be accessed.

Closes-bug: #1827895

3499699... by Paul Goins

Add tracking/sharing of installed ES version

Reviewed-on: https://code.launchpad.net/~vultaire/elasticsearch-charm/+git/elasticsearch-charm/+merge/373022
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

86264f4... by Paul Goins

Added setting of the current installed ES version

b5494c0... by Paul Goins

Share ES version with client

a77cd02... by Nicolas Pochet

Enable elasticsearch service

Enable the elasticsearch service to have a persistent service in case of
reboot.

Reviewed-on: https://code.launchpad.net/~npochet/elasticsearch-charm/+git/elasticsearch-charm/+merge/366881
Reviewed-by: Stuart Bishop <email address hidden>

Merged branch ~npochet/charm-elasticsearch:enable-service
b4d579e... by Nicolas Pochet

Enable elasticsearch service

Enable the elasticsearch service to have a persistent service in case of
reboot.

6a088b9... by Kevin W Monroe

Merge branch 'fix-permission-issue'

21c123a... by Joseph Borg

template/task updates to support v5 and v6

The template and task changes are required for v6, yet are still compatible
with v5. Leave apt-repo config so v5 continues to be installed by default for
now; operators can use 'juju config' to upgrade to v6 as needed.

7b8a14c... by Edward Hope-Morley

Fix healthcheck regex pattern from commit 83c0f2b