charm-cinder-lvm:stable/rocky

Last commit made on 2021-10-21
Get this branch:
git clone -b stable/rocky https://git.launchpad.net/charm-cinder-lvm

Branch merges

Branch information

Name:
stable/rocky
Repository:
lp:charm-cinder-lvm

Recent commits

ad649e4... by Alex Kavanagh

21.10 - Release

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

Change-Id: I5057a54bd4e455948c3408e11d5599d691452ecf

8027546... by Alex Kavanagh

Fix build.lock file so that charm builds

Due to https://github.com/juju/charm-tools/issues/606 the build.lock
contained the wrong branch info. This fixes it to stable, and will
allow it to push.

* Also add cffi pin for py35 for charm-tools build support.

Change-Id: I278fa07c38d58cb29bbe81e4ad6fdd0901600f0a

b20f7af... 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

Change-Id: Ibc64fab6d4c057bef2b06ccdcb13ae11f4d8f98d

57694e3... by Zuul <email address hidden>

Merge "Add the 'volume-group' and 'backend-name' config parameters"

123d381... by Billy Olsen

Mark the LVM backend as stateful rather than stateless

The cinder-lvm charm was registering the backend configuration with the
principal charm as stateless when it is indeed stateful. Change
I249ce179cfdaf2394ee4e8481a8c9644d667ea99 introduced the cluster
configuration for the cinder service which causes backend drivers which
are not properly marked as stateful to fail. Correct the stateless value
in the charm to indicate this.

Closes-Bug: #1946401
Change-Id: I2ae47f84bc09bd3d5b83d8a1d69ca32183d43ac6
func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/651

8dc8771... by Luciano Lo Giudice

Add the 'volume-group' and 'backend-name' config parameters

In order to ease transition into cinder-lvm, we need these 2 parameters
so that the new charm can be configured with the exact same names as
what cinder was using, avoiding any potential data loss and without
the need for workarounds such as playing with the 'alias' or 'overwrite'
configuration options.

Change-Id: I720cbd4359f4c4e9e271b68dff13d62ad1ee684c
Closes-Bug: #1946037

14fa102... by Luciano Lo Giudice

Curate the cinder-lvm charm

This patchset does the following things:
- Implements the unit tests.
- Standardizes the charm, adding the needed files and moving
  pre-existing ones into the correct directories.
- Implements the bundles for functional tests.
- Documents the charm's functionality.
- Updates the requirements for tests and other targets.

Change-Id: I23e2882486a96c0c07cd8393745ffa2b244191a1
func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/626

6a7fed5... by Andre Ruiz

Fix pep8 check errors.

02193df... by Andre Ruiz

Fix tox flack8 ignore section

According to

https://stackoverflow.com/questions/57074300/what-is-the-recommended-way-to-break-long-if-statement-w504-line-break-after-b

we should be using "extend-ignore" instead of "ignore" in the [flack8]
section so that those options are _added_ to the current ignore list
instead of replacing it.

This was causing problems on tests because default ignore list has W503
and W504 listed, which are contradictory and create an impossible
situation if both are enabled and the override was enabling them again.

d73a325... by Andre Ruiz

README improvement