charm-manila-netapp:stable/xena

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

Branch merges

Branch information

Name:
stable/xena
Repository:
lp:charm-manila-netapp

Recent commits

059e939... 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: I5f7d4a14f44f0cf9b138f5d55aab37c0bb5607e0

e4c86ac... by Alex Kavanagh

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

This update points the charms to the appropriate channel for
the charm being used, either from ceph, openstack, ovn or the
misc tracks for xena.

Change-Id: Ib18f5265ade81a56fcace08fc66306f5d7bcb1a3

49fe098... by Alex Kavanagh

Update charmcraft for xena to remove 22.04 base

Xena only runs on focal, so it doesn't need to be able to run on jammy.
Thus remove it from the charmcraft.yaml

Change-Id: If714189ec02ae838b85fe3811d728ae336b608e0

c385ac9... by Alex Kavanagh

Update to build using charmcraft - xena batch

Batch to add building by charmcraft for the xena batch.
Supports just wallaby and xena in gate.

Updates the charm overlay for appropriate netapp values.
local_overlay_enabled is set to True as it now defaults to False.

Note that the actual functional tests are still disabled due to [1]

1 - https://bugs.launchpad.net/charm-manila-netapp/+bug/1922214

Change-Id: Icbb9ad3a77d65ac0cc6de5fabdf360bd9c9e378d

5da67c1... by Alex Kavanagh

21.10 - Stable cut of charms for release

* On stable/21.10 branch
* Point charms to stable libraries
* Update bundles to point to stable charms

Change-Id: I4bc59a38ba3eac34ad62449c8cc0f00da60cd35b

b389284... by Alex Kavanagh

Pin charmcraft to 0.10.2

Charmcraft 1.0+ breaks py35 compatibility by introducing f-strings. As
the charms are still being built on a xenial builder, we currently need
to pin this for the builds.

Close-bug: #1931436
Change-Id: I405d6a36a3299943baeaf7c216bda57eb1ec5f21

2cb48e9... by Aurelien Lourot

Add impish to metadata.yaml

Change-Id: Id527519dfbd5745cf0e286d15c64a487f5d7b042

c852379... by Aurelien Lourot

Add Hirsute to the metadata

Change-Id: Id31c0e4cfb47c168c247dfd47d6bd3bd24210906

d5b64ff... by Aurelien Lourot

Add missing boilerplate

.gitreview, .zuul.yaml, .jujuignore, copyright
Also align tox.ini with charm-ceph-iscsi.

Also temporarily disable Zaza tests as we don't have
the necessary NetApp ONTAP cluster deployed yet in
order to run them.

Change-Id: Ic12afbccfe8a3bf15e1dbb42ed093164d9aeaed6

ca2032b... by Ionut-Madalin Balutoiu

Update README.md

Clarify the Active Directory requirement for the `CIFS` shares, when
DHSS is enabled.

Also, add a warning about the AD user credentials being stored plain
text in the Manila database.