charm-manila-generic:stable/ussuri

Last commit made on 2023-01-13
Get this branch:
git clone -b stable/ussuri https://git.launchpad.net/charm-manila-generic

Branch merges

Branch information

Name:
stable/ussuri
Repository:
lp:charm-manila-generic

Recent commits

1db011c... 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: I5e0d984c4850bf9100196fece57a2efde71f270c

fe1e30a... by Alex Kavanagh

Pin build.lock for all layers to the commit hash

The build.lock branch points to master which means that the layer is not
locked. Lock the layers to the commit hash instead; this ensures
reproducible builds as much as possible.

Change-Id: If90b448a0fe220388512085e02b0fc9efa18e465

b0f6024... by Alex Kavanagh

Migrate charm charmhub for stable/ussuri

- start from stable/ussuri branch
- Do charmcraft, osci, zuul changes
- Modify libs to point to stable/ussuri for:
  - charmhelpers
  - charms.openstack (as needed)
  - zaza & zaza.openstack.tests
- Remove unsupported test bundles
- migration bundles to charmhub.io (ch: prefix + channels)
- Build on 18.04 amd64
- Run on 18.04 amd64, s390x, ppc64el, arm64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: Ic1f7aeee20956b238677e4c0d2cc804ec60e15c4

8f4d65a... by Alex Kavanagh

Branch updates to work with charmhub for stable/ussuri

Change-Id: I3e7e3fde5b45a584ae43b82bdc8f49d1259112ac

dde5f46... by Alex Kavanagh

21.10 - Release

Remove the "channel: candidate" from the func-test
bundles.

Change-Id: Id328476deb55ad252d30e0349629f90dfe62e22d

1397441... by Alex Kavanagh

21.10 - Update requirements.txt - pin cffi 1.14.6

* On stable/21.10 branch
* Pin cffi 1.14.6 in requirements.txt used in charm build
  for py35 compatability.

Change-Id: Iaf285dd8b2056683e792187180c630afd48dc040

eedcfbd... by Alex Kavanagh

21.10 - Stable cut of charms for testing period

* use stable/21.10 libraries
* use zaza/zaza-openstack-tests at stable/21.10
* build.lock files for reactive charms
* bundles refer to ~openstack-charms candidate channel
* update tox/pip.sh to ensure setuptools<50.0.0

Change-Id: Ic70dcc91b393116b970dda54383eaedbaaf3291c

4d80c34... by Gustavo Sanchez

Fix keystone authentication

Changes project_domain_id and user_domain_id to *_name in manila.conf

Add defensive mechanism to fallback to `_id` if `_name` is not set

Closes-Bug: #1911424
Change-Id: I6240b7b7e4590a21f034b9c70247e87ec18d867d

85fc22d... by Aurelien Lourot

Sync release-tools

In order to fix ResolutionImpossible on tox invocation.

https://github.com/openstack-charmers/release-tools/issues/151
https://github.com/openstack-charmers/release-tools/pull/152

Change-Id: Ic5f2a60b17e2b160a071bcecf916b9cf3782e547

7a0393b... by Zuul <email address hidden>

Merge "Add impish to metadata.yaml"