charm-cinder-backup-swift-proxy:stable/2023.2

Last commit made on 2023-11-02
Get this branch:
git clone -b stable/2023.2 https://git.launchpad.net/charm-cinder-backup-swift-proxy

Branch merges

Branch information

Name:
stable/2023.2
Repository:
lp:charm-cinder-backup-swift-proxy

Recent commits

8f2618a... by Alex Kavanagh

Updates for testing period for 23.10 release

* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* Locked requirements using pip-compile:
  * existing (test-)requirements.txt ->
    (test-)requirements.in
  * pip-compile to *-py3[8|10].txt using python3.8
    and python3.10.
  * Updated tox.ini to use the appropriate merged
    requirements-*.txt files.
* Removal of lunar from metadata, charmcraft.yaml
  osci.yaml, tests.yaml and associated bundles.
* Locked libs and tests to stable/bobcat branches for:
  * charm-helpers
  * charms.openstack
  * zaza
  * zaza-openstack-tests

Change-Id: I05ad296b53b068314b17aed414036721172f6524

3dd47bc... by Corey Bryant

Add 2023.2 Bobcat support

* sync charm-helpers to classic charms
* change openstack-origin/source default to bobcat
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic
* update charmcraft_channel to 2.x/edge

Change-Id: I505395a4f779512c788f3e71b3e79cf777fd79e1

4b234f4... by Corey Bryant

Enable jammy-antelope voting and drop kinetic-zed tests

* Voting was turned on for jammy-antelope in the
  project-template for charm-functional-jobs in zosci-config
* Voting for jammy-antelope bundles with non-standard names
  is turned on in individual charms
* Kinetic-zed bundles/tests are removed

Change-Id: I31db083805e74ca45a8c08871c272330a85df1ea

3801b7e... by Corey Bryant

Add Antelope support

* sync charm-helpers to classic charms
* change openstack-origin/source default to antelope
* align testing with antelope
* add new antelope bundles
* add antelope bundles to tests.yaml
* add antelope tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases

Change-Id: I6d455b8101e338ce108a07551257e0f276f5346e

f15d6ac... by Liam Young

Fix charm for tox4 compatibility

Related-Bug: 2002788
Change-Id: I825c2ba3047421d7377acf8ced628f9809999c32

b2ed809... by Felipe Reyes

Fix s390x and pp64el builds

Add build dependencies needed for s390x and pp64el

:: writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
:: running build_ext
:: generating cffi module 'build/temp.linux-s390x-cpython-310/_padding.c'
:: creating build/temp.linux-s390x-cpython-310
:: generating cffi module 'build/temp.linux-s390x-cpython-310/_openssl.c'
:: building '_openssl' extension
:: creating build/temp.linux-s390x-cpython-310/build
:: creating build/temp.linux-s390x-cpython-310/build/temp.linux-s390x-cpython-310
:: s390x-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/home/buildd/cinder-backup-swift-proxy/build/parts/charm/build/.tox/build-reactive/include -I/usr/include/python3.10 -c build/temp.linux-s390x-cpython-310/_openssl.c -o build/temp.linux-s390x-cpython-310/build/temp.linux-s390x-cpython-310/_openssl.o -Wconversion -Wno-error=sign-conversion
:: build/temp.linux-s390x-cpython-310/_openssl.c:575:10: fatal error: openssl/opensslv.h: No such file or directory
:: 575 | #include <openssl/opensslv.h>
:: | ^~~~~~~~~~~~~~~~~~~~
:: compilation terminated.

Change-Id: Ie5860020ba7a7197371275ba1bba6e983f44efb2

41a0ede... by Corey Bryant

Add Kinetic and Zed support

* sync charm-helpers to classic charms
* change openstack-origin/source default to zed
* align testing with zed
* add new zed bundles
* add zed bundles to tests.yaml
* add zed tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases
* add bindep.txt for py310
* sync tox.ini and requirements.txt for ruamel
* use charmcraft_channel 2.0/stable
* drop reactive plugin overrides
* move interface/layer env vars to charmcraft.yaml

Depends-On: https://review.opendev.org/c/openstack/charm-cinder-backup-swift-proxy/+/858725
Change-Id: I8f006f0fa0b39c24b9114fc3a6d3ee2a20e15404

57a1e3e... by Corey Bryant

Build separately for each supported series and use binary builds

Charms for OpenStack Yoga supports both Ubuntu Focal and Jammy
which means Python 3.8 and Python 3.10. Managing dependencies
across those two versions is non-trivial and we need to build
the charm on the series the charm is supposed to support.

Switch to using a binary build which allows pip's dependency
resolution to work.

This patch also drops the impish bundle.

Change-Id: I0b50d48bd356a99bcb41ab26c08458b40873b85d

9471114... by Alex Kavanagh

Updates to enable jammy and finalise charmcraft builds

- Add 22.04 to charmcraft.yaml
- Update metadata to include jammy
- Remove impish from metadata
- Update osci.yaml to include py3.10 default job
- Modify tox.ini to remove py35,py36,py37 tox target and add py310
  target.
- ensure that the openstack-origin is yoga
- pin setuptools < 50.0 in src/wheelhouse.txt

Change-Id: I4a0495307796f1ea82029a4e5cbacffe364097f0

0262da9... by Alex Kavanagh

Update to build using charmcraft

Due to a build problem with the reactive plugin, this change falls back
on overriding the steps and doing a manual build, but it also ensures
the CI system builds the charm using charmcraft. Changes:

- add a build-requirements.txt
- modify charmcraft.yaml
- modify osci.yaml
    -> indicate build with charmcraft
- modify tox.ini
    -> tox -e build does charmcraft build/rename
    -> tox -e build-reactive does the reactive build
- modify bundles to use the <charm>.charm artifact in tests.
  and fix deprecation warning re: prefix
- tox inception to enable tox -e func-test in the CI

Change-Id: I7899c4100ebb46b255a699c61d3723441ccf3cfa