ceph-ansible/roles/ceph-common/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
..
installs ceph-validate: Refactor check for installation check on SUSE/openSUSE 2019-08-22 20:22:13 +02:00
configure_cluster_name.yml improve coding style 2019-04-23 15:37:07 +02:00
configure_memory_allocator.yml improve coding style 2019-04-23 15:37:07 +02:00
create_rbd_client_dir.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
main.yml improve coding style 2019-04-23 15:37:07 +02:00
release-rhcs.yml improve coding style 2019-04-23 15:37:07 +02:00