- ceph_origin == 'upstream'
- not ceph_stable
- not ceph_dev
- - not ceph_stable_rh_storage
+ - not ceph_rhcs
- not ceph_stable_uca
tags:
- package-install
- name: verify that a method was chosen for red hat storage
fail:
- msg: "choose between ceph_stable_rh_storage_cdn_install and ceph_stable_rh_storage_iso_install"
+ msg: "choose between ceph_rhcs_cdn_install and ceph_rhcs_iso_install"
when:
- - ceph_stable_rh_storage
- - not ceph_stable_rh_storage_cdn_install
- - not ceph_stable_rh_storage_iso_install
+ - ceph_rhcs
+ - not ceph_rhcs_cdn_install
+ - not ceph_rhcs_iso_install
- ceph_origin == "upstream"
tags:
- package-install