File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
environments/skeleton/{{cookiecutter.environment}}/tofu Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,11 @@ variable "control_node_flavor" {
3232variable "login" {
3333 type = any
3434 description = <<- EOF
35- Mapping defining groups of login nodes. Keys are names of groups.
35+ Mapping defining homogenous groups of login nodes. Multiple groups may
36+ be useful for e.g. separating nodes for ssh and Open Ondemand usage, or
37+ to define login nodes with different capabilities such as high-memory.
38+
39+ Keys are names of groups.
3640 Values are a mapping as follows:
3741
3842 Required:
@@ -60,7 +64,10 @@ variable "cluster_image_id" {
6064variable "compute" {
6165 type = any
6266 description = <<- EOF
63- Mapping defining groups of compute nodes. Keys are names of groups.
67+ Mapping defining homogenous groups of compute nodes. Groups are used
68+ in Slurm partition definitions.
69+
70+ Keys are names of groups.
6471 Values are a mapping as follows:
6572
6673 Required:
You can’t perform that action at this time.
0 commit comments