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
Copy file name to clipboardExpand all lines: templates/ibm-spectrum-scale-master.template
+46-46Lines changed: 46 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
{
2
2
"AWSTemplateFormatVersion": "2010-09-09",
3
-
"Description": "This template deploys the AWS IBM Spectrum Scale Quick Start. ***NOTE*** You must subscribe to the SpectrumScale AMI from the AWS Marketplace before you launch this template. See the deployment guide at http://aws.amazon.com/quickstart for details. This template creates Amazon EC2 instances and related resources. You will be billed for the AWS resources used if you create a stack from this template. (qs-1nkhqu6io)",
3
+
"Description": "This template deploys the AWS IBM Spectrum Scale Quick Start. See the deployment guide at http://aws.amazon.com/quickstart for details. This template creates Amazon EC2 instances and related resources. You will be billed for the AWS resources used if you create a stack from this template. (qs-1nkhqu6io)",
4
4
"Metadata": {
5
5
"AWS::CloudFormation::Interface": {
6
6
"ParameterGroups": [
7
7
{
8
8
"Label": {
9
-
"default": "File System Configurations:"
9
+
"default": "File System Configurations:"
10
10
},
11
11
"Parameters": [
12
12
"BlockSize",
@@ -44,7 +44,7 @@
44
44
},
45
45
{
46
46
"Label": {
47
-
"default": "Network Configuration"
47
+
"default": "Network Configuration:"
48
48
},
49
49
"Parameters": [
50
50
"AvailabilityZones",
@@ -58,7 +58,7 @@
58
58
},
59
59
{
60
60
"Label": {
61
-
"default": "Amazon EC2 Configuration"
61
+
"default": "Amazon EC2 Configuration:"
62
62
},
63
63
"Parameters": [
64
64
"KeyPairName",
@@ -68,7 +68,7 @@
68
68
},
69
69
{
70
70
"Label": {
71
-
"default": "AWS Quick Start Configuration"
71
+
"default": "AWS Quick Start Configuration:"
72
72
},
73
73
"Parameters": [
74
74
"QSS3BucketName",
@@ -77,7 +77,7 @@
77
77
},
78
78
{
79
79
"Label": {
80
-
"default": "Personal Configuration"
80
+
"default": "Personal Configuration:"
81
81
},
82
82
"Parameters": [
83
83
"SpectrumS3Bucket",
@@ -95,7 +95,7 @@
95
95
],
96
96
"ParameterLabels": {
97
97
"BlockSize": {
98
-
"default": "BlockSize"
98
+
"default": "Block Size"
99
99
},
100
100
"DataReplica": {
101
101
"default": "Data replica"
@@ -155,7 +155,7 @@
155
155
"default": "Allowed External Access CIDR"
156
156
},
157
157
"KeyPairName": {
158
-
"default": "Key Name"
158
+
"default": "Key Pair Name"
159
159
},
160
160
"BastionInstanceType": {
161
161
"default": "Bastion Instance Type"
@@ -177,7 +177,7 @@
177
177
"AllowedValues": [
178
178
"Accept"
179
179
],
180
-
"Description": "LICENSE INFORMATION: Details License Information can be found in: https://s3-us-west-2.amazonaws.com/spectrumscale-web/License/license.html ",
180
+
"Description": "LICENSE INFORMATION: Details License Information can be found in: http://spectrumscale-license.s3-website-us-west-2.amazonaws.com. ",
181
181
"Type": "String"
182
182
},
183
183
"QSS3BucketName": {
@@ -195,14 +195,14 @@
195
195
"Type": "String"
196
196
},
197
197
"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": "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.",
"Description": "This number of disks would be attached to only with nsd server nodes",
244
+
"Description": "Number of disks attached to each Server Node.",
245
245
"Type": "Number",
246
246
"Default": "1",
247
247
"AllowedValues": [
@@ -263,15 +263,15 @@
263
263
]
264
264
},
265
265
"DiskSize": {
266
-
"Description": "Supported disk size are MIN=5 and MAX=10240 (GB)",
266
+
"Description": "Supported disk size are MIN=10 and MAX=16384 (GB).",
267
267
"Type": "Number",
268
-
"Default": "5",
269
-
"MinValue": "5",
270
-
"MaxValue": "10240",
271
-
"ConstraintDescription": "Alloed Disk size are MIN=5,MAX=10240 (GB)"
268
+
"Default": "100",
269
+
"MinValue": "10",
270
+
"MaxValue": "16384",
271
+
"ConstraintDescription": "Allowed Disk size are MIN=10,MAX=16384 (GB)."
272
272
},
273
273
"ServerNodeCount": {
274
-
"Description": "Number of EC2 instances to launch for NSD Server on GPFS cluster (MIN=2, Max=64)",
274
+
"Description": "Number of EC2 instances to launch for NSD Server on GPFS cluster (MIN=2, MAX=64).",
275
275
"Type": "Number",
276
276
"Default": "2",
277
277
"AllowedValues": [
@@ -308,10 +308,10 @@
308
308
"62",
309
309
"64"
310
310
],
311
-
"ConstraintDescription": "NSD Server node size must be between 2 to 64"
311
+
"ConstraintDescription": "NSD Server node size must be between 2 to 64."
312
312
},
313
313
"ServerInstanceType": {
314
-
"Description": "Instance type to use for the NSD Server nodes instances",
314
+
"Description": "Instance type to use for the NSD Server nodes instances.",
315
315
"Type": "String",
316
316
"Default": "t2.micro",
317
317
"AllowedValues": [
@@ -352,15 +352,15 @@
352
352
"ConstraintDescription": "must be a valid EC2 instance type."
353
353
},
354
354
"ComputeNodeCount": {
355
-
"Description": "Number of Compute node instances (MIN=1, MAX=64)",
355
+
"Description": "Number of Compute node instances (MIN=1, MAX=64).",
356
356
"Type": "Number",
357
357
"Default": "2",
358
358
"MinValue": "1",
359
359
"MaxValue": "64",
360
-
"ConstraintDescription": "Compute node size must be between 1 to 64"
360
+
"ConstraintDescription": "Compute node size must be between 1 to 64."
361
361
},
362
362
"ComputeInstanceType": {
363
-
"Description": "Instance type to use for the Compute node instances",
363
+
"Description": "Instance type to use for the Compute node instances.",
364
364
"Type": "String",
365
365
"Default": "t2.micro",
366
366
"AllowedValues": [
@@ -404,42 +404,42 @@
404
404
"Description": "List of Availability Zones to use for the subnets in the VPC. Only two Availability Zones are used for this deployment, and the logical order of your selections is preserved.",
"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.",
478
+
"Type": "String"
479
479
},
480
480
"KeyPairName": {
481
-
"Description": "Name of an existing EC2 Key Pair",
481
+
"Description": "Name of an existing EC2 Key Pair.",
482
482
"Type": "AWS::EC2::KeyPair::KeyName",
483
483
"MinLength": "1",
484
484
"ConstraintDescription": "must be the name of an existing EC2 KeyPair."
0 commit comments