charm-octavia-diskimage-retrofit:stable/2023.2

Last commit made on 2023-11-02
Get this branch:
git clone -b stable/2023.2 https://git.launchpad.net/charm-octavia-diskimage-retrofit

Branch merges

Branch information

Name:
stable/2023.2
Repository:
lp:charm-octavia-diskimage-retrofit

Recent commits

f0e9e09... 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: Ia8c0d8dcbe9da7d5b63879980549ad31f3137418

bbd0e0e... by Corey Bryant

Work-around for Cargo download dependency failed

This is a work-around for charm build failures resulting in:
"Cargo download dependency failed "send: no filter connected".

This is documented in the following upstream issue:
https://github.com/rust-lang/cargo/issues/12202

This affects lunar builds where the curl version is 7.88.1.

Thanks to Colin Watson for help with figuring this out.

Closes-Bug: #2037589
Change-Id: I8d48de1e7f7c9f517f6759139610b2451c131c80

6816c55... 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: I6f885a7cc5cd7d3eedde67e806117d97618d8071

939a008... by Zuul <email address hidden>

Merge "Update example for "ubuntu-mirror""

598826b... 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
* Add libpython3-dev to allow the charm to be built. This
  fixes a missing dependency with Cython.
* Add pkg-config to the charmcraft.yaml for builds. This
  is required by rust to build cryptography.

Change-Id: Icdba21a8865f3cdfd977d08a94386050b6c5a8c4

eec35d9... by Nobuto Murata

Update example for "ubuntu-mirror"

To reflect changes made in the equivalent snap.
https://github.com/openstack-charmers/octavia-diskimage-retrofit/pull/33

Closes-Bug: #2011527
Change-Id: I5d5b1110e1efb3b92b4443b1a8b786cf58102910

ed1d5fa... 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: I181daacbeb5b19a13229e57ecde2978aebede718

4cc68be... by Liam Young

Fix charm for tox4 compatibility

Related-Bug: 2002788
Change-Id: I5e357f284c5a4c694ad73e03aec84ad249f32d5a

9fbd4e3... 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 unit tests
* sync tox.ini and requirements.txt for ruamel
* use charmcraft_channel 2.0/stable

Change-Id: I2cb698f719106e54b06009f24ea47259419e9cad

65a2b4e... by Frode Nordahl

charmcraft.yaml: Add missing build-packages

Not all supported architectures have binary wheels available on
PyPi. For those architectures the wheels will be built from
source, and as such we need to add build system library
dependencies to allow the build to succeed.

Also set the MAKEFLAGS environment variable to allow the source
builds to use available processors for parallel compilation.

Add -p parameter to mkdir in the override-prime entry point
recipe in case the directory already exists.

Change-Id: I83d2a41167cfb96ee38fbb95987f4e6c36ce2753