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 11---
22openhpc_slurm_service_enabled : true
33openhpc_slurm_service_started : " {{ openhpc_slurm_service_enabled }}"
4- openhpc_slurm_service :
54openhpc_slurm_control_host : " {{ inventory_hostname }}"
65# openhpc_slurm_control_host_address:
76openhpc_slurm_partitions : []
@@ -13,7 +12,6 @@ openhpc_gres_template: gres.conf.j2
1312openhpc_state_save_location : /var/spool/slurm
1413
1514# Accounting
16- openhpc_slurm_accounting_storage_type : accounting_storage/none
1715
1816# slurmdbd configuration
1917# todo: check we can override openhpc_slurm_accounting_storage_port
Original file line number Diff line number Diff line change 77 batch : " {{ inventory_hostname in groups['testohpc_compute'] }}"
88 database : " {{ inventory_hostname in groups['testohpc_login'] }}"
99 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
1212 openhpc_slurmdbd_mysql_password : secure-password
13- openhpc_slurmdbd_mysql_username : slurm
1413 openhpc_slurm_control_host : " {{ groups['testohpc_login'] | first }}"
1514 openhpc_slurm_partitions :
1615 - name : " compute"
You can’t perform that action at this time.
0 commit comments