charm-manila:stable/train

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

Branch merges

Branch information

Name:
stable/train
Repository:
lp:charm-manila

Recent commits

c0a8c3f... 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: I55b0054b4673ab22a78ec8873bc5d11416d14acd

6a86e59... by Alex Kavanagh

Rebuild charm to pick up fix upgrade-bug 1981736

This is a rebuild trigger to bring in the latest stable
charms.openstack (for the branch) that contains the fix for the
linked bug that caused the charm to fail (almost silently) during
and action managed upgrade.

Change-Id: I1a3ae8cef13659fc6ade3883346c591e176eff3a
Closes-Bug: #1981736

d7aa28f... by Alex Kavanagh

Charmhub migration for stable/train (bionic-only)

This is the main patch for the migration of the stable/21.10
charm to charmhub for the stable/train branch (train track on
charmhub). This patch initially supports bionic from queens
to train, and does not support ussuri. It supports upgrades
from bionic-queens to bionic-train (with each intermediate
step needed). Crucially it does NOT set a default
openstack-origin, which means installing train/stable
without specifying the openstack-origin will result in a
bionic-queens installation. This is intentional as the branch
covers queens to train.

Removed Ganesha from testing as it does not work in HA mode in
r, s or t and is not supported in Queens so there should be no one
migrating through EOL OpenStack releases r, s and t.

Change-Id: I92c6ab860e5ee76253f5a39d241c5dee7e2a6a20

1067487... by Alex Kavanagh

Update build.lock for moved nrpe-external-master interface

The original repository for the npre-external-master repository was
removed and was re-uploaded [1]. This changed the commit hash for the
build.lock. This patch updates the commit hash to point to the head of
the new repository main branch as it hasn't changed since 2017.

[1] - https://github.com/juju/layer-index/pull/120

Change-Id: I4869cd73e2c2e39ff17b07c568d64613d8d9fc9e

5e28a60... by Alex Kavanagh

21.10 - Release

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

Change-Id: I6c5d9da08eed18745206dc9612ae84512dc3b64f

f4f0ab8... 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: Idc1eb2fbd0561416c8b00591578f55e9c54214e2

70a8717... 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: Iadf261469e8d5b2ca80ac1e9e19cc5d7beb30bf3

b75e6ed... by Zuul <email address hidden>

Merge "Adds NRPE checks for services"

88def9d... by Gustavo Sanchez

Adds NRPE checks for services

Adds the nrpe-external-master layer and checks for services managed by
this charm.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/624

Closes-Bug: #1925977
Change-Id: I2536e0b95d9b7568e8c20b6f6eedc2c92eca0603

8cfe99e... by Zuul <email address hidden>

Merge "Fix keystone authentication"