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

Fix epel not using Ark repos for RL8 #526

Merged
merged 17 commits into from
Jan 9, 2025
Merged
10 changes: 0 additions & 10 deletions environments/.stackhpc/inventory/group_vars/all/openhpc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
openhpc_config_extra:
SlurmctldDebug: debug
SlurmdDebug: debug

ohpc_default_extra_repos:
"9": [] #overriding to ensure doesn't overwrite ark epel repo
"8":
- name: epel
file: epel
description: "Extra Packages for Enterprise Linux 8 - $basearch"
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&infra=$infra&content=$contentdir"
gpgcheck: true
gpgkey: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-250107-1534-b03caaf3",
"RL9": "openhpc-RL9-250107-1535-b03caaf3"
"RL8": "openhpc-RL8-250108-1703-e515b902",
"RL9": "openhpc-RL9-250108-1703-e515b902"
}
}