Skip to content

Commit 2a2f0d8

Browse files
Fix PR 4798 comments
- Update no_root_squash's comments - Set name_prefix explicitly in sycomp storage blueprint
1 parent e6083c3 commit 2a2f0d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

community/examples/sycomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Required parameter updates for each blueprint:
5353
- `zone`: The zone where you want to deploy the cluster.
5454

5555
- **`network1` module settings:**
56-
- `source`: modules/network/vpc is the default and deploys the cluster in a newly created network. To use an existing network, change source to modules/network/pre-existing-vpc.
56+
- `source`: `modules/network/vpc` is the default and deploys the cluster in a newly created network. To use an existing network, change `source` to `modules/network/pre-existing-vpc`.
5757
- `network_name`: A name for the new VPC network (e.g., `sycomp-net`).
5858
- `subnetwork_name`: A name for the new subnetwork (e.g., `sycomp-subnet`).
5959
- `allowed_ssh_ip_ranges`: A list of IP address ranges in CIDR format that

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ deployment_groups:
6969
nfs_exports:
7070
- path: $(vars.nfs_dir)
7171
clients:
72-
- no_root_squash: false ## Disable no_root_squash in NFS
72+
- no_root_squash: false ## Enable root squashing (secure default). Set to true to disable.
7373

7474
## Set up slurm cluster and configure NFS client
7575
- id: compute_nodeset

community/examples/sycomp/sycomp-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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: "sycompstorage"
47+
name_prefix: "sycomp"
4848
security:
4949
ssh:
5050
ssh_user_name: "" ## Set user name to ssh mgmt node, for example: "sycompacct"

0 commit comments

Comments
 (0)