charm-gnocchi:stable/victoria

Last commit made on 2023-09-12
Get this branch:
git clone -b stable/victoria https://git.launchpad.net/charm-gnocchi

Branch merges

Branch information

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

Recent commits

84145fa... by Alex Kavanagh

[victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation. Fix in charmhelpers is in [1].

Added libpq-dev to bindep.txt for psycopg2-binary as no wheel exists for
py3 anymore.

[1] https://github.com/juju/charm-helpers/pull/830
Closes-Bug: #2028683

Change-Id: I124f5e57176791407af398b5c177d9d1896f92d3

e0f8e59... by Corey Bryant

Pin tox to < 4.0.0

Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: I456b40482d9733ff4b51efdc29da43908b4a6f56

9647136... by Alex Kavanagh

Pin build.lock for all layers to the commit hash

The build.lock branch points to master which means that the layer is not
locked. Lock the layers to the commit hash instead.

Closes-Bug: #1990062
Change-Id: Iedb8a00f446fbd2969f8d8b0d6850f13fa29311b

2ba6718... by Alex Kavanagh

Rebuild charm to pick up fix upgrade-bug 1981736

This is a rebuild trigger to bring in the latest stable
charms.openstack (for the branch) that contains the fix for the
linked bug that caused the charm to fail (almost silently) during
and action managed upgrade.

Change-Id: I2dad153b11cc78d2d54bae4b69b1cd0b08972d1f
Closes-Bug: #1981736

bd90816... by Alex Kavanagh

Update the bundles to use the stable track, edge risk for victoria

This update points the charms to the appropriate channel for
the charm being used, either from ceph, openstack, ovn or the
misc tracks for victoria.

Change-Id: I30a46aec430d47251f27c4f9f4d0c8acce9a34d6

5b73ca7... by Alex Kavanagh

Migrate charm charmhub for stable/victoria

- start from stable/victoria branch
- Do charmcraft, osci, zuul changes
- Modify libs to point to stable/victoria for:
  - charmhelpers
  - charms.openstack (as needed)
  - zaza & zaza.openstack.tests
- Remove unsupported test bundles
- migration bundles to charmhub.io (ch: prefix + channels)
- Build on 20.04 amd64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: I092f917015a50b74b52f4d098adf82ab5d4da4fb

6e056ea... by Alex Kavanagh

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: I49bce31c6bdf100450bde4585f5c2ddd44f491d3

0db3935... by Alex Kavanagh

Pin various python libs and fix branch in build.lock

The python lib pins are for py35 compatability. The branch issue is due
to bug https://github.com/juju/charm-tools/issues/604

* Also add cffi pin for py35 for charm-tools build support.

Change-Id: I2ac189816b1e133ff8468d4722ce87da48b85c0b

f5ee928... by Alex Kavanagh

21.10 - Stable cut of charms for testing period

* use stable/21.10 libraries
* use zaza/zaza-openstack-tests at stable/21.10
* build.lock files for reactive charms
* bundles refer to ~openstack-charms candidate channel

Change-Id: I925cdcf5a09baaacb4cb134b2f881e9f59e02241

80f5e32... by Alex Kavanagh

Add xena bundles

- add non-voting focal-xena bundle
- add non-voting impish-xena bundle
- rebuild to pick up charm-helpers changes
- update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: I1436115f36c27ebe10b104f4c3b1b0ede5341ab5