charm-manila-netapp:stable/victoria

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

Branch merges

Branch information

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

Recent commits

45d4224... 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: I4381a98073217fe24f5b72de5a2beddc6c74bd9f

d7f8855... by Alex Kavanagh

Migrate charm charmhub for stable/victoria

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

Change-Id: Idae8fc865e8e9884a9e023ba4e8914b196c7b1d2

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.

646eb40... by Ionut-Madalin Balutoiu

Change 'driver-handles-share-servers' config to default False

a85086d... by Ionut-Madalin Balutoiu

Add unit_tests

Also, sync `test-requirements.txt` from `openstack-charmers/release-tools`.