charm-cinder-three-par:stable/wallaby

Last commit made on 2023-01-13
Get this branch:
git clone -b stable/wallaby https://git.launchpad.net/charm-cinder-three-par

Branch merges

Branch information

Name:
stable/wallaby
Repository:
lp:charm-cinder-three-par

Recent commits

9b5a5f7... 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: I7ba4c24bbb31fd0cb1528d1ec64a00a2d09d1d18

6039c31... by Luciano Lo Giudice

Update stable branch (wallaby)

This patchset makes the necessary changes for the cinder three-par
charm, in the wallaby stable branch.

Change-Id: I7c947403a55c3fe63bbeb4d07d8765690b06ae25

4a3cfa5... by Samuel Allan

Fix bugs and increase test coverage

Rename `use-multipath-image-xfer` config
to `use-multipath-for-image-xfer`.
This appeared to be a typo, as the latter is what cinder requires.

Use the app name as default for `volume-backend-name`
if not set.

Add more unit tests as regression tests and to increase coverage.

Add working zaza test and bundle
(cinder won't be initialised,
but we can test that values are being passed
through to cinder.conf as expected).

Fix pep8 test.

Change-Id: I6435924e3a55c576acb6f7abe30c534068f2cd05

ce88108... by Billy Olsen <email address hidden>

Merge pull request #1 from lmlg/curate-cinder-threepar

Curate cinder threepar

16536c8... by Luciano Lo Giudice

Supress warnings in tests

79348d6... by Luciano Lo Giudice

Remove unused exception

fe799e3... by Luciano Lo Giudice

Use charmhub in test bundles

db316aa... by Luciano Lo Giudice

Rework charm to use cinder sub plugin

5f323a7... by Luciano Lo Giudice

Adapt unit tests

f1f09d7... by Luciano Lo Giudice

Remove default values for san-{ip,login}, make them mandatory