Skip to content

Commit 9d1e692

Browse files
committed
add OpenHPC 2/3 repos for EL8/9
1 parent 4bb1366 commit 9d1e692

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,31 @@ 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 - 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
273+
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_x86_64
279+
sync_group: third_party
280+
distribution_name: openhpc-2-updates-noarch-
256281

257282
# Base Rocky Linux 9.5 repositories
258283
- name: Rocky Linux 9.5 - AppStream
@@ -592,6 +617,32 @@ rpm_package_repos:
592617
short_name: doca_2_9_1_rhel9_5
593618
sync_group: third_party
594619
distribution_name: doca-2.9.1-rhel9.5-
620+
# 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
625+
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
631+
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_x86_64
643+
sync_group: third_party
644+
distribution_name: openhpc-3-updates-noarch-
645+
595646

596647
# Default filter string for RPM package repositories.
597648
rpm_package_repo_filter: ""

0 commit comments

Comments
 (0)