@@ -166,7 +166,7 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
166
166
# List of RPM package repositories.
167
167
# Each item is a dict with the following items:
168
168
# name: Repository name.
169
- # url: URL of upstream package mirror.
169
+ # url: URL of upstream package mirror, to the level which contains repodata/
170
170
# policy: Policy for upstream remote. Optional.
171
171
# sync_policy: Sync policy for upstream remote. Optional.
172
172
# base_path: Base path prefix for distributions.
@@ -254,30 +254,18 @@ rpm_package_repos:
254
254
sync_group: third_party
255
255
distribution_name: treasuredata-4-
256
256
# OpenHPC v2 for RockyLinux 8
257
- - name: OpenHPC-2 - Base - x86_64
258
- url: http://repos.openhpc.community/OpenHPC/2/EL_8/x86_64
259
- base_path: OpenHPC/2/EL_8/x86_64/
260
- short_name: openhpc_2_x86_64
261
- sync_group: third_party
262
- distribution_name: openhpc-2-x86_64-
263
- - name: OpenHPC-2 - Base - noarch
264
- url: http://repos.openhpc.community/OpenHPC/2/EL_8/noarch
265
- base_path: OpenHPC/2/EL_8/noarch/
266
- short_name: openhpc_2_noarch
267
- sync_group: third_party
268
- distribution_name: openhpc-2-noarch-
269
- - name: OpenHPC-2 - Updates - x86_64
270
- url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/x86_64
271
- base_path: OpenHPC/2/updates/EL_8/x86_64/
272
- short_name: openhpc_2_updates_x86_64
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
273
261
sync_group: third_party
274
- distribution_name: openhpc-2-updates-x86_64-
275
- - name: OpenHPC-2 - Updates - noarch
276
- url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/noarch
277
- base_path: OpenHPC/2/updates/EL_8/noarch/
278
- short_name: openhpc_2_updates_noarch
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
279
267
sync_group: third_party
280
- distribution_name: openhpc-2-updates-noarch-
268
+ distribution_name: openhpc-2-updates-
281
269
282
270
# Base Rocky Linux 9.5 repositories
283
271
- name: Rocky Linux 9.5 - AppStream
@@ -618,31 +606,18 @@ rpm_package_repos:
618
606
sync_group: third_party
619
607
distribution_name: doca-2.9.1-rhel9.5-
620
608
# OpenHPC v3 for RockyLinux 9
621
- - name: OpenHPC-3 - Base - x86_64
622
- url: http ://repos.openhpc.community/OpenHPC/3/EL_9/x86_64
623
- base_path: OpenHPC/3/EL_9/x86_64/
624
- short_name: openhpc_3_x86_64
609
+ - name: OpenHPC-3 - Base
610
+ url: https ://repos.openhpc.community/OpenHPC/3/EL_9
611
+ base_path: OpenHPC/3/EL_9/
612
+ short_name: openhpc_3
625
613
sync_group: third_party
626
- distribution_name: openhpc-3-x86_64-
627
- - name: OpenHPC-3 - Base - noarch
628
- url: http ://repos.openhpc.community/OpenHPC/3/EL_9/noarch
629
- base_path: OpenHPC/3/EL_9/noarch /
630
- short_name: openhpc_3_noarch
614
+ distribution_name: openhpc-3-
615
+ - name: OpenHPC-3 - Updates
616
+ url: https ://repos.openhpc.community/OpenHPC/3/updates/EL_9
617
+ base_path: OpenHPC/3/updates/EL_9 /
618
+ short_name: openhpc_3_updates
631
619
sync_group: third_party
632
- distribution_name: openhpc-2-noarch-
633
- - name: OpenHPC-3 - Updates - x86_64
634
- url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/x86_64
635
- base_path: OpenHPC/3/updates/EL_9/x86_64/
636
- short_name: openhpc_3_updates_x86_64
637
- sync_group: third_party
638
- distribution_name: openhpc-3-updates-x86_64-
639
- - name: OpenHPC-updates - noarch
640
- url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/noarch
641
- base_path: OpenHPC/3/updates/EL_9/noarch/
642
- short_name: openhpc_3_updates_noarch
643
- sync_group: third_party
644
- distribution_name: openhpc-3-updates-noarch-
645
-
620
+ distribution_name: openhpc-3-updates-
646
621
647
622
# Default filter string for RPM package repositories.
648
623
rpm_package_repo_filter: ""
0 commit comments