forked from aws/aws-parallelcluster-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create slurm_external_slurmdbd.conf for external slurmdbd
Add new Chef template to generate an include file for the slurmdbd.conf only in case of external slurmdbd configuration. Minor reformatting of slurmdbd.conf.erb. Signed-off-by: Jacopo De Amicis <[email protected]>
- Loading branch information
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...lcluster-slurm/templates/default/slurm/external_slurmdbd/slurm_external_slurmdbd.conf.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# slurm_external_slurmdbd.conf is managed by external configuration. | ||
# Do not modify. | ||
# Please add user-specific slurmdbd configuration options in slurmdbd.conf | ||
DbdHost=<%= @dbd_host %> | ||
StorageHost=<%= @storage_host %> | ||
StoragePort=<%= @storage_port %> | ||
StorageLoc=<%= @storage_loc %> | ||
StorageUser=<%= @storage_user %> | ||
StoragePass=dummy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters