charm-cinder-nimblestorage:stable/zed

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

Branch merges

Branch information

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

Recent commits

d376d75... 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: Ib5480a83112583e8adda2c01027ff7163b464882

c2d3b45... 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: If30505dad7b242e5bbd4b045f18d261dfb86c5d5

1fbc154... 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: I2fecee488bd8808a91ac8ed9d48d1bb1254b1292

d116897... by Alex Kavanagh

Updates to enable jammy and finalise charmcraft builds

- Add 22.04 to charmcraft.yaml
- Update metadata to include jammy
- Remove impish from metadata
- Update osci.yaml to include py3.10 default job
- Modify tox.ini to remove py35,py36,py37 tox target and add py310
  target.
- ensure that the openstack-origin is yoga

Change-Id: I8867cb8b5425c493ace480aec31b6e0e03bedf0f

4e81400... by Gustavo Sanchez

Add volume_backend_name to render in cinder.conf

Change-Id: I7e8f0c19047a20a178f6d16017f3c424c856c918

cd7700c... by Gustavo Sanchez

Add functional tests

Add link to launchpad bug tracker
Migrate test bundles to charmhub

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/700
Change-Id: I1c92d046940c5a61cbd1e082fd34ab7a77ae0a4f

35c5b97... by Gustavo Sanchez

Add .gitreview and .zuul.yaml files

Disables one func test because of need for hardware

Change-Id: Ib27b75b09fae3ad36b73d9d2109261edde892248

85c0739... by Gustavo Sanchez

Unit test fix

4383eb6... by Gustavo Sanchez

Initial commit