Skip to content

Commit 54a6235

Browse files
committed
add our own repo
1 parent 7bf1f4c commit 54a6235

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

etc/kayobe/pulp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,12 @@ stackhpc_pulp_rpm_repos:
456456
base_path: "rocky/10/highavailability/x86_64/os/"
457457
required: "{{ stackhpc_pulp_sync_rocky_10 | bool }}"
458458

459+
- name: StackHPC-Extras for Rocky Linux 10
460+
url: "{{ stackhpc_release_pulp_content_url }}/stackhpc-extras/rocky/10/x86_64/os/{{ stackhpc_pulp_repo_rocky_10_stackhpc_extras_version }}"
461+
distribution_name: "rocky-10-stackhpc-extras-"
462+
base_path: "stackhpc-extras/rocky/10/x86_64/"
463+
required: "{{ stackhpc_pulp_sync_rocky_10 | bool }}"
464+
459465
# Additional CentOS Stream 10 repositories
460466
- name: CentOS Stream 10 - NFV OpenvSwitch
461467
url: "{{ stackhpc_release_pulp_content_url }}/centos/10-stream/nfv/x86_64/openvswitch-2/{{ stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch_version }}"

etc/kayobe/stackhpc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ stackhpc_repo_rocky_10_crb_version: "{{ stackhpc_repo_distribution }}"
173173
stackhpc_repo_rocky_10_highavailability_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/rocky/{{ stackhpc_rocky_10_url_version }}/highavailability/{{ kolla_base_arch }}/os/{{ stackhpc_repo_rocky_10_highavailability_version }}"
174174
stackhpc_repo_rocky_10_highavailability_version: "{{ stackhpc_repo_distribution }}"
175175

176+
# Rocky 10 StackHPC-Extras
177+
stackhpc_repo_rocky_10_stackhpc_extras_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/stackhpc-extras/rocky/10/{{ kolla_base_arch }}/{{ stackhpc_pulp_repo_rocky_10_stackhpc_extras_version }}"
178+
stackhpc_pulp_repo_rocky_10_stackhpc_extras_version: "{{ stackhpc_repo_distribution }}"
179+
176180
# CentOS Stream 10 - NFV OpenvSwitch
177181
stackhpc_repo_centos_stream_10_nfv_openvswitch_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/centos/10-stream/nfv/{{ kolla_base_arch }}/openvswitch-2/{{ stackhpc_repo_centos_stream_10_nfv_openvswitch_version }}"
178182
stackhpc_repo_centos_stream_10_nfv_openvswitch_version: "{{ stackhpc_repo_distribution }}"

0 commit comments

Comments
 (0)