charm-barbican:stable/19.10

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

Branch merges

Branch information

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

Recent commits

c736ccc... 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: I7ca47c8ff68a8a8c8bcbd6c3ad523ddc7d852409

707369c... by Sahid Orentino

Enable functional tests for train

This patch also updates the smoke test to run train.

Change-Id: I3112cf697922237ba719d183f2d94b6f92237ebc
Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>

1b6e560... by Ryan Beisner

Sync charm/ceph helpers, tox, and requirements

Change-Id: Ib116be42e6ddebb747324470339c0f85b7fb0dbd

a374844... by Zuul <email address hidden>

Merge "Add disco-stein bundle to gate tests"

5deb9b8... by Frode Nordahl

Enable default certificates handler

Previously the default ``certificates.available`` handler was
enabled without the charm authors intervention, this was changed
in I12f45236632b608e07fdd35d31b90b84ca92eb1f.

Change-Id: I85e82273f9a423ce0fe9d8462c82de608e3922f7

2f65734... 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: Ie3d970ffde85b8f447ec7d2a95041ef59a747d8c

1be0e5b... by Frode Nordahl

Rebuild for sync layer-openstack

Also explicitly set ``include_system_packages`` to False.

While that setting is now the a default we consume from
``layer-basic`` it is more clear for the causual reader
of the charm source code.

Remove redundant entries from ``wheelhouse.txt``.

Change-Id: Ibc2d91afd0e49eb9120eacbb1d6260a159c5f2db

e966de6... 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: I855e6e2565e0898974c13c4ee4a8e956482154b0

3ea35e3... by Frode Nordahl

Distribute direct charm dependencies

Do not rely on system installed Python packages but distribute the
direct charm dependencies as part of the charms wheelhouse.

As the span of distributions we need to support with reactive
charms widens we will run into compability problems with the
current model.

For further reference see juju/charm-helpers#341 and
juju-solutions/layer-basic#135

Change-Id: I0f136f7c1e0e5509f5f2aa5904f89dbd4a227682

11b70f1... by Zuul <email address hidden>

Merge "Add Python 3 Train unit tests"