Skip to content

Commit 69d9cd8

Browse files
wtripp180901sjpb
andauthored
Fix epel not using Ark repos for RL8 (#526)
* cookiecutter environment now has working defaults * updated docs * refactored ood demo user into cookiecutter * updated docs * changed secret name * Doc changes Co-authored-by: Steve Brasier <[email protected]> * rename * replaced testuser with demo_user * selinux now defaults to disabled * bump images * updated readme * moved files and removed redundant ood config * environments now have grafana anonymous auth by default * fixed ohpc not using ark repos * bump images --------- Co-authored-by: Steve Brasier <[email protected]>
1 parent dc58a25 commit 69d9cd8

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
openhpc_config_extra:
22
SlurmctldDebug: debug
33
SlurmdDebug: debug
4-
5-
ohpc_default_extra_repos:
6-
"9": [] #overriding to ensure doesn't overwrite ark epel repo
7-
"8":
8-
- name: epel
9-
file: epel
10-
description: "Extra Packages for Enterprise Linux 8 - $basearch"
11-
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&infra=$infra&content=$contentdir"
12-
gpgcheck: true
13-
gpgkey: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-250107-1534-b03caaf3",
4-
"RL9": "openhpc-RL9-250107-1535-b03caaf3"
3+
"RL8": "openhpc-RL8-250108-1703-e515b902",
4+
"RL9": "openhpc-RL9-250108-1703-e515b902"
55
}
66
}

0 commit comments

Comments
 (0)