Skip to content

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

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

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from all commits
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
28 changes: 27 additions & 1 deletion ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ deb_package_repos_filtered: "{{ deb_package_repos | select_repos(deb_package_rep
# List of RPM package repositories.
# Each item is a dict with the following items:
# name: Repository name.
# url: URL of upstream package mirror.
# url: URL of upstream package mirror, to the level which contains repodata/
# policy: Policy for upstream remote. Optional.
# sync_policy: Sync policy for upstream remote. Optional.
# base_path: Base path prefix for distributions.
Expand Down Expand Up @@ -253,6 +253,19 @@ rpm_package_repos:
short_name: treasuredata_4
sync_group: third_party
distribution_name: treasuredata-4-
# OpenHPC v2 for RockyLinux 8
- name: OpenHPC-2 - Base
url: https://repos.openhpc.community/OpenHPC/2/EL_8
base_path: OpenHPC/2/EL_8/
short_name: openhpc_2
sync_group: third_party
distribution_name: openhpc-2-
- name: OpenHPC-2 - Updates
url: https://repos.openhpc.community/OpenHPC/2/updates/EL_8
base_path: OpenHPC/2/updates/EL_8/
short_name: openhpc_2_updates
sync_group: third_party
distribution_name: openhpc-2-updates-

# Base Rocky Linux 9.5 repositories
- name: Rocky Linux 9.5 - AppStream
Expand Down Expand Up @@ -592,6 +605,19 @@ 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
url: https://repos.openhpc.community/OpenHPC/3/EL_9
base_path: OpenHPC/3/EL_9/
short_name: openhpc_3
sync_group: third_party
distribution_name: openhpc-3-
- name: OpenHPC-3 - Updates
url: https://repos.openhpc.community/OpenHPC/3/updates/EL_9
base_path: OpenHPC/3/updates/EL_9/
short_name: openhpc_3_updates
sync_group: third_party
distribution_name: openhpc-3-updates-

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