charm-barbican:stable/18.11

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.11 https://git.launchpad.net/charm-barbican

Branch merges

Branch information

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

Recent commits

2c9a39d... 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.

faf3356... by Frode Nordahl

Rebuild for sync charms.openstack changes

Change-Id: I089131f6822a7434851b02a0fdb6416ea12f587f
Closes-Bug: #1821314
(cherry picked from commit 6e6dee6d684831cdad0af4972607549a4b29d165)

fb09655... 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
Depends-On: https://review.openstack.org/#/c/643669
(cherry picked from commit e7f0a8ad65eecffad9c7a23ff7aac2bef1eea477)

b750dfb... by Pen Gale

Replace ostestr with stestr in testing framework.

A system upgrade broke ostestr. We can fix it by just calling stestr
directly.

Change-Id: Icface3ab69059083e172a4c16f721f783a5ff5e0
(cherry picked from commit fac18726b751a0d7792de44cc65785ccd1808441)

d753508... by David Ames

Rebuild for sync charms.openstck

Change-Id: Ib61d3a0087d8441af9e4a34056e548e5b66572ba
Closes-Bug: #1813982
(cherry picked from commit 2cdcea8d1589bf7a42e648fcd26bfcc42f169833)

23ce1be... by Corey Bryant

Rebuild for certificate line separation issue

Closes-Bug: #1813982
Change-Id: Ie26a4945f705c448e160b6514b06338f9d6ac3ad
(cherry picked from commit b7ba9448b80bbf31fd9df920f4107e3f900d7859)

ae7a212... by Frode Nordahl

Remove unsupported series from ``metadata.yaml``

This was an oversight in commit 3082897.

Change-Id: Id6122bbb956ed520bc67b5ac9ef937f42c62863b
(cherry picked from commit b9624176e8fd3ae8a37376706305b52eb87f0c90)

e791473... by James Page

Rebuild for haproxy restart issues

Rebuild charm to pickup latest changes to charms.openstack to
resolve issues with haproxy being restarted due to random
dict iteration.

Change-Id: I4af99978ca18015530026cb99702e4abd6dde6b7
Closes-Bug: 1800980
(cherry picked from commit 402f48a17185fea63722e10a49446b56411e03c6)

9b0efd5... 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: Id5f47af9e83980535390e2d6d497d7a2587d4e35

0b30141... by James Page

Deal with py2-py3 payload switch during upgrade-charm

Switch to using the default upgrade-charm handler as provided
by charms.openstack and associated layers.

This ensures that the payload execution switch from py2->py3
at OpenStack Rocky is implemented during the charm upgrade
process.

Change-Id: Id2ab577f65c1937bcbbc06a704a8385655de3c57
Closes-Bug: 1803451