File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Cephadm deployment configuration.
4
4
5
5
# Ceph release name.
6
- cephadm_ceph_release : " {{ 'quincy' if (ansible_facts['distribution_release'] == 'jammy') else 'pacific' }}"
6
+ cephadm_ceph_release : " {{ 'quincy' if (ansible_facts['distribution_release'] == 'jammy' or ansible_facts.distribution_major_version == '9' ) else 'pacific' }}"
7
7
8
8
# Ceph FSID.
9
9
# cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'quincy' if (ansible_facts['distribution_release'] ==
12
12
cephadm_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
13
14
14
# Ceph container image tag.
15
- cephadm_image_tag : " {{ 'v17.2.7' if os_release == 'jammy ' else 'v16.2.14' }}"
15
+ cephadm_image_tag : " {{ 'v17.2.7' if cephadm_ceph_release == 'quincy ' else 'v16.2.14' }}"
16
16
17
17
# Ceph custom repo workaround for Ubuntu Jammy as there are no official ceph repos for jammy.
18
18
cephadm_custom_repos : " {{ ansible_facts['distribution_release'] == 'jammy' }}"
You can’t perform that action at this time.
0 commit comments