File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ 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 /
22
+ - https://docs.ceph.com/en/quincy /cephadm/index.html
23
+ - https://docs.ceph.com/en/quincy /
24
24
- https://github.com/stackhpc/ansible-collection-cephadm
25
25
26
26
Configuration
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 : " pacific "
6
+ cephadm_ceph_release : " quincy "
7
7
8
8
# Ceph FSID.
9
9
# cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "pacific"
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 : " v16 .2.5 "
15
+ cephadm_image_tag : " v17 .2.6 "
16
16
17
17
# Ceph container image registry URL.
18
18
cephadm_registry_url : " {{ stackhpc_docker_registry }}"
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