~rgildein/juju-verify:bug1921505

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

Recent commits

600312f... by Robert Gildein

removed `BaseVerifier.run_action_on_units`

The function `BaseVerifier.run_action_on_units` was used with restriction
that prevents actions being run on units other than those that are part
of the self.units.

Because this restriction was no longer useful, it has been removed, and
without it, there is no reason for the `run_action_on_units` function
to be part of the `BaseVerifier`. At the same time, the
`run_action_on_unit` function has been moved from `BaseVerifier` to
`utils.unit`.

8c5e413... by Alvaro Uria

ceph-osd verifier rst format fixes

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

ad95ac2... by Alvaro Uria

[FIX] vscode IDE files: gitignore and skip removal

e60b3cc... by Alvaro Uria

[docs] ceph-osd verifier rst format fixes

00a22d9... by Robert Gildein

Add verifiers docs

This document contains a structured description of all checks for "ceph-osd" units.

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

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

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>