Skip to content

Commit 2230bb8

Browse files
committed
overriding openhpc extra repos in common
1 parent 3de36cf commit 2230bb8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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"

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ openhpc_config_default:
3838
openhpc_config_extra: {}
3939
openhpc_config: "{{ openhpc_config_default | combine(openhpc_config_extra, list_merge='append') }}"
4040
openhpc_state_save_location: "{{ appliances_state_dir + '/slurmctld' if appliances_state_dir is defined else '/var/spool' }}"
41+
42+
ohpc_default_extra_repos:
43+
"9": [] #overriding to ensure doesn't overwrite ark epel repo
44+
"8":
45+
- name: epel
46+
file: epel
47+
description: "Extra Packages for Enterprise Linux 8 - $basearch"
48+
metalink: "https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&infra=$infra&content=$contentdir"
49+
gpgcheck: true
50+
gpgkey: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8"

0 commit comments

Comments
 (0)