Skip to content

Commit 9483eef

Browse files
Fix PR 4798 comments
1 parent 6d111f3 commit 9483eef

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

community/examples/sycomp/sycomp-storage-ece.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,24 @@ deployment_groups:
4646
settings:
4747
security:
4848
ssh:
49-
ssh_user_name: "" ## Set user name to ssh mgmt node, for example: "sycompacct"
50-
private_key: "" ## Set private key file, for example: ~/.ssh/id_rsa
51-
public_key: "" ## Set public key file, for example: ~/.ssh/id_rsa.pub
49+
ssh_user_name: "" ## Set user name to ssh mgmt node, for example: "sycompacct".
50+
private_key: "" ## Set private key file, for example: ~/.ssh/id_rsa.
51+
public_key: "" ## Set public key file, for example: ~/.ssh/id_rsa.pub.
5252
customer_token:
53-
token: "" ## Set Your Customer Token
53+
token: "" ## Set Your Customer Token.
5454
ece:
55-
use_ece: true ## Set deploy mode to ECE
56-
ece_node_per_rg: 7 ## Set the number of nodes for each Recovery Group
57-
ece_raid_code: "4+2p" ## Set the raid code
58-
ece_block_size: "1m" ## Set block size
55+
use_ece: true ## Set deploy mode to ECE.
56+
ece_node_per_rg: 7 ## The number of nodes for each Recovery Group, When using ece_raid_code "4+2p" the recommended number of nodes per recovery group is 7.
57+
ece_raid_code: "" ## The raid code, for example: "4+2p".
58+
ece_block_size: "" ## Set block size, for example: "1m".
5959

6060
scale_config:
61-
scale_node_count: 7 ## Number of storage nodes to deploy
62-
scale_machine_type: "c3-standard-44" ## Instance type of the storage nodes
61+
scale_node_count: 7 ## Number of storage nodes to deploy, its value must be equal to or a multiple of ece_node_per_rg.
62+
scale_machine_type: "c3-standard-44" ## Instance type of the storage nodes, "c3-standard-44" is recommended value.
6363
scale_volumes:
6464
data-storage:
65-
count: 3 ## Number of disks to configure on each storage node
66-
size_in_gb: 250 ## Size of each disk
67-
type: "hyperdisk-balanced" ## Type of persistent disk to use
68-
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
69-
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk
65+
count: 3 ## Number of disks to configure on each storage node. This value is configurable.
66+
size_in_gb: 250 ## Size of each disk in GB. Change '250' to your desired size.
67+
type: "hyperdisk-balanced" ## Type of persistent disk to use. This value is configurable.
68+
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk.
69+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk.

community/examples/sycomp/sycomp-storage-expansion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ deployment_groups:
3434
source: "git::https://gitlab.com/sycomp/cluster-toolkit.git//sycomp-scale-expansion?ref=v1.0.0"
3535
settings:
3636
name_prefix: "<name_prefix_of_existing_cluster>" ## Set to the name_prefix of the cluster to expand. See the README for details on how this value is determined.
37-
add_scale_nodes: 1 ## Number of storage nodes to add
37+
add_scale_nodes: 1 ## Number of storage nodes to add, This value is configurable.

community/examples/sycomp/sycomp-storage-slurm.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ deployment_groups:
5353
customer_token:
5454
token: "" ## Set Your Customer Token
5555
scale_config:
56-
scale_node_count: 3 ## Number of storage nodes to deploy
57-
scale_machine_type: "c3-standard-44" ## Instance type of the storage nodes
56+
scale_node_count: 3 ## Number of storage nodes to deploy. This value is configurable.
57+
scale_machine_type: "c3-standard-44" ## Instance type of the storage nodes. This value is configurable.
5858
scale_volumes:
5959
data-storage:
60-
count: 4 ## Number of disks to configure on each storage node
61-
size_in_gb: 250 ## Size of each disk
62-
type: "hyperdisk-balanced" ## Type of persistent disk to use
63-
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
64-
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk
60+
count: 4 ## Number of disks to configure on each storage node. This value is configurable.
61+
size_in_gb: 250 ## Size of each disk in GB. Change '250' to your desired size.
62+
type: "hyperdisk-balanced" ## Type of persistent disk to use. This value is configurable.
63+
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk.
64+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk.
6565

6666
ces_config:
6767
enabled: true ## A value of true enables NFS service

community/examples/sycomp/sycomp-storage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ deployment_groups:
6161
type: "hyperdisk-balanced" ## Type of persistent disk to use
6262
provisioned_iops: 30000 ## Provisioned IOPS per disk, required for Hyperdisk
6363
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk, required for Hyperdisk
64-
afm_config:
65-
afm_node_count: 1 ## Number of AFM nodes to deploy
66-
afm_machine_type: "c3-standard-44" ## Instance type of the AFM nodes
64+
afm_config:
65+
afm_node_count: 1 ## Number of AFM nodes to deploy
66+
afm_machine_type: "c3-standard-44" ## Instance type of the AFM nodes

0 commit comments

Comments
 (0)