charm-glance-simplestreams-sync:stable/xena

Last commit made on 2023-01-13
Get this branch:
git clone -b stable/xena https://git.launchpad.net/charm-glance-simplestreams-sync

Branch merges

Branch information

Name:
stable/xena
Repository:
lp:charm-glance-simplestreams-sync

Recent commits

1ee18ab... 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: I8ea7059db07b6afffadda2f4c6e4b7934e82ea09

ababb6f... by Nobuto Murata

Support --visibility option for simplestreams

With the new option, Glance images can be uploaded with
"visibility=shared" for example instead of "public" so those can be
hidden from usual projects by default.

Closes-Bug: #1975663
Change-Id: I1955f3d2a56654c9a683a2b9d36b33c0f0fd63d4
(cherry picked from commit f8165cebb89739869845c51734f95833aa497286)

fc4d4dd... by Alex Kavanagh

Fix the trailing-slash issue on for product-streams endpoint

ceph-radosgw is now more strict and can't handle non-canonical
paths in http requests; this patch stopes that happening, and ensures
that the endpoint is set without a trailing slash.

Change-Id: I1c2de2aad2f7652906d91865e5e214b403d2a37b
(cherry picked from commit 91e4aea4511b5d6afa21d18a84ef486097d4f542)

12ea66f... by Alex Kavanagh

Update the charmcraft.yaml for xena (no 22.04 base)

- Build on 20.04 amd64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: I66e0d6d9c110ad0439e5feb678aec96bce6b6f92

a3328c6... by Alex Kavanagh

Remove impish from metadata and associated tests

Change-Id: Ie6a68dfa0aec74b35d01e0e73ac681af6e2e0a11

d6f483a... by Alex Kavanagh

Update to build using charmcraft - xena batch

Batch to add building by charmcraft for the xena batch.
Supports just wallaby and xena in gate.

Change-Id: Iff4e6b429034a46ed09a382aae3f4b0f242adf7e

91d83d8... by Alex Kavanagh

21.10 - Release

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

Change-Id: I39fccb4410d461d6abc8df03995cc8734473ef0a

bc7f439... 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: I27b17be3fd366748f492efcc3823dfb6ab76b23a

60ceb7c... by Alex Kavanagh

Add xena bundles

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

Change-Id: Ib870520e0fe1027132024633dd429cb637dd33df

6733e22... by Billy Olsen

Add use-internal-endpoints as a new config option

Enable the glance-simplestreams-sync charm to be configured to only
use internal endpoints, removing the requirement that the charm
access APIs via the public network.

This introduces a new option use-internal-endpoints, which is in-line
with other openstack charms which can be configured to use the internal
endpoints rather than public endpoints.

This option will only be valid for Keystone v3 API versions, which
should not be problematic as the v2 API has been deprecated for quite
some time now.

Closes-Bug: #1896438
Change-Id: I6d83a5469c34c2add3c1bc4ac5052be6d51ed343