File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ create or modify Ceph cluster deployments. Supported features are:
19
19
Resources
20
20
=========
21
21
22
- - https://docs.ceph.com/en/pacific/cephadm/index.html
23
- - https://docs.ceph.com/en/pacific/
24
22
- https://docs.ceph.com/en/quincy/cephadm/index.html
25
23
- https://docs.ceph.com/en/quincy/
26
24
- https://github.com/stackhpc/ansible-collection-cephadm
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"
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.6' if os_release == 'jammy' else 'v16.2.11' }} "
15
+ cephadm_image_tag : " v17.2.6"
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' }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Changes default Ceph release to Quincy.
You can’t perform that action at this time.
0 commit comments