You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In each blueprint, add more explanations for each parameter
- Remove the debug partition and debug nodeset from the blurprint of slurm
- Add parameter descriptions for sycomp-scale-expansion
Copy file name to clipboardExpand all lines: community/examples/sycomp/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,13 @@ Required parameter updates for each blueprint:
66
66
-`security.ssh.public_key`: The file path to your SSH public key (e.g., `~/.ssh/id_rsa.pub`).
67
67
-`security.customer_token.token`: Your Sycomp Customer Token. To get a customer token, contact Sycomp (`sycompstorage@sycomp.com`).
68
68
-`name_prefix` (Optional): By default, `sycomp-scale-gcp` sets the value of `name_prefix` based on the `deployment_name`. Since `name_prefix` only accepts **alphanumeric** characters (letters and numbers), `sycomp-scale-gcp` automatically **removes any non-alphanumeric characters** (such as hyphens and underscores) before assigning the value. For example, a `deployment_name` of `sycomp-storage-1` would result in a `name_prefix` of `sycompstorage1`.
69
+
-**`scale_config`(Optional):**
70
+
-`scale_node_count`: The number of nodes in the Sycomp Storage cluster. Default is `3`.
71
+
-`scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
69
72
70
-
-**(Optional) `scale_config` settings:**
71
-
-`scale_node_count`: The number of nodes in the Sycomp Storage cluster. Default is `3`.
72
-
-`scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
73
+
-**`sycomp-scale-gcp` module settings:**
74
+
-`name_prefix`: Its value must be the same as the `name_prefix` of the cluster that is desired to be expanded.
75
+
-`add_scale_nodes`: The number of nodes to be added.
0 commit comments