File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed 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' if (ansible_facts['distribution_release'] == 'jammy') or (ansible_facts['distribution_release'] == '9') else 'pacific' }}"
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.7' if os_release == 'jammy' else 'v16.2.14' }}"
15
+ cephadm_image_tag : " {{ 'v17.2.7' if ( os_release == 'jammy') or (os_release == '9') else 'v16.2.14' }}"
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 @@ -200,7 +200,7 @@ rocky_9_gpg_key: "https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9"
200
200
201
201
# Whether to create a repo file for ELRepo. This affects RedHat-based
202
202
# systems only.
203
- dnf_install_elrepo_9 : false
203
+ dnf_install_elrepo_9 : true
204
204
205
205
# Whether to enable docker dnf repo in stackhpc_dnf_repos
206
206
dnf_enable_docker : true
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky
13
13
kayobe_image_tags :
14
14
openstack :
15
15
centos : yoga-20231024T093507
16
- rocky : yoga-20231211T151419
16
+ rocky : yoga-20231218T141822
17
17
ubuntu : yoga-20231024T093507
18
18
nova :
19
19
centos : yoga-20231113T171023
20
- rocky : yoga-20231211T151419
20
+ rocky : yoga-20240105T120257
21
21
ubuntu : yoga-20231103T161400
22
22
cloudkitty :
23
23
centos : yoga-20231107T165648
24
- rocky : yoga-20231211T151419
24
+ rocky : yoga-20231218T141822
25
25
ubuntu : yoga-20231107T165648
26
26
neutron :
27
27
centos : yoga-20231114T125927
28
- rocky : yoga-20231211T151419
28
+ rocky : yoga-20240105T120257
29
29
ubuntu : yoga-20231114T125927
30
30
31
31
cloudkitty_tag : " {% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"
199
199
200
200
# ELRepo 9
201
201
stackhpc_repo_elrepo_9_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/elrepo/elrepo/el9/x86_64/{{ stackhpc_repo_elrepo_9_version }}"
202
- stackhpc_repo_elrepo_9_version : " {{ stackhpc_repo_distribution }} "
202
+ stackhpc_repo_elrepo_9_version : " 20230907T075311 "
203
203
204
204
# ##############################################################################
205
205
# Sources
You can’t perform that action at this time.
0 commit comments