~rgildein/juju-verify:bug/1917600

Last commit made on 2021-03-15
Get this branch:
git clone -b bug/1917600 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:
bug/1917600
Repository:
lp:~rgildein/juju-verify

Recent commits

091b6ed... by Robert Gildein

use new action "get-availability-zone" output

3374f1d... by Robert Gildein

fix after rebase

58e9c34... by Robert Gildein

add unit test

3629ced... by Robert Gildein

finalized check_availability_zones_resources

ba99202... by Robert Gildein

add check_az_availability

ddadaeb... by Robert Gildein

add helper functions

5e975d8... by Robert Gildein

This is MP contain new approach to check Ceph Cluster health while juju-verify is running against ceph-osd units.

Steps:
- get all the distinct ceph-osd applications from the ceph-osd units provided
- find all relations between ceph-osd and ceph-mon
- select first unit from each provider relations

Reviewed-on: https://code.launchpad.net/~rgildein/juju-verify/+git/juju-verify/+merge/399294
Reviewed-by: Martin Kalcok <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Xav Paice <email address hidden>

752d9dc... by Robert Gildein

fix typo

cc06471... by Robert Gildein

create CephCommon parent class for Ceph

e3cafef... by Robert Gildein

 replaced logger.info with logger.debug