mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1961 from ceph/site-condition-2
[skip ci] site: s/ceph_stable_release/ceph_releasepull/1964/head
commit
38e6ae7ce0
|
@ -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