Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenHPC 2/3 repos for EL8/9 #358

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,31 @@ rpm_package_repos:
short_name: treasuredata_4
sync_group: third_party
distribution_name: treasuredata-4-
# OpenHPC v2 for RockyLinux 8
- name: OpenHPC-2 - Base - x86_64
url: http://repos.openhpc.community/OpenHPC/2/EL_8/x86_64
base_path: OpenHPC/2/EL_8/x86_64/
short_name: openhpc_2_x86_64
sync_group: third_party
distribution_name: openhpc-2-x86_64-
- name: OpenHPC-2 - Base - noarch
url: http://repos.openhpc.community/OpenHPC/2/EL_8/noarch
base_path: OpenHPC/2/EL_8/noarch/
short_name: openhpc_2_noarch
sync_group: third_party
distribution_name: openhpc-2-noarch-
- name: OpenHPC-2 - Updates - x86_64
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/x86_64
base_path: OpenHPC/2/updates/EL_8/x86_64/
short_name: openhpc_2_updates_x86_64
sync_group: third_party
distribution_name: openhpc-2-updates-x86_64-
- name: OpenHPC-2 - Updates - noarch
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8/noarch
base_path: OpenHPC/2/updates/EL_8/noarch/
short_name: openhpc_2_updates_noarch
sync_group: third_party
distribution_name: openhpc-2-updates-noarch-

# Base Rocky Linux 9.5 repositories
- name: Rocky Linux 9.5 - AppStream
Expand Down Expand Up @@ -592,6 +617,32 @@ rpm_package_repos:
short_name: doca_2_9_1_rhel9_5
sync_group: third_party
distribution_name: doca-2.9.1-rhel9.5-
# OpenHPC v3 for RockyLinux 9
- name: OpenHPC-3 - Base - x86_64
url: http://repos.openhpc.community/OpenHPC/3/EL_9/x86_64
base_path: OpenHPC/3/EL_9/x86_64/
short_name: openhpc_3_x86_64
sync_group: third_party
distribution_name: openhpc-3-x86_64-
- name: OpenHPC-3 - Base - noarch
url: http://repos.openhpc.community/OpenHPC/3/EL_9/noarch
base_path: OpenHPC/3/EL_9/noarch/
short_name: openhpc_3_noarch
sync_group: third_party
distribution_name: openhpc-2-noarch-
- name: OpenHPC-3 - Updates - x86_64
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/x86_64
base_path: OpenHPC/3/updates/EL_9/x86_64/
short_name: openhpc_3_updates_x86_64
sync_group: third_party
distribution_name: openhpc-3-updates-x86_64-
- name: OpenHPC-updates - noarch
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9/noarch
base_path: OpenHPC/3/updates/EL_9/noarch/
short_name: openhpc_3_updates_noarch
sync_group: third_party
distribution_name: openhpc-3-updates-noarch-


# Default filter string for RPM package repositories.
rpm_package_repo_filter: ""
Expand Down
Loading