charm-hacluster:stable/19.10

Last commit made on 2019-10-24
Get this branch:
git clone -b stable/19.10 https://git.launchpad.net/charm-hacluster

Branch merges

Branch information

Name:
stable/19.10
Repository:
lp:charm-hacluster

Recent commits

5be4dae... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Id59409022bd7c13ba83673fd16ac3cbeba036242

6660558... by Felipe Reyes

Stop resource before deleting it.

Pacemaker will refuse to delete a resource that it's running, so it needs
to be stopped always before deleting it.

Change-Id: I3c6acdef401e9ec18fedc65e9c77db4719fe60ec
Closes-Bug: #1838528

66d5bfb... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: I4b121d65211622a8a1ff36c553376d1cc5ad89d7

6ed2bb0... by Ryan Beisner

Standardize auxiliary file location across os-charms

Change-Id: Ifaa5453bc0703c77184184e05c53d21649f6b92e
Closes-Bug: #1843826

8767086... by Camille Rodriguez

Add disco-stein bundle to gate tests

The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.

Other small additions:
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

LP Related-Bug: #1823718
Change-Id: Icc28a2fcecc41b7479d62fd6e3bed8e53d89299b

f71fe59... by Alex Kavanagh

Fix log update-status error

This patch adds a dummy update_status function so that the update-status
hook 'has' a function to run and thus silence the log error.

Change-Id: Ia0ed9367809fd47c10ad6a57011555589a7d940c
Closes-bug: #1837639

4391170... by Chris MacNaughton

Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata. Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: I97d1a1381314ce6dc0952ef75f7936ccc9fcf212

9660cb5... by Zuul <email address hidden>

Merge "Add Python 3 Train unit tests"

bef29dd... by Corey Bryant

Add Python 3 Train unit tests

This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that python35-charm-jobs is retained since this charm is supported
on Xenial.

Change-Id: I63d7a250d2f1e36d072eb00c277a704a2fb5ff9d
Story: #2005924
Task: #34228

ccb44ce... by Chris MacNaughton

Add logging when a resource is not running

Change-Id: I34ca8068b5e373c6e0374d61656a7e3cb22ce901
Partial-Bug: #1837401