~xavpaice/charm-elasticsearch:add_charmcraft

Last commit made on 2022-03-10
Get this branch:
git clone -b add_charmcraft https://git.launchpad.net/~xavpaice/charm-elasticsearch
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
add_charmcraft
Repository:
lp:~xavpaice/charm-elasticsearch

Recent commits

0eb3e8c... by Xav Paice

run clean before build, update charmhelpers

100ea39... by Xav Paice

keep faulty model from zaza

8d02e5f... by Xav Paice

Update charm location env var name

711409f... by Xav Paice

Update location of built charm

68bc7c6... by Xav Paice

Add env vars for functest

d614323... by Xav Paice

add charmcraft.yaml

1f98741... by Xav Paice

Add actions for commonly-used elasticsearch REST API actions

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-elasticsearch/+git/charm-elasticsearch/+merge/414575
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

80c3e2d... by Cornellius Metto

Rename actions, add format params and add tests.

f9cf0e9... by Cornellius Metto

Add actions for commonly-used elasticsearch REST API actions

This change adds the following actions:

health: Show health summary
nodes: List nodes in the cluster
indices: List indices
shards: List shards
recovery: Show information about ongoing and completed shard recoveries
cluster-settings: Show cluster settings.
version: Show version details
disable-shard-allocation: Disable shard allocation for all indices
enable-shard-allocation: Enable shard allocation for all indices
synced-flush: Stop indexing and perform a synced flush

c8dce5c... by Xav Paice

Retry the initialization of contexts on install

    The Ansible module initialization requires unit-get public-address to
    return, however on a new unit sometimes that is not populated
    immediately. This change adds a retry.

    Fixes-bug: LP: #1924780

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-elasticsearch/+git/charm-elasticsearch/+merge/414587
Reviewed-by: Andrea Ieri <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Linda Guo <email address hidden>