File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
openhpc_slurm_service_enabled : true
3
3
openhpc_slurm_service_started : " {{ openhpc_slurm_service_enabled }}"
4
- openhpc_slurm_service :
5
4
openhpc_slurm_control_host : " {{ inventory_hostname }}"
6
5
# openhpc_slurm_control_host_address:
7
6
openhpc_slurm_partitions : []
@@ -13,7 +12,6 @@ openhpc_gres_template: gres.conf.j2
13
12
openhpc_state_save_location : /var/spool/slurm
14
13
15
14
# Accounting
16
- openhpc_slurm_accounting_storage_type : accounting_storage/none
17
15
18
16
# slurmdbd configuration
19
17
# todo: check we can override openhpc_slurm_accounting_storage_port
Original file line number Diff line number Diff line change 7
7
batch : " {{ inventory_hostname in groups['testohpc_compute'] }}"
8
8
database : " {{ inventory_hostname in groups['testohpc_login'] }}"
9
9
runtime : true
10
- openhpc_slurm_accounting_storage_type : ' accounting_storage/slurmdbd '
11
- openhpc_slurmdbd_mysql_database : slurm_acct_db
10
+ openhpc_slurm_conf_overrides : |
11
+ AccountingStorageType=accounting_storage/slurmdbd
12
12
openhpc_slurmdbd_mysql_password : secure-password
13
- openhpc_slurmdbd_mysql_username : slurm
14
13
openhpc_slurm_control_host : " {{ groups['testohpc_login'] | first }}"
15
14
openhpc_slurm_partitions :
16
15
- name : " compute"
You can’t perform that action at this time.
0 commit comments