charm-barbican:stable/19.04

Last commit made on 2019-05-06
Get this branch:
git clone -b stable/19.04 https://git.launchpad.net/charm-barbican

Branch merges

Branch information

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

Recent commits

6b9de91... by David Ames

Update stable charms to use stable CH in test reqs

In our test-requirements.txt we often pull in charm-helpers. As stable and
master branches of charm-helpers diverge this can lead to testing failures
on the stable branch charms.

Update tests-requirements.txt to point to the stable branch of charm-helpers.

Change-Id: I16389e71bc35b63e157f8280b76f794cd867bfbe

d37afc8... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

fa7bf9c... 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: Ie41fa4b93c59631a63743357b2cd3e650c89e7bb

9a58c63... by Zuul <email address hidden>

Merge "Enable bionic/stein and disco/stein functional tests"

d1f1499... by James Page

Rebuild with new charmhelpers release

0.19.13 supports use of Ubuntu Disco.

Change-Id: Ib81f3c5ed73c3458c6a06d933fa59c2c9d437867

894cf16... by Frode Nordahl

Enable bionic/stein and disco/stein functional tests

Change-Id: I3416bca67b759552078acb3267d723d9b55a084a

a544bc2... by Frode Nordahl

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: I02a876c313201d5e19fa95cef0cb22fa48224852

3d64b2a... by Chris MacNaughton

Sync charm-helpers for Stein release

As a part of the Stein release, we need to ensure
that charmhelpers is up to date.

Change-Id: I2fca636013525195206f69e779648ca793a70161

6e6dee6... by Frode Nordahl

Rebuild for sync charms.openstack changes

Change-Id: I089131f6822a7434851b02a0fdb6416ea12f587f
Closes-Bug: #1821314

e7f0a8a... by David Ames

Ensure HA resources are configured

The barbican charm was missing a configure_ha_resources call when the ha
relation is connected. This led to HA deploys missing a VIP resources.

This change enables barbican to run configure_ha_resources when the ha
relation is connected as the other OpenStack reactive charms do.

Change-Id: I92121af2621b9f7d9a7b2eb993abe522d4b0f1a5
Closes-Bug: #1820290