mirror of https://github.com/ceph/ceph-ansible.git
site: s/ceph_stable_release/ceph_release
Fix typo, ceph_release is used, not ceph_stable_release Signed-off-by: Sébastien Han <seb@redhat.com>pull/1961/head
parent
1de7765411
commit
b869a7aea5
|
@ -39,8 +39,8 @@
|
|||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-docker-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
|
||||
- hosts: osds
|
||||
become: True
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_release }} > ceph_release_num.jewel" }
|
||||
|
||||
- hosts: agents
|
||||
gather_facts: false
|
||||
|
@ -148,6 +148,6 @@
|
|||
roles:
|
||||
- ceph-defaults
|
||||
- ceph-common
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-iscsi-gw, when: "ceph_release_num.{{ ceph_stable_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-config, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
- { role: ceph-iscsi-gw, when: "ceph_release_num.{{ ceph_release }} >= ceph_release_num.luminous" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue