charm-cinder-three-par:stable/zed

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

Branch merges

Branch information

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

Recent commits

5610dd4... 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: I3e7bc1e248425982e32acda5162cb2b68c0769b8

983cd5e... 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: Iac7eedf4021ab181a541dc657aa3239721f209a3

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