charm-cinder-lvm:stable/2023.1

Last commit made on 2024-03-07
Get this branch:
git clone -b stable/2023.1 https://git.launchpad.net/charm-cinder-lvm

Branch merges

Branch information

Name:
stable/2023.1
Repository:
lp:charm-cinder-lvm

Recent commits

c9a627f... by Luciano Lo Giudice

Fix target_helper config for >= Wallaby

Starting with the release of Wallaby, the 'tgtadm' package is
now the default target helper, which doesn't work for cinder-lvm.
As such, we need to explicitly set the new package to 'lioadm'.

Also bumps PyYAML dep to 6.0.1 to fix build error

Closes-Bug: #1949074
Change-Id: I4d88d1e30d8b2b133bd575a76d0dc5e566415cbc
(cherry picked from commit 3144ea032b35842db6f62bbb26aef9c68a6226a6)
(cherry picked from commit 3b04e42f31a9638858c7f6fa11215090175e4681)

539a580... by Felipe Reyes

Bump up Charm-helpers revision

Update src/build.lock to get the latest revision available in the
stable/antelope branch, among the most relevant patches are:

837a8b58 Support legacy cert requests (#799)
580c7764 Update Makefile to be consistent with CI (#777) (#795)
a2468260 Run CI on stable branches (#786) (#787)
ed014373 Update method for checking endpoint protocol (#769) (#775)

Change-Id: I8b596607df0f3ca3be76127922dc76c7e6778f2b

a50259e... by Alex Kavanagh

Stable artefacts for stable/2023.1 (antelope)

This patch is to lock the stable/2023.1 (antelope release) charms
down so that as much as possible.
In particular, this patch does:

- set the .gitreview to stable/2023.1
- lock zaza and zaza-openstack-tests to stable/antelope branches
- for reactive charms Add build.lock files to lock the layers
  and python modules used to build the charm.
- for ops framework charms, extract a pip freeze from the
  charmcraft container after building the charm to lock the
  modules used to build the charm.
- drop the kinetic bundles if the exist. (Note the updates to
  tests.yaml is in another batch (topic: antelope-voting)
- update the bundles so that they point to the antelope specific
  channels. e.g. 2023.1/edge for OpenStack charms, 23.03/edge for
  OVN charms, quincy/edge for Ceph charms and generally, the
  appropriate LTS Jammy branch for the various support charms.

Change-Id: If80487d0715bb86a115dccd71c033581279e2109

bd99d67... 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
* Drop 'source' override for mysql-innodb-cluster and rabbitmq-server

Change-Id: Id91cfd716811ae245b27fd581c64cb17ee51c921
(cherry picked from commit e77c9a0c66d63af7622b18f1f9458bbfa3b37786)

2e00b98... 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: I4a3216c30cb12df2ba8ab9daa0d68a9e6e00b7b4

404a6d6... by Felipe Reyes

Install charm-helpers from master branch

Change-Id: I6fef6f81371abed79d5f77a86537ac6bf5c8a381

067f304... by Felipe Reyes

Add kinetic to run-on

This change aligns the list of bases to the other charms where the charm
is built on 22.04 and marked to run-on 22.04 and 22.10

Change-Id: Id1f879a7f15ddf4e7e97a474cb2d1596337036d0

cf3dcc2... by Alex Kavanagh

Fix charmcraft 2.0/stable on launchpad

The build log for the charm on launchpad ends up with src already
existing which means that the mkdir failed. Change it to a mkdir -p src
and just touch/make the file executable to try to change anything that
might be there.

Change-Id: I4e5459b6d6ff1bf4690ba635b87947594ce5fb12

5f83927... 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: I0f9797f5efb3716b788e4884cd271d0827c6f10a

ac21d9c... 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

Change-Id: I782ea5c502b7bc0eb9941c7eb8d4b830f07b218a