]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update ceph_keys.yml 1323/head
authorWingKai Ho <sanguosifang@163.com>
Tue, 21 Feb 2017 01:49:52 +0000 (09:49 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 01:49:52 +0000 (09:49 +0800)
jewel version need to build the {{ cluster }}.client.admin.keyring exists key

roles/ceph-mon/tasks/ceph_keys.yml

index dcc768828352b141c6ef34e844e42e761898fce2..b2996cb3cf646c2e40abc889bf8f21aba3013ba2 100644 (file)
@@ -8,8 +8,7 @@
   always_run: true
   when:
     - cephx
-    - ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel
-
+    - ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel
 # NOTE (leseb): wait for mon discovery and quorum resolution
 # the admin key is not instantaneously created so we have to wait a bit
 - name: "wait for {{ cluster }}.client.admin.keyring exists"