Skip to content

Commit ab7ffd5

Browse files
committed
Change default Ceph release to Quincy
1 parent 6368678 commit ab7ffd5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/source/configuration/cephadm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ create or modify Ceph cluster deployments. Supported features are:
1919
Resources
2020
=========
2121

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/
2424
- https://github.com/stackhpc/ansible-collection-cephadm
2525

2626
Configuration

etc/kayobe/cephadm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Cephadm deployment configuration.
44

55
# Ceph release name.
6-
cephadm_ceph_release: "pacific"
6+
cephadm_ceph_release: "quincy"
77

88
# Ceph FSID.
99
#cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "pacific"
1212
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
1313

1414
# Ceph container image tag.
15-
cephadm_image_tag: "v16.2.5"
15+
cephadm_image_tag: "v17.2.6"
1616

1717
# Ceph container image registry URL.
1818
cephadm_registry_url: "{{ stackhpc_docker_registry }}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Changes default Ceph release to Quincy.

0 commit comments

Comments
 (0)