ceph-ansible/roles/ceph-validate/tasks
Johannes Kastl efd38ecc88 ceph-validate: Refactor check for installation check on SUSE/openSUSE
Move the validation from roles/ceph-common/tasks/installs/install_on_suse.yml
to roles/ceph-validate/ and fix the syntax.

There are two valid combinations of `ceph_origin` and `ceph_repository` on
SUSE/openSUSE:
- ceph_origin == 'distro'
- ceph_origin == 'repository' and ceph_repository == 'obs'

The current when condition would fail even in the valid second combination,
as ceph_origin != distro would be true then

Fixes: #4362

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
2019-08-22 20:22:13 +02:00
..
check_devices.yml validate: fail if gpt header found on unprepared devices 2019-07-18 07:43:55 +02:00
check_eth_mon.yml improve coding style 2019-04-23 15:37:07 +02:00
check_eth_rgw.yml improve coding style 2019-04-23 15:37:07 +02:00
check_ipaddr_mon.yml Remove NBSP characters 2019-07-26 16:09:23 -04:00
check_iscsi.yml iscsi: refact deprecated variables 2019-07-03 22:13:19 +02:00
check_nfs.yml ceph-nfs: fail on openSUSE Leap using distro packages 2019-08-21 09:58:54 +02:00
check_rgw_multisite.yml lint: remove trailling spaces 2018-10-31 14:18:36 +01:00
check_system.yml roles/ceph-validate/tasks/check_system.yml: fail on unsupported SUSE versions 2019-08-22 17:17:21 +02:00
main.yml ceph-validate: Refactor check for installation check on SUSE/openSUSE 2019-08-22 20:22:13 +02:00