We'll want these checks to always run when we're installing packages
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
when:
ceph_origin != 'upstream' and
ceph_origin != 'distro'
+ tags:
+ - package-install
- name: make sure an installation source was chosen
fail:
not ceph_dev and
not ceph_stable_ice and
not ceph_stable_rh_storage
+ tags:
+ - package-install
- name: verify that a method was chosen for red hat storage
fail:
ceph_stable_rh_storage and
not ceph_stable_rh_storage_cdn_install and
not ceph_stable_rh_storage_iso_install
+ tags:
+ - package-install
- name: make sure journal_size configured
fail: