~xavpaice/charm-elasticsearch:add_submodules_to_build

Last commit made on 2021-08-02
Get this branch:
git clone -b add_submodules_to_build 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_submodules_to_build
Repository:
lp:~xavpaice/charm-elasticsearch

Recent commits

2539340... by Xav Paice

Add submodules to build step

58101f5... by Xav Paice

Add python-openstackclient for functests

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

5568c50... by Xav Paice

add charmhelpers to unittest environment

3a10705... by Xav Paice

Add python-openstackclient for functests

Since b46f13ef113e690493364dabc87821699626d8e6 in zaza, if running tests
on an OpenStack cloud provider, each bundle test concludes with a
cleanup routine that needs the python-openstackclient package in
requirements.txt for the tox environment, plus the OS_ environment vars
exported/passed through such that the Openstack client actually works.
If these are not set, the test fails on the first bundle cleanup and
does not continue to the remaining bundles.

2dd80c7... by Peter Sabaini

Trivial: reformat

6d5953a... by Peter Sabaini

Health check: don't error out

Reviewed-on: https://code.launchpad.net/~peter-sabaini/charm-elasticsearch/+git/elasticsearch-charm/+merge/396846
Reviewed-by: James Troup <email address hidden>

4e06be9... by Peter Sabaini

Improve logging

Mention health url we're checking in log output

400834f... by Peter Sabaini

Health check: don't error out

Don't error out if during an update-status the API is unreachable

Closes-Bug: #1907475

81ed85f... by Drew Freiberger

Simplify model wait and status check after functional scale-out test

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-elasticsearch/+git/charm-elasticsearch/+merge/392488
Reviewed-by: Alvaro Uria <email address hidden>

77ee903... by Drew Freiberger

Update ready status check for functional scaleout test.