]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: fix mon startup for dev installation
authorSébastien Han <seb@redhat.com>
Mon, 7 Mar 2016 12:28:54 +0000 (13:28 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 7 Mar 2016 12:28:54 +0000 (13:28 +0100)
closes: #602 and #587

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/main.yml

index 8abbe005a5121ecc3af886f8a8350328178e5b4d..cabadac12d2be88e9279700b94d19a0ffdd97f88 100644 (file)
@@ -57,7 +57,7 @@
 # somehow the YAML syntax using "is_ceph_infernalis: {{"
 # does NOT work, so we keep this syntax styling...
 - 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:
     dir_owner: ceph