@@ -166,7 +166,7 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
166166# List of RPM package repositories.
167167# Each item is a dict with the following items:
168168# name: Repository name.
169- # url: URL of upstream package mirror.
169+ # url: URL of upstream package mirror, to the level which contains repodata/
170170# policy: Policy for upstream remote. Optional.
171171# sync_policy: Sync policy for upstream remote. Optional.
172172# base_path: Base path prefix for distributions.
@@ -253,6 +253,19 @@ rpm_package_repos:
253253 short_name: treasuredata_4
254254 sync_group: third_party
255255 distribution_name: treasuredata-4-
256+ # OpenHPC v2 for RockyLinux 8
257+ - name: OpenHPC-2 - Base
258+ url: https://repos.openhpc.community/OpenHPC/2/EL_8
259+ base_path: OpenHPC/2/EL_8/
260+ short_name: openhpc_2
261+ sync_group: third_party
262+ distribution_name: openhpc-2-
263+ - name: OpenHPC-2 - Updates
264+ url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8
265+ base_path: OpenHPC/2/updates/EL_8/
266+ short_name: openhpc_2_updates
267+ sync_group: third_party
268+ distribution_name: openhpc-2-updates-
256269
257270 # Base Rocky Linux 8.10 repositories (Slurm appliance)
258271 - name: Rocky Linux 8.10 - AppStream
@@ -620,6 +633,19 @@ rpm_package_repos:
620633 short_name: doca_2_9_1_rhel9_5
621634 sync_group: third_party
622635 distribution_name: doca-2.9.1-rhel9.5-
636+ # OpenHPC v3 for RockyLinux 9
637+ - name: OpenHPC-3 - Base
638+ url: https://repos.openhpc.community/OpenHPC/3/EL_9
639+ base_path: OpenHPC/3/EL_9/
640+ short_name: openhpc_3
641+ sync_group: third_party
642+ distribution_name: openhpc-3-
643+ - name: OpenHPC-3 - Updates
644+ url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9
645+ base_path: OpenHPC/3/updates/EL_9/
646+ short_name: openhpc_3_updates
647+ sync_group: third_party
648+ distribution_name: openhpc-3-updates-
623649
624650# Default filter string for RPM package repositories.
625651rpm_package_repo_filter: ""
0 commit comments