Skip to content

Commit 6cb451f

Browse files
committed
Fix Debian Ceph Reef repo names to match Release Train
1 parent 0f5a5e0 commit 6cb451f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

etc/kayobe/pulp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ stackhpc_pulp_deb_repos:
122122
components: "stable"
123123
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
124124

125-
- name: "Docker CE for Ubuntu Jammy"
125+
- name: "Ceph Reef for Debian"
126126
url: "{{ stackhpc_release_pulp_content_url }}/ceph/debian-reef/{{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
127-
distribution_name: "docker-ce-for-ubuntu-jammy-"
128-
base_path: "docker-ce/ubuntu-jammy/"
127+
distribution_name: "ceph-reef-debian-"
128+
base_path: "ceph/debian-reef/"
129129
distributions: "jammy"
130-
components: "stable"
130+
components: "main"
131131
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
132132

133133
# Publication format is a subset of distribution.

0 commit comments

Comments
 (0)