@@ -14,6 +14,7 @@ openhpc_job_maxtime: '60-0' # quote this to avoid ansible converting some format
14
14
openhpc_config : " {{ openhpc_extra_config | default({}) }}"
15
15
openhpc_gres_template : gres.conf.j2
16
16
openhpc_slurm_configless : " {{ 'enable_configless' in openhpc_config.get('SlurmctldParameters', []) }}"
17
+
17
18
openhpc_state_save_location : /var/spool/slurm
18
19
openhpc_slurmd_spool_dir : /var/spool/slurm
19
20
openhpc_slurm_conf_path : /etc/slurm/slurm.conf
@@ -68,6 +69,19 @@ openhpc_lib_dir: /usr/lib64/slurm # path to slurm libraries
68
69
openhpc_extra_repos : []
69
70
70
71
ohpc_openhpc_repos :
72
+ " 9 " :
73
+ - name : OpenHPC
74
+ file : OpenHPC
75
+ description : OpenHPC-3 - Base
76
+ baseurl : " http://repos.openhpc.community/OpenHPC/3/EL_9"
77
+ gpgcheck : true
78
+ gpgkey : https://raw.githubusercontent.com/openhpc/ohpc/v3.0.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-3
79
+ - name : OpenHPC-updates
80
+ file : OpenHPC
81
+ description : OpenHPC-3 - Updates
82
+ baseurl : " http://repos.openhpc.community/OpenHPC/3/updates/EL_9"
83
+ gpgcheck : true
84
+ gpgkey : https://raw.githubusercontent.com/openhpc/ohpc/v3.0.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-3
71
85
" 8 " :
72
86
- name : OpenHPC
73
87
file : OpenHPC
@@ -81,6 +95,16 @@ ohpc_openhpc_repos:
81
95
baseurl : " http://repos.openhpc.community/OpenHPC/2/updates/CentOS_8"
82
96
gpgcheck : true
83
97
gpgkey : https://raw.githubusercontent.com/openhpc/ohpc/v2.6.1.GA/components/admin/ohpc-release/SOURCES/RPM-GPG-KEY-OpenHPC-2
98
+
99
+ ohpc_default_extra_repos :
100
+ " 9 " :
101
+ - name : epel
102
+ file : epel
103
+ description : " Extra Packages for Enterprise Linux $releasever - $basearch"
104
+ metalink : " https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir"
105
+ gpgcheck : true
106
+ gpgkey : " https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9"
107
+ " 8 " :
84
108
- name : epel
85
109
file : epel
86
110
description : " Extra Packages for Enterprise Linux 8 - $basearch"
0 commit comments