Skip to content

Commit

Permalink
Fix epel not using Ark repos for RL8 (#526)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wtripp180901 and sjpb authored Jan 9, 2025
1 parent dc58a25 commit 69d9cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
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"
}
}

0 comments on commit 69d9cd8

Please sign in to comment.