File tree 12 files changed +27
-22
lines changed
12 files changed +27
-22
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 = "reef "
35
+ ceph_series = "squid "
36
36
37
37
# Substitutions loader
38
38
rst_prolog = """
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/reef /cephadm/index.html
23
- - https://docs.ceph.com/en/reef /
22
+ - https://docs.ceph.com/en/squid /cephadm/index.html
23
+ - https://docs.ceph.com/en/squid /
24
24
- https://github.com/stackhpc/ansible-collection-cephadm
25
25
26
26
Configuration
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ apt_config:
33
33
apt_keys :
34
34
- url : " https://download.docker.com/linux/ubuntu/gpg"
35
35
filename : docker.asc
36
- - url : " https://download.ceph.com/keys/release.asc"
37
- filename : ceph.asc
38
36
39
37
# A list of Apt repositories. Each item is a dict with the following keys:
40
38
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
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 : " reef "
6
+ cephadm_ceph_release : " squid "
7
7
8
8
# Ceph FSID.
9
9
# cephadm_fsid:
@@ -12,7 +12,7 @@ cephadm_ceph_release: "reef"
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 : " v18 .2.4 "
15
+ cephadm_image_tag : " v19 .2.0 "
16
16
17
17
# HAProxy container image.
18
18
cephadm_haproxy_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ stackhpc_repo_docker_ce_ubuntu_noble_version: "{{ stackhpc_pulp_repo_docker_ce_u
32
32
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
33
33
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
34
34
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
35
- stackhpc_repo_centos_stream_9_storage_ceph_reef_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
35
+ stackhpc_repo_centos_stream_9_storage_ceph_squid_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_squid_version }}"
36
36
stackhpc_repo_centos_stream_9_docker_version : " {{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
37
37
stackhpc_repo_rhel_9_treasuredata_5_version : " {{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
38
38
stackhpc_repo_rhel_9_mariadb_10_11_version : " {{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ stackhpc_repo_docker_ce_ubuntu_noble_version: "{{ stackhpc_pulp_repo_docker_ce_u
58
58
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
59
59
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
60
60
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
61
- stackhpc_repo_centos_stream_9_storage_ceph_reef_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
61
+ stackhpc_repo_centos_stream_9_storage_ceph_squid_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_squid_version }}"
62
62
stackhpc_repo_centos_stream_9_docker_version : " {{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
63
63
stackhpc_repo_rhel_9_treasuredata_5_version : " {{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
64
64
stackhpc_repo_rhel_9_mariadb_10_11_version : " {{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ stackhpc_repo_docker_ce_ubuntu_noble_version: "{{ stackhpc_pulp_repo_docker_ce_u
32
32
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
33
33
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
34
34
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
35
- stackhpc_repo_centos_stream_9_storage_ceph_reef_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
35
+ stackhpc_repo_centos_stream_9_storage_ceph_squid_version : " {{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_squid_version }}"
36
36
stackhpc_repo_centos_stream_9_docker_version : " {{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
37
37
stackhpc_repo_rhel_9_treasuredata_5_version : " {{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
38
38
stackhpc_repo_rhel_9_mariadb_10_11_version : " {{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ stackhpc_rocky_9_third_party_repos:
210
210
- url : " {{ stackhpc_repo_rhel_9_influxdb_url }}"
211
211
file : " influxdb.repo"
212
212
tag : " influxdb"
213
- - url : " {{ stackhpc_repo_centos_stream_9_storage_ceph_reef_url }}"
214
- file : " CentOS-Ceph-Reef .repo"
215
- tag : " centos-ceph-reef "
213
+ - url : " {{ stackhpc_repo_centos_stream_9_storage_ceph_squid_url }}"
214
+ file : " CentOS-Ceph-Squid .repo"
215
+ tag : " centos-ceph-squid "
216
216
- url : " {{ stackhpc_repo_rhel9_rabbitmq_erlang_url }}"
217
217
file : " rabbitmq_rabbitmq-erlang.repo"
218
218
tag : " rabbitmq_rabbitmq-erlang"
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ stackhpc_pulp_repo_centos_stream_9_docker_version: 20241210T000909
5
5
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version : 20241214T012909
6
6
stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version : 20241212T022636
7
7
stackhpc_pulp_repo_centos_stream_9_opstools_version : 20231213T031318
8
- stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version : 20240923T233036
9
- stackhpc_pulp_repo_ceph_reef_debian_version : 20240925T152022
8
+ stackhpc_pulp_repo_centos_stream_9_storage_ceph_squid_version : 20240923T233036
10
9
stackhpc_pulp_repo_docker_ce_ubuntu_noble_version : 20241218T154614
11
10
stackhpc_pulp_repo_elrepo_9_version : 20241129T235743
12
11
stackhpc_pulp_repo_epel_9_version : 20241216T235733
Original file line number Diff line number Diff line change @@ -297,10 +297,10 @@ stackhpc_pulp_rpm_repos:
297
297
base_path : " centos/9-stream/opstools/x86_64/collectd-5/"
298
298
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
299
299
300
- - name : CentOS Stream 9 - Ceph Reef
301
- url : " {{ stackhpc_release_pulp_content_url }}/centos/9-stream/storage/x86_64/ceph-reef /{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
302
- distribution_name : " centos-stream-9-ceph-reef -"
303
- base_path : " centos/9-stream/storage/x86_64/ceph-reef /"
300
+ - name : CentOS Stream 9 - Ceph Squid
301
+ url : " {{ stackhpc_release_pulp_content_url }}/centos/9-stream/storage/x86_64/ceph-squid /{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_squid_version }}"
302
+ distribution_name : " centos-stream-9-ceph-squid -"
303
+ base_path : " centos/9-stream/storage/x86_64/ceph-squid /"
304
304
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
305
305
306
306
# EPEL 9 repository
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ stackhpc_repo_centos_stream_9_openstack_caracal_version: "{{ stackhpc_repo_distr
72
72
stackhpc_repo_centos_stream_9_opstools_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/centos/9-stream/opstools/x86_64/collectd-5/{{ stackhpc_repo_centos_stream_9_opstools_version }}"
73
73
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_repo_distribution }}"
74
74
75
- # CentOS Stream 9 - Ceph Reef
76
- stackhpc_repo_centos_stream_9_storage_ceph_reef_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/centos/9-stream/storage/x86_64/ceph-reef /{{ stackhpc_repo_centos_stream_9_storage_ceph_reef_version }}"
77
- stackhpc_repo_centos_stream_9_storage_ceph_reef_version : " {{ stackhpc_repo_distribution }}"
75
+ # CentOS Stream 9 - Ceph Squid
76
+ stackhpc_repo_centos_stream_9_storage_ceph_squid_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/centos/9-stream/storage/x86_64/ceph-squid /{{ stackhpc_repo_centos_stream_9_storage_ceph_squid_version }}"
77
+ stackhpc_repo_centos_stream_9_storage_ceph_squid_version : " {{ stackhpc_repo_distribution }}"
78
78
79
79
# CentOS Stream 9 Docker CE
80
80
stackhpc_repo_centos_stream_9_docker_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/docker-ce/centos/9/x86_64/stable/{{ stackhpc_repo_centos_stream_9_docker_version }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Added support for the Squid release of Ceph.
5
+ upgrade :
6
+ - |
7
+ Squid has become the default release of Ceph. The new default image tag is
8
+ ``v19.2.0``.
You can’t perform that action at this time.
0 commit comments