~rgildein/juju-verify:docs/ceph-osd-verifier

Last commit made on 2021-04-27
Get this branch:
git clone -b docs/ceph-osd-verifier 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:
docs/ceph-osd-verifier
Repository:
lp:~rgildein/juju-verify

Recent commits

8e945c7... by Robert Gildein

Add verifiers docs

 * check the health of Ceph clusters - with diagram
 * check the minimum number of replicas - with diagram
 * check availability zones resources - with diagram

e9b7764... by Martin Kalcok

Rework of `Result` class

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

d5507d7... by Robert Gildein

add getting-started.rst file

This file contains information on how to install juju-verify and basic CLI
usage, such as ceph-osd.

Reviewed-on: https://code.launchpad.net/~rgildein/juju-verify/+git/juju-verify/+merge/400900
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

45581b7... by Robert Gildein

add getting-started.rst file

This file contains information on how to install juju-verify and basic CLI
usage, such as ceph-osd.

580d66e... by Martin Kalcok

Add functional testing

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

c944b1c... by Martin Kalcok

Add 'functional' target to help and .PHONY

fc596a4... by Martin Kalcok

Simplify `__add__` operation of `Result` class.

bf12633... by Martin Kalcok

Replace '\n' usage with `os.linesep`

98daec2... by Martin Kalcok

Add `Result.empty` property

0922d7b... by Martin Kalcok

Update `Result` usage after merge from upstream