charm-swift-proxy:stable/ussuri

Last commit made on 2023-08-18
Get this branch:
git clone -b stable/ussuri https://git.launchpad.net/charm-swift-proxy

Branch merges

Branch information

Name:
stable/ussuri
Repository:
lp:charm-swift-proxy

Recent commits

679056e... by Alex Kavanagh

[ussuri] 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].

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

Change-Id: I28dd638060afe4f4aacbc44f12f573672eaaa6b8

df4d0a9... by Alex Kavanagh

Migrate charm charmhub for stable/ussuri

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

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/872
Change-Id: I1941c8a3bc92abac4a318565952de0e27bf76338

cb6e0ad... by Alex Kavanagh

21.10 - Release

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

Change-Id: I140a11ed1fa5862fe35c894e017f697a89081952

2e12e24... 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
* Fix yaml.load() -> yaml.safe_load()

Change-Id: Iba9e50ce957bbc68adb615cadc5e94e3e5df58ec

fb8ed49... by Chris MacNaughton

Disable local overlay for the CMR bundles.

Closes-Bug: #1945786
Change-Id: I58774e4d757ea2fb4533dc7ed284f4119c92f010

4b08ed3... by Alex Kavanagh

Add xena bundles

- add non-voting focal-xena bundle
- add non-voting impish-xena bundle
- remove groovy-victoria bundle
- charm-helpers sync for new charm-helpers changes
- update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: I9c9d72d83b9c14dafef98a3fe9bb84e2b6cfbe1f

82d8f36... by James Troup

Replace reference to 'juju set' with 'juju config'.

Change-Id: I906f43b8222baabc2f95a3076ef7329a136102d1

cc6bac5... by Aurelien Lourot

Sync release-tools

In order to fix ResolutionImpossible on tox invocation.

https://github.com/openstack-charmers/release-tools/issues/151
https://github.com/openstack-charmers/release-tools/pull/152

Also remove unused applications from bundles for focal-ussuri+ as zaza
is now more aggressive at checking for applications that have no units
during deployment.

Change-Id: I0b30a731751960782569f4f2a443a07f3fc07d91

a513ec8... by Aurelien Lourot

Add impish to metadata.yaml

Change-Id: I8db38c02c33ae61c39f84d9a138450f402c8a8da

b086bc9... by Chris MacNaughton

Test bundles for focal-wallaby and hirsute-wallaby

These are the test bundles (and any associated changes) for
focal-wallaby and hirsute-wallaby support.

Change-Id: I97b20f0f8eaae99b2ca75e283f4a2c29be871198
Co-authored-by: Aurelien Lourot <email address hidden>