charm-cinder-nimblestorage:stable/yoga

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

Branch merges

Branch information

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

Recent commits

2bf1a94... 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: I853b006f26c66395a37d78975c6accc6f394f56b

6f5bde3... by Alex Kavanagh

Update the bundles to use the stable track, edge risk for yoga

The bundles for the yoga channel currently point to "latest/edge"
channel for all the charms. This update points the charms to the
appropriate channel for the charm being used, either from ceph,
openstack, ovn or the misc tracks.

Change-Id: I649f852e1dc01d4a5ed1b9d6a35b27b7027cb263

8a7b4ce... 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: I7b1dc8fd145899c843f610fd4b03e413cb97cb0f

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