Skip to content

Commit 42d6b91

Browse files
author
vsnyc
committed
Updated parameter description and labels
1 parent 19e2871 commit 42d6b91

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

templates/ibm-spectrum-scale-master.template

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"default": "Availability Zones"
138138
},
139139
"VPCCIDR": {
140-
"default": "VPC Id"
140+
"default": "VPC CIDR"
141141
},
142142
"PublicSubnet1CIDR": {
143143
"default": "Public Subnet 1 CIDR"
@@ -177,7 +177,7 @@
177177
"AllowedValues": [
178178
"Accept"
179179
],
180-
"Description": "LICENSE INFORMATION: Details License Information can be found in: http://spectrumscale-license.s3-website-us-west-2.amazonaws.com. ",
180+
"Description": "Review the licensing terms at http://spectrumscale-license.s3-website-us-west-2.amazonaws.com and choose Accept to indicate your acceptance.",
181181
"Type": "String"
182182
},
183183
"QSS3BucketName": {
@@ -195,7 +195,7 @@
195195
"Type": "String"
196196
},
197197
"SpectrumS3Bucket": {
198-
"Description": "Important: Enter name of a personally owned/created S3 bucket to be used for data store and SSH key synchronization between nodes. If there is no pre-existing S3 bucket to re-use, create a new S3 bucket before launching this quick start.",
198+
"Description": "The name of the S3 bucket to be used for data store and SSH key synchronization between nodes. If you don’t have an existing S3 bucket to reuse, you must create a new S3 bucket before launching this Quick Start.",
199199
"AllowedPattern": "^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$",
200200
"Type": "String",
201201
"MinLength": "1",
@@ -241,7 +241,7 @@
241241
]
242242
},
243243
"DiskPerNode": {
244-
"Description": "Number of disks attached to each Server Node.",
244+
"Description": "Number of disks attached to each NSD Server Node.",
245245
"Type": "Number",
246246
"Default": "1",
247247
"AllowedValues": [
@@ -263,7 +263,7 @@
263263
]
264264
},
265265
"DiskSize": {
266-
"Description": "Supported disk size are MIN=10 and MAX=16384 (GB).",
266+
"Description": "Disk size of each NSD server node, in GiB. Supported disk sizes are 10-16384 GiB.",
267267
"Type": "Number",
268268
"Default": "100",
269269
"MinValue": "10",
@@ -407,35 +407,35 @@
407407
"ConstraintDescription": "Two Availability Zones must be added."
408408
},
409409
"VPCCIDR": {
410-
"Description": "CIDR Block for the VPC.",
410+
"Description": "CIDR block for the VPC.",
411411
"Type": "String",
412412
"Default": "10.0.0.0/16",
413413
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(1[6-9]|2[0-8]))$",
414414
"ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/16-28."
415415
},
416416
"PublicSubnet1CIDR": {
417-
"Description": "CIDR Block for the Public Subnet 1.",
417+
"Description": "CIDR block for the public subnet located in Availability Zone 1.",
418418
"Type": "String",
419419
"Default": "10.0.0.0/24",
420420
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(1[6-9]|2[0-8]))$",
421421
"ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/16-28."
422422
},
423423
"PublicSubnet2CIDR": {
424-
"Description": "CIDR Block for the Public Subnet 2.",
424+
"Description": "CIDR block for the public subnet located in Availability Zone 2.",
425425
"Type": "String",
426426
"Default": "10.0.2.0/24",
427427
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(1[6-9]|2[0-8]))$",
428428
"ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/16-28."
429429
},
430430
"PrivateSubnet1CIDR": {
431-
"Description": "CIDR Block for the Private Subnet 1.",
431+
"Description": "CIDR block for the private subnet located in Availability Zone 1.",
432432
"Type": "String",
433433
"Default": "10.0.1.0/24",
434434
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(1[6-9]|2[0-8]))$",
435435
"ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/16-28."
436436
},
437437
"PrivateSubnet2CIDR": {
438-
"Description": "CIDR Block for the Private Subnet 2.",
438+
"Description": "CIDR block for the private subnet located in Availability Zone 2.",
439439
"Type": "String",
440440
"Default": "10.0.3.0/24",
441441
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(1[6-9]|2[0-8]))$",
@@ -457,7 +457,7 @@
457457
"m4.4xlarge"
458458
],
459459
"Default": "t2.micro",
460-
"Description": "Amazon EC2 instance type for the bastion instances.",
460+
"Description": "EC2 instance type for the bastion instances.",
461461
"Type": "String"
462462
},
463463
"BastionAMIOS": {
@@ -474,7 +474,7 @@
474474
"RemoteAccessCIDR": {
475475
"AllowedPattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))$",
476476
"ConstraintDescription": "CIDR block parameter must be in the form x.x.x.x/x.",
477-
"Description": "The CIDR IP range that is permitted to access the bastion host. We recommend that you set this value to a trusted IP range i.e <your system public ip>/24.",
477+
"Description": "CIDR block that’s allowed external SSH access to the bastion hosts, e.g., x.x.x.x/16-28. We recommend that you set this value to a trusted CIDR block. For example, you might want to restrict access to your corporate network.",
478478
"Type": "String"
479479
},
480480
"KeyPairName": {

templates/ibm-spectrum-scale.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"Label": {
57-
"default": "AWS Quick Start Configuration:"
57+
"default": "Amazon EC2 Configuration:"
5858
},
5959
"Parameters": [
6060
"KeyPairName",
@@ -120,10 +120,10 @@
120120
"default": "Bastion Security Group ID"
121121
},
122122
"PrivateSubnet1ID": {
123-
"default": "Private Subnets 1 ID"
123+
"default": "Private Subnet 1 ID"
124124
},
125125
"PrivateSubnet2ID": {
126-
"default": "Private Subnets 2 ID"
126+
"default": "Private Subnet 2 ID"
127127
},
128128
"KeyPairName": {
129129
"default": "Key Pair Name"
@@ -142,7 +142,7 @@
142142
"AllowedValues": [
143143
"Accept"
144144
],
145-
"Description": "LICENSE INFORMATION: Details License Information can be found in: http://spectrumscale-license.s3-website-us-west-2.amazonaws.com.",
145+
"Description": "Review the licensing terms at http://spectrumscale-license.s3-website-us-west-2.amazonaws.com and choose Accept to indicate your acceptance.",
146146
"Type": "String"
147147
},
148148
"BastionSecurityGroupID": {
@@ -303,14 +303,14 @@
303303
},
304304
"ComputeNodeCount": {
305305
"Default": "2",
306-
"Description": "Number of Compute node instances (MIN=1, MAX=64).",
306+
"Description": "Number of IBM Spectrum Scale compute node instances. You can select 1-64 instances.",
307307
"Type": "Number",
308308
"MinValue": "1",
309309
"MaxValue": "64",
310310
"ConstraintDescription": "Compute node size must be between 1 to 64."
311311
},
312312
"ComputeInstanceType": {
313-
"Description": "Instance type to use for the Compute node instances.",
313+
"Description": "Instance type to use for the compute node instances.",
314314
"Type": "String",
315315
"Default": "t2.micro",
316316
"AllowedValues": [
@@ -384,7 +384,7 @@
384384
"ConstraintDescription": "Must be a valid email address."
385385
},
386386
"SpectrumS3Bucket": {
387-
"Description": "Important: Enter name of a personally owned/created S3 bucket to be used for data store and SSH key synchronization between nodes. If there is no pre-existing S3 bucket to re-use, create a new S3 bucket before launching this quick start.",
387+
"Description": "The name of the S3 bucket to be used for data store and SSH key synchronization between nodes. If you don’t have an existing S3 bucket to reuse, you must create a new S3 bucket before launching this Quick Start.",
388388
"AllowedPattern": "^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$",
389389
"Type": "String",
390390
"MinLength": "1",

0 commit comments

Comments
 (0)