mirror of https://github.com/ceph/ceph-ansible.git
Update ceph_keys.yml
jewel version need to build the {{ cluster }}.client.admin.keyring exists keypull/1323/head
parent
adb85530b7
commit
421d1a2853
|
@ -8,8 +8,7 @@
|
||||||
always_run: true
|
always_run: true
|
||||||
when:
|
when:
|
||||||
- cephx
|
- 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
|
# NOTE (leseb): wait for mon discovery and quorum resolution
|
||||||
# the admin key is not instantaneously created so we have to wait a bit
|
# the admin key is not instantaneously created so we have to wait a bit
|
||||||
- name: "wait for {{ cluster }}.client.admin.keyring exists"
|
- name: "wait for {{ cluster }}.client.admin.keyring exists"
|
||||||
|
|
Loading…
Reference in New Issue