Skip to content

Commit 50c2570

Browse files
committed
try to clarify login/compute groups
1 parent 4f1f5c2 commit 50c2570

File tree

1 file changed

+9
-2
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+9
-2
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ variable "control_node_flavor" {
3232
variable "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" {
6064
variable "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:

0 commit comments

Comments
 (0)