~rgildein/juju-verify:ceph-functests-fix

Last commit made on 2021-05-04
Get this branch:
git clone -b ceph-functests-fix https://git.launchpad.net/~rgildein/juju-verify
Only Robert Gildein can upload to this branch. If you are Robert Gildein please log in for upload directions.

Branch merges

Branch information

Name:
ceph-functests-fix
Repository:
lp:~rgildein/juju-verify

Recent commits

8c273f1... by Robert Gildein

logged each verifier result

 * logged each verifier result to get more information
 * fixed typo
 * removed unnecessary code

e3a7cfa... by Martin Kalcok

Add verifier for ceph-mon

This change adds a CephMon verifier for the ceph-mon charm. It uses
existing actions to ensure the cluster has HEALTH_OK status.

The change relies on ceph-mon get-quorum-status action, introduced in
https://review.opendev.org/c/openstack/charm-ceph-mon/+/778837.

Also uses Juju changes in 2.8.10, and introduces a dependency on that
version.

Reviewed-on: https://code.launchpad.net/~martin-kalcok/juju-verify/+git/juju-verify/+merge/401953
Reviewed-by: Robert Gildein <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

fbbac86... by Martin Kalcok

Quality of code improvements.

ca7393f... by Martin Kalcok

Documentation for ceph-mon verifier.

27201e2... by Martin Kalcok

Optimize ceph-mon cluster health check

ddfe248... by Martin Kalcok

Fix usage of Result class in nova-compute func tests

Reviewed-on: https://code.launchpad.net/~martin-kalcok/juju-verify/+git/juju-verify/+merge/401969
Reviewed-by: Robert Gildein <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

c0ddb86... by Martin Kalcok

Update juju-verify example output in docs

15f5c2d... by Martin Kalcok

Prevent warnings about similar imports

547951d... by Martin Kalcok

Merge remote-tracking branch 'upstream/master' into ceph-mon

95548f2... by Martin Kalcok

fix Result usage in nova-compute func tests