Skip to content

Commit

Permalink
Merge pull request #358 from stackhpc/sync-openhpc
Browse files Browse the repository at this point in the history
Add OpenHPC 2/3 repos for EL8/9
  • Loading branch information
Alex-Welsh authored Dec 18, 2024
2 parents 03f291e + 1b564ce commit 7f2f7b4
Showing 1 changed file with 27 additions and 1 deletion.
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 8.10 repositories (Slurm appliance)
- name: Rocky Linux 8.10 - AppStream
Expand Down Expand Up @@ -620,6 +633,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

0 comments on commit 7f2f7b4

Please sign in to comment.