Skip to content

Commit 5d9190a

Browse files
authored
Fix quincy version variable
1 parent 8c05853 commit 5d9190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ stackhpc_pulp_rpm_repos:
293293
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
294294

295295
- name: CentOS Stream 9 - Ceph Quincy
296-
url: "{{ stackhpc_release_pulp_content_url }}/centos/9-stream/storage/x86_64/ceph-quincy/{{ quincy_version }}"
296+
url: "{{ stackhpc_release_pulp_content_url }}/centos/9-stream/storage/x86_64/ceph-quincy/{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version }}"
297297
distribution_name: "centos-stream-9-ceph-quincy-"
298298
base_path: "centos/9-stream/storage/x86_64/ceph-quincy/"
299299
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"

0 commit comments

Comments
 (0)