charm-gnocchi:stable/20.02

Last commit made on 2020-04-28
Get this branch:
git clone -b stable/20.02 https://git.launchpad.net/charm-gnocchi

Branch merges

Branch information

Name:
stable/20.02
Repository:
lp:charm-gnocchi

Recent commits

cb52db6... by David Ames

Rebuild reactive APIs for layer-basic regression

Fix regression in layer-basic which failed to unpack new dependencies
properly during the upgrade-charm hook.

Github Issue: #166
Closes Bug: #1875496

Change-Id: I680f276e255ddf667ccc228acbd88576661c6d26

06d8be3... by David Ames

Fix HAProxy back ends

Requires changes to charms.openstack and layer-openstack-api.

Closes-Bug: #1858132
Depends-On: I5716c28dd45b2d33325cf09487107543b8a42626
(cherry picked from commit d6622db11d400d4321739bcddc7870ee4f2879d0)

Rebuild also resolves bugs relating to certificate verification
for internal and admin endpoints.

Closes-Bug: #1866741

Change-Id: Iaf20a0cd7bd2bc9accb20bd8987ed87289059e1c

8f5913c... by Liam Young

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch zaza bundles to stable charms.

Switch to using stable charm-helpers branch.

Change-Id: I82d20b90b4bd66de93b86a46dccf814a803c66c9

83121c0... by Liam Young

Rebuild for 20.02 release

Change-Id: I3a379d4571c837285f34f9c5d1d271e53c481d76

1d61e7a... by Corey Bryant

Drop the disco functional test now that disco is EOL.

Change-Id: I0a34dbb8c2e5a00048bfe3b95cdad4f25be6aec6

901e08e... by Hemanth Nakkina

Fix blocked gnocchi unit due to remove/add ceph-mon relation

Removing and adding back ceph-mon relation to gnocchi unit, the unit becomes
blocked. Since the flag ceph.create_pool.req.sent is already set, its not
triggered during subsequent add of ceph-mon relation. This makes the relation
inactive.

This patch resets the flag ceph.create_pool.req.sent based on the flags that
will be reset at ceph-client interface when relation is broken.

Change-Id: I3a1f4a0fa61c739c8e6d6581670438944dfcbc7c
Closes-Bug: #1856936

6ef5cd0... by Zuul <email address hidden>

Merge "Switch to Ussuri jobs"

408bf97... by Seyeong Kim

Changing condition release from rocky to queens for mysql uri

As Queens also has PyMySQL 0.8.0 dependency so it has the same issue[1][2][3][4],
changing condition release from rocky to queens to fix warning flood.

[1] https://github.com/openstack/charm-gnocchi/commit/bf7ac78d07a313651e486196309140517d9ad861
[2] https://github.com/openstack/requirements/blob/stable/rocky/upper-constraints.txt#L377
[3] https://github.com/openstack/requirements/blob/stable/queens/upper-constraints.txt#L374
[4] gnocchixyz/gnocchi#847

Change-Id: Ic57530ad7f19d1499e47286e29faa13f3ba1c47e

529441e... by Frode Nordahl

Make use of default ``config.rendered`` handler

Change-Id: I32a01267e065e8535c4b3f2202b071f2f0193437

c19a985... by Zuul <email address hidden>

Merge "Rebuild to pick of charmhlper fix."