mirror of https://github.com/ceph/ceph-ansible.git
ceph-nfs: fail on openSUSE Leap using distro packages
roles/ceph-validate/tasks/check_nfs.yml: fail on openSUSE Leap using `ceph_origin = distro`, as the ganesha packages are not available from the distribution repositories Fixes: #4342 Signed-off-by: Johannes Kastl <kastl@b1-systems.de>pull/4364/head
parent
c721cb99cb
commit
11aa5dbb58
|
@ -6,3 +6,10 @@
|
|||
- nfs_obj_gw
|
||||
- groups.get(mon_group_name, []) | length == 0
|
||||
- (ceph_nfs_rgw_access_key is undefined or ceph_nfs_rgw_secret_key is undefined)
|
||||
|
||||
- name: fail on openSUSE Leap 15.x using distro packages
|
||||
fail:
|
||||
msg: "ceph-nfs packages are not available from openSUSE Leap 15.x repositories (ceph_origin = 'distro')"
|
||||
when:
|
||||
- ceph_origin == 'distro'
|
||||
- ansible_distribution == 'openSUSE Leap'
|
||||
|
|
Loading…
Reference in New Issue