charm-manila-netapp:stable/yoga

Last commit made on 2024-02-23
Get this branch:
git clone -b stable/yoga https://git.launchpad.net/charm-manila-netapp

Branch merges

Branch information

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

Recent commits

644f57c... by Alex Kavanagh

Enable a standalone network for shares

The patch adds config options and template changes to enable a single
standalone network for serving shares from a NetApp appliance.

Closes-Bug: #1989216
Change-Id: I807edb61b6171cfd2260d1eba581019a130090c0
(cherry picked from commit 29af821ce468f27dfe66c4ebde4b86e86c923984)
(cherry picked from commit 046338217fdf309fcb6abd9127d53f1900f4d549)

607421b... 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: I16989460b176c5a4096717e5c57447f0c9079b53

487551f... 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: I513a9a9a09248b7e9ae01c4597dd38723f392e68

3301f0e... 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: I883cb33c9c458f9ce176d3cb3dfb30be7e0e1ebe

2ae1c68... by Aurelien Lourot

Migrate to charmhub

Adds necessary requirements, osci.yaml, charmcraft.yaml etc for
migrationg to charmhub. Additionally, adds xena and yoga tests and
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: Ic9354434792ec1faa42406f4f3cf461a96cfc020

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.