File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 32
32
current_series = "2024.1"
33
33
previous_series = "2023.1"
34
34
branch = f"stackhpc/{ current_series } "
35
- ceph_series = "quincy "
35
+ ceph_series = "reef "
36
36
37
37
# Substitutions loader
38
38
rst_prolog = """
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/quincy/cephadm/index.html
23
- - https://docs.ceph.com/en/quincy/
24
22
- https://docs.ceph.com/en/reef/cephadm/index.html
25
23
- https://docs.ceph.com/en/reef/
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 "
6
+ cephadm_ceph_release : " reef "
7
7
8
8
# Ceph FSID.
9
9
# cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "quincy"
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 "
15
+ cephadm_image_tag : " v18 .2.4 "
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' }}"
@@ -21,13 +21,13 @@ cephadm_custom_repos: "{{ ansible_facts['distribution_release'] == 'jammy' }}"
21
21
cephadm_haproxy_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
22
22
23
23
# HAProxy container image tag.
24
- cephadm_haproxy_image_tag : " 2.3 "
24
+ cephadm_haproxy_image_tag : " 2.6 "
25
25
26
26
# Keepalived container image.
27
27
cephadm_keepalived_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/keepalived:{{ cephadm_keepalived_image_tag }}"
28
28
29
29
# Keepalived container image tag.
30
- cephadm_keepalived_image_tag : " 2.1.5 "
30
+ cephadm_keepalived_image_tag : " 2.2.4 "
31
31
32
32
# Ceph container image registry URL.
33
33
cephadm_registry_url : " {{ stackhpc_docker_registry }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Updates the default version of Ceph to Reef. The following container tags
5
+ are used for Ceph:
6
+
7
+ - ``ceph``: ``v18.2.4``
8
+ - ``haproxy``: ``2.6``
9
+ - ``keepalived``: ``2.2.4``
You can’t perform that action at this time.
0 commit comments