File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
.stackhpc/inventory/group_vars/openhpc
common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11openhpc_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"
Original file line number Diff line number Diff line change @@ -38,3 +38,13 @@ openhpc_config_default:
3838openhpc_config_extra : {}
3939openhpc_config : " {{ openhpc_config_default | combine(openhpc_config_extra, list_merge='append') }}"
4040openhpc_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"
You can’t perform that action at this time.
0 commit comments