Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ openhpc_default_config:
AccountingStoragePass: "{{ openhpc_slurm_accounting_storage_pass | default('omit') }}"
AccountingStorageHost: "{{ openhpc_slurm_accounting_storage_host }}"
AccountingStoragePort: "{{ openhpc_slurm_accounting_storage_port }}"
AccountingStorageType: "{{ openhpc_slurm_accounting_storage_type }}"
AccountingStorageType: "{{ openhpc_slurm_accounting_storage_type | default('omit') }}"
Comment thread
sjpb marked this conversation as resolved.
AccountingStorageUser: "{{ openhpc_slurm_accounting_storage_user }}"
JobCompLoc: "{{ openhpc_slurm_job_comp_loc }}"
JobCompType: "{{ openhpc_slurm_job_comp_type }}"
Expand Down Expand Up @@ -75,7 +75,6 @@ openhpc_slurm_conf_template: slurm.conf.j2
# Accounting
openhpc_slurm_accounting_storage_host: "{{ openhpc_slurmdbd_host }}"
openhpc_slurm_accounting_storage_port: 6819
openhpc_slurm_accounting_storage_type: accounting_storage/none
# NOTE: You only need to set these if using accounting_storage/mysql
openhpc_slurm_accounting_storage_user: slurm
#openhpc_slurm_accounting_storage_pass:
Expand Down