charm-cinder-lvm:stable/zed

Last commit made on 2023-11-09
Get this branch:
git clone -b stable/zed https://git.launchpad.net/charm-cinder-lvm

Branch merges

Branch information

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

Recent commits

80aa120... 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'.

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

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

Change-Id: If581113eb8b60dfbb00b3138a3919305e7ccb82c

72fc885... by Alex Kavanagh

Updates for zed stable branch creation

- Set default branch for git review/gerrit to stable/zed
- Switch tests to stable.
- Switch to using stable charm-helpers branch.
- Switch to using stable charm.openstack branch.
- Switch to using stable zaza, zaza-openstack-tests
  branch
- (reactive charms) Add build.lock file
- (classic charms) make sync
- (reactive: not reactive plugin): lock charm-tools < 3.1
- (reactive: with reactive plugin): lock charm snap to 3.x/stable

Change-Id: I5eb179aa1f00c97590ed6131f85bd1d657deb5fe

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

aabaa3c... by Zuul <email address hidden>

Merge "Add *.charm to gitignore"

0a4c98f... by Alex Kavanagh

Updates for stable branch creation

- Set default branch for git review/gerrit.
- Switch tests to stable.
- Switch to using stable charm-helpers branch.
- Switch to using stable charm.openstack branch.
- Switch to using stable zaza, zaza-openstack-tests
  branch
- (reactive charms) Add build.lock file

Change-Id: I8f6d5f3f5f43138118a12eca6dddc19611575a7e