charm-ceph-dashboard:stable/quincy

Last commit made on 2022-04-11
Get this branch:
git clone -b stable/quincy https://git.launchpad.net/charm-ceph-dashboard

Branch merges

Branch information

Name:
stable/quincy
Repository:
lp:charm-ceph-dashboard

Recent commits

30225c2... by Chris MacNaughton

Updates for jammy enablement

- charmcraft: build-on 20.04 -> run-on 20.04/22.04 [*archs]
- Refresh tox targets
- Drop impish bundles and OSCI testing
- Add jammy metadata

Change-Id: Ic16efea3f834c2e085c51caa302aa379e3133a7e

af80051... by Luciano Lo Giudice

Add SAML support to ceph-dashboard

This patchset adds support to setup authentication via the
SAML protocol for the ceph-dashboard.

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

16653c7... by Zuul <email address hidden>

Merge "Drop local-charm-overlay.yaml.j2 and add ZAZA_FEATURE_BUG472=1"

8c8d4dd... by Corey Bryant

Drop local-charm-overlay.yaml.j2 and add ZAZA_FEATURE_BUG472=1

The overlay duplicates what is already in focal.yaml, and it is
causing the gate deployment to fail as follows:

ERROR cannot deploy bundle: the provided bundle has the
  following errors:
charm path in application "ceph-dashboard" does not exist:
  /ceph-dashboard.charm

Additionally this sets ZAZA_FEATURE_BUG472=1 for test runs as
deployments cannot get a public address otherwise:
  https://github.com/openstack-charmers/zaza/issues/472

Depends-On: https://review.opendev.org/c/openstack/charm-ceph-dashboard/+/830967
Change-Id: I2b65cbb9c8d5c8b978b1474ac216a527bea09cb5

ef7c8ba... by Aurelien Lourot

Remove charmcraft workaround and build on all archs

Change-Id: I0ba367e4bb181aee76621b3ae3a38dade3b2e8e1

011733c... by Aurelien Lourot

Migrate to charmhub

Change-Id: I8b998968aecf8f6d2485d4f5153211ceeac81b27

3a23930... by James Page

Use unittest.mock instead of mock

The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: If62bed2598c42b861a11ceab21e9f1ab0c0cf9dd

f59a409... by Peter Matulis

Use openstack-charmers namespace when deploying

The charm will not deploy without specifying the
'openstack-charmers' namespace as the charm is not
promulgated at this time.

It would be good for this change to be backported.

Change-Id: I930e37d99f00b2b57cd644ca24d0f9b57bdfc66f

3534b8c... by Peter Matulis

Improve README

Some essential bits were missing from the initial
21.10 release. It would be great if this change
could be backported.

Change-Id: Ibd616cdf9a08fa990fd2c49024c88f5529e24128

64062e5... by Zuul <email address hidden>

Merge "Add support for bionic"