Skip to content

Commit 4173e58

Browse files
authored
Merge branch 'stackhpc/2024.1' into 2024.1-bump-ovs/ovn
2 parents 03452e7 + 42be8f4 commit 4173e58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

etc/kayobe/cephadm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'squid' if os_release == 'noble' else 'reef' }}"
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: "{{ 'v19.2.1' if cephadm_ceph_release == 'squid' else 'v18.2.4' }}"
15+
cephadm_image_tag: "{{ 'v19.2.1' if cephadm_ceph_release == 'squid' else 'v18.2.7' }}"
1616

1717
# Ceph custom repo workaround for Ubuntu as there are no official ceph repos for Ubuntu Jammy and Noble.
1818
cephadm_custom_repos: "{{ ansible_facts['distribution'] == 'Ubuntu' }}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
Bumps the default Ceph Reef container image to ``v18.2.7``.

0 commit comments

Comments
 (0)