Skip to content

Commit

Permalink
Fix Debian Ceph Reef repo names to match Release Train
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed Oct 28, 2024
1 parent 0f5a5e0 commit 6cb451f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ stackhpc_pulp_deb_repos:
components: "stable"
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"

- name: "Docker CE for Ubuntu Jammy"
- name: "Ceph Reef for Debian"
url: "{{ stackhpc_release_pulp_content_url }}/ceph/debian-reef/{{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
distribution_name: "docker-ce-for-ubuntu-jammy-"
base_path: "docker-ce/ubuntu-jammy/"
distribution_name: "ceph-reef-debian-"
base_path: "ceph/debian-reef/"
distributions: "jammy"
components: "stable"
components: "main"
required: "{{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"

# Publication format is a subset of distribution.
Expand Down

0 comments on commit 6cb451f

Please sign in to comment.