Skip to content

Commit 8f50f7a

Browse files
Fix PR 4798 comments
- Add appropriate Space - Use default value for name_prefix in sycomp-storage blueprint
1 parent aed0e02 commit 8f50f7a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

community/examples/sycomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Required parameter updates for each blueprint:
6666
- `security.ssh.public_key`: The file path to your SSH public key (e.g., `~/.ssh/id_rsa.pub`).
6767
- `security.customer_token.token`: Your Sycomp Customer Token. To get a customer token, contact Sycomp (`sycompstorage@sycomp.com`).
6868
- `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):**
69+
- **`scale_config` (Optional):**
7070
- `scale_node_count`: The number of nodes in the Sycomp Storage cluster. Default is `3`.
7171
- `scale_volumes`: Configuration for the data disks. Default is 4 disks of 250GiB each per storage node.
7272

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ deployment_groups:
6565
count: 3 ## Number of disks to configure on each storage node
6666
size_in_gb: 250 ## Size of each disk
6767
type: "hyperdisk-balanced" ## Type of persistent disk to use
68+
provisioned_iops: 30000 ## Provisioned IOPS per disk
69+
provisioned_throughput: 500 ## Provisioned Throughput in MiB/sec per disk

community/examples/sycomp/sycomp-storage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ deployment_groups:
4444
source: "git::https://gitlab.com/sycomp/cluster-toolkit.git//sycomp-scale?ref=v1.0.0"
4545
use: [network1]
4646
settings:
47-
name_prefix: "sycomp"
4847
security:
4948
ssh:
5049
ssh_user_name: "" ## Set user name to ssh mgmt node, for example: "sycompacct"

0 commit comments

Comments
 (0)