charm-microceph:feature/functesting

Last commit made on 2024-01-13
Get this branch:
git clone -b feature/functesting https://git.launchpad.net/charm-microceph

Branch merges

Branch information

Name:
feature/functesting
Repository:
lp:charm-microceph

Recent commits

3ae39c2... by Peter Sabaini

Add functional testing

Signed-off-by: Peter Sabaini <email address hidden>

9811e3c... by utkarsh bhatt

Merge pull request #20 from sabaini/add-rename-after-build

Build: rename charm after building

3807281... by Peter Sabaini

Build: rename charm after building

Signed-off-by: Peter Sabaini <email address hidden>

bef8915... by utkarsh bhatt

Merge pull request #16 from canonical/renovate/configure

Configure Renovate

ebc49d8... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Add renovate.json

4da54a5... by utkarsh bhatt

Merge pull request #15 from sabaini/fix/ops-sunbeam-req

Fix: ops-sunbeam reference

67731e7... by Peter Sabaini

Fix: ops-sunbeam reference

Update for sunbeam repo layout changes

Signed-off-by: Peter Sabaini <email address hidden>

1951551... by utkarsh bhatt

Update README.md

Added Charmhub links to the README

6556b0e... by hemanthnakkina <email address hidden>

Merge pull request #11 from gnuoy/remove-default-crush-rule

Do not set default crush rule when creating pools

b20c979... by Liam Young

Do not set default crush rule when creating pools

A recent change to microceph *1 caused the default crush rule called
`replicated_rule` to be removed. Instead a rule called
`microceph_auto_osd` is created on single node deployments. If/when
the cluster is expanded sufficently a new rule called
`microceph_auto_host` is created automatically and existing pools
migrated to use this, all this is done automatically be microceph.

This change stop a profile being set at all to take advantage of this
new behaviour.

*1 https://github.com/canonical/microceph/commit/14dfe4513fd4c2fb80f7d24b5f4aabb84710d326