mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: fix mon startup for dev installation
closes: #602 and #587 Signed-off-by: Sébastien Han <seb@redhat.com>pull/606/head
parent
ebcc7f6207
commit
443f3465fd
|
@ -57,7 +57,7 @@
|
||||||
# somehow the YAML syntax using "is_ceph_infernalis: {{"
|
# somehow the YAML syntax using "is_ceph_infernalis: {{"
|
||||||
# does NOT work, so we keep this syntax styling...
|
# does NOT work, so we keep this syntax styling...
|
||||||
- set_fact:
|
- set_fact:
|
||||||
is_ceph_infernalis={{ (ceph_stable and ceph_stable_release not in ceph_stable_releases) or (ceph_stable_rh_storage and (rh_storage_version.stdout | version_compare('0.94', '>'))) }}
|
is_ceph_infernalis={{ (ceph_stable and ceph_stable_release not in ceph_stable_releases) or (ceph_dev) or (ceph_stable_rh_storage and (rh_storage_version.stdout | version_compare('0.94', '>'))) }}
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
dir_owner: ceph
|
dir_owner: ceph
|
||||||
|
|
Loading…
Reference in New Issue