~joeborg/charm-elasticsearch:fix-permission-issue

Last commit made on 2019-04-10
Get this branch:
git clone -b fix-permission-issue https://git.launchpad.net/~joeborg/charm-elasticsearch
Only Joseph Borg can upload to this branch. If you are Joseph Borg please log in for upload directions.

Branch merges

Branch information

Name:
fix-permission-issue
Repository:
lp:~joeborg/charm-elasticsearch

Recent commits

5fc99fe... by Kevin W Monroe

updated required perms; explicit path args compat with both es5 and es6

5a10837... by Joseph Borg

Updating Elasticsearch to 6.x

23f11d6... by Dmitrii Shcherbakov

add an option to specify a repo gpg key directly

In some environments there is either no way or it is too complicated to
add a key via a URL and a GPG ID. It is common to use a GPG key directly
downloaded securely out of band.

0bcec75... by Jacek Nykis

Get primary address using --primary-address rather than --ingress-address which requires juju >=2.3. Fixes LP#175518

Reviewed-on: https://code.launchpad.net/~jacekn/elasticsearch-charm/+git/elasticsearch-charm/+merge/352110
Reviewed-by: Nick Moffitt <email address hidden>

d8a035a... by Jacek Nykis

Get primary address using --primary-address rather than --ingress-address which requires juju >2.3. Fixes LP#1755186

aedce84... by Nobuto Murata

Use the up-to-date location for key retrieval

Reviewed-on: https://code.launchpad.net/~nobuto/elasticsearch-charm/+git/elasticsearch-charm/+merge/341290
Reviewed-by: Jason Hobbs <email address hidden>

3b147f5... by Paul Collins

Merge branch 'bug-1748433' of git+ssh://git.launchpad.net/~aym-frikha/elasticsearch-charm

7fb47b7... by Aymen Frikha

LP:#1748433
- need to specify remote temp file for new version in ANsible
- Need to change with_item syntax in newer version of ansible
- add bionic to metadata

06bd2a8... by Nobuto Murata

Leverage network spaces to determine the ingress address

ansible_default_ipv4 is empty by design when there is no default
gateway. Use a proper IP address with "client" relation.

Closes-Bug: LP: #1755186

cec8a57... by Peter Sabaini

Configure publish address, fix Bug #1763834