File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
.stackhpc/inventory/group_vars/openhpc
common/inventory/group_vars Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
openhpc_config_extra :
2
2
SlurmctldDebug : debug
3
3
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"
Original file line number Diff line number Diff line change @@ -38,13 +38,3 @@ openhpc_config_default:
38
38
openhpc_config_extra : {}
39
39
openhpc_config : " {{ openhpc_config_default | combine(openhpc_config_extra, list_merge='append') }}"
40
40
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"
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ squid_cache_disk: 0 # just needs to be defined
22
22
squid_cache_mem : 0
23
23
tuned_started : false
24
24
tuned_enabled : false
25
+ appliances_mode : build
Original file line number Diff line number Diff line change 1
1
workaround_ansible_issue_61497 : yes # extravars files can't be empty
2
- appliances_mode : " build"
You can’t perform that action at this time.
0 commit comments