mirror of https://github.com/ceph/ceph-ansible.git
add the package-install tags to some tasks in check_mandatory_vars
We'll want these checks to always run when we're installing packages Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/548/head
parent
f86da22ce6
commit
beb966421e
|
@ -5,6 +5,8 @@
|
||||||
when:
|
when:
|
||||||
ceph_origin != 'upstream' and
|
ceph_origin != 'upstream' and
|
||||||
ceph_origin != 'distro'
|
ceph_origin != 'distro'
|
||||||
|
tags:
|
||||||
|
- package-install
|
||||||
|
|
||||||
- name: make sure an installation source was chosen
|
- name: make sure an installation source was chosen
|
||||||
fail:
|
fail:
|
||||||
|
@ -15,6 +17,8 @@
|
||||||
not ceph_dev and
|
not ceph_dev and
|
||||||
not ceph_stable_ice and
|
not ceph_stable_ice and
|
||||||
not ceph_stable_rh_storage
|
not ceph_stable_rh_storage
|
||||||
|
tags:
|
||||||
|
- package-install
|
||||||
|
|
||||||
- name: verify that a method was chosen for red hat storage
|
- name: verify that a method was chosen for red hat storage
|
||||||
fail:
|
fail:
|
||||||
|
@ -23,6 +27,8 @@
|
||||||
ceph_stable_rh_storage and
|
ceph_stable_rh_storage and
|
||||||
not ceph_stable_rh_storage_cdn_install and
|
not ceph_stable_rh_storage_cdn_install and
|
||||||
not ceph_stable_rh_storage_iso_install
|
not ceph_stable_rh_storage_iso_install
|
||||||
|
tags:
|
||||||
|
- package-install
|
||||||
|
|
||||||
- name: make sure journal_size configured
|
- name: make sure journal_size configured
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue