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: docs/source/configuration.rst
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The maximum number of EC2 instances that can be launched in the cluster for trad
135
135
136
136
If you're using awsbatch, use :ref:`max_vcpus <max_vcpus>`.
137
137
138
-
This defaults to 10 for the default template. ::
138
+
This defaults to 10. ::
139
139
140
140
max_queue_size = 10
141
141
@@ -149,7 +149,7 @@ If set to true, the Auto Scaling group will never have fewer members than the va
149
149
150
150
Setting to false allows the Auto Scaling group to scale down to 0 members, so resources will not sit idle when they aren't needed.
151
151
152
-
Defaults to false for the default template. ::
152
+
Defaults to false. ::
153
153
154
154
maintain_initial_size = false
155
155
@@ -187,15 +187,15 @@ scheduler
187
187
"""""""""
188
188
Scheduler to be used with the cluster. Valid options are sge, torque, slurm, or awsbatch.
189
189
190
-
Defaults to sge for the default template. ::
190
+
Defaults to sge. ::
191
191
192
192
scheduler = sge
193
193
194
194
cluster_type
195
195
""""""""""""
196
196
Type of cluster to launch i.e. ondemand or spot
197
197
198
-
Defaults to ondemand for the default template. ::
198
+
Defaults to ondemand. ::
199
199
200
200
cluster_type = ondemand
201
201
@@ -233,7 +233,7 @@ For example, 'arn:aws:s3:::my_corporate_bucket/\*' would provide read-only acces
233
233
234
234
See :doc:`working with S3 <s3_resources>` for details on format.
235
235
236
-
Defaults to NONE for the default template. ::
236
+
Defaults to NONE. ::
237
237
238
238
s3_read_resource = NONE
239
239
@@ -245,7 +245,7 @@ For example, 'arn:aws:s3:::my_corporate_bucket/Development/\*' would provide rea
245
245
246
246
See :doc:`working with S3 <s3_resources>` for details on format.
247
247
248
-
Defaults to NONE for the default template. ::
248
+
Defaults to NONE. ::
249
249
250
250
s3_read_write_resource = NONE
251
251
@@ -257,15 +257,15 @@ This only gets executed on the master node when using awsbatch as your scheduler
257
257
258
258
Can be specified in "http://hostname/path/to/script.sh" or "s3://bucketname/path/to/script.sh" format.
259
259
260
-
Defaults to NONE for the default template. ::
260
+
Defaults to NONE. ::
261
261
262
262
pre_install = NONE
263
263
264
264
pre_install_args
265
265
""""""""""""""""
266
266
Quoted list of arguments to be passed to preinstall script
267
267
268
-
Defaults to NONE for the default template. ::
268
+
Defaults to NONE. ::
269
269
270
270
pre_install_args = NONE
271
271
@@ -277,23 +277,23 @@ This only gets executed on the master node when using awsbatch as your scheduler
277
277
278
278
Can be specified in "http://hostname/path/to/script.sh" or "s3://bucketname/path/to/script.sh" format.
279
279
280
-
Defaults to NONE for the default template. ::
280
+
Defaults to NONE. ::
281
281
282
282
post_install = NONE
283
283
284
284
post_install_args
285
285
"""""""""""""""""
286
286
Arguments to be passed to postinstall script
287
287
288
-
Defaults to NONE for the default template. ::
288
+
Defaults to NONE. ::
289
289
290
290
post_install_args = NONE
291
291
292
292
proxy_server
293
293
""""""""""""
294
294
HTTP(S) proxy server, typically http://x.x.x.x:8080
295
295
296
-
Defaults to NONE for the default template. ::
296
+
Defaults to NONE. ::
297
297
298
298
proxy_server = NONE
299
299
@@ -303,7 +303,7 @@ Cluster placement group. The can be one of three values: NONE, DYNAMIC and an ex
303
303
304
304
This does not apply to awsbatch.
305
305
306
-
Defaults to NONE for the default template. More information on placement groups can be found `here <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html>`_::
306
+
Defaults to NONE. More information on placement groups can be found `here <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html>`_::
307
307
308
308
placement_group = NONE
309
309
@@ -313,55 +313,55 @@ Cluster placement logic. This enables the whole cluster or only compute to use t
313
313
314
314
This does not apply to awsbatch.
315
315
316
-
Defaults to cluster in the default template. ::
316
+
Defaults to cluster. ::
317
317
318
318
placement = cluster
319
319
320
320
ephemeral_dir
321
321
"""""""""""""
322
322
If instance store volumes exist, this is the path/mountpoint they will be mounted on.
323
323
324
-
Defaults to /scratch in the default template. ::
324
+
Defaults to /scratch. ::
325
325
326
326
ephemeral_dir = /scratch
327
327
328
328
shared_dir
329
329
""""""""""
330
330
Path/mountpoint for shared EBS volume. Do not use this option when using multiple EBS volumes; provide shared_dir under each EBS section instead
331
331
332
-
Defaults to /shared in the default template. The example below mounts to /myshared. See :ref:`EBS Section <ebs_section>` for details on working with multiple EBS volumes::
332
+
Defaults to /shared. The example below mounts to /myshared. See :ref:`EBS Section <ebs_section>` for details on working with multiple EBS volumes::
333
333
334
334
shared_dir = myshared
335
335
336
336
encrypted_ephemeral
337
337
"""""""""""""""""""
338
338
Encrypted ephemeral drives. In-memory keys, non-recoverable. If true, AWS ParallelCluster will generate an ephemeral encryption key in memroy and using LUKS encryption, encrypt your instance store volumes.
339
339
340
-
Defaults to false in default template. ::
340
+
Defaults to false. ::
341
341
342
342
encrypted_ephemeral = false
343
343
344
344
master_root_volume_size
345
345
"""""""""""""""""""""""
346
346
MasterServer root volume size in GB. (AMI must support growroot)
347
347
348
-
Defaults to 15 in default template. ::
348
+
Defaults to 15. ::
349
349
350
350
master_root_volume_size = 15
351
351
352
352
compute_root_volume_size
353
353
""""""""""""""""""""""""
354
354
ComputeFleet root volume size in GB. (AMI must support growroot)
355
355
356
-
Defaults to 15 in default template. ::
356
+
Defaults to 15. ::
357
357
358
358
compute_root_volume_size = 15
359
359
360
360
base_os
361
361
"""""""
362
362
OS type used in the cluster
363
363
364
-
Defaults to alinux in the default template. Available options are: alinux, centos6, centos7, ubuntu1404 and ubuntu1604
364
+
Defaults to alinux. Available options are: alinux, centos6, centos7, ubuntu1404 and ubuntu1604
365
365
366
366
Note: The base_os determines the username used to log into the cluster.
367
367
@@ -378,15 +378,15 @@ instances in the cluster. Note that the given name of a role and its Amazon
378
378
Resource Name (ARN) are different, and the latter can not be used as an argument
379
379
to ec2_iam_role.
380
380
381
-
Defaults to NONE in the default template. ::
381
+
Defaults to NONE. ::
382
382
383
383
ec2_iam_role = NONE
384
384
385
385
extra_json
386
386
""""""""""
387
387
Extra JSON that will be merged into the dna.json used by Chef.
388
388
389
-
Defaults to {} in the default template. ::
389
+
Defaults to {}. ::
390
390
391
391
extra_json = {}
392
392
@@ -396,7 +396,7 @@ An additional CloudFormation template to launch along with the cluster. This all
396
396
397
397
Must be a HTTP URL to a public template with all parameters provided.
398
398
399
-
Defaults to NONE in the default template. ::
399
+
Defaults to NONE. ::
400
400
401
401
additional_cfn_template = NONE
402
402
@@ -467,15 +467,15 @@ CIDR formatted IP range in which to allow SSH access from.
467
467
468
468
This is only used when AWS ParallelCluster creates the security group.
469
469
470
-
Defaults to 0.0.0.0/0 in the default template. ::
470
+
Defaults to 0.0.0.0/0. ::
471
471
472
472
ssh_from = 0.0.0.0/0
473
473
474
474
additional_sg
475
475
"""""""""""""
476
476
Additional VPC security group Id for all instances.
477
477
478
-
Defaults to NONE in the default template. ::
478
+
Defaults to NONE. ::
479
479
480
480
additional_sg = sg-xxxxxx
481
481
@@ -511,7 +511,7 @@ vpc_security_group_id
511
511
"""""""""""""""""""""
512
512
Use an existing security group for all instances.
513
513
514
-
Defaults to NONE in the default template. ::
514
+
Defaults to NONE. ::
515
515
516
516
vpc_security_group_id = sg-xxxxxx
517
517
@@ -602,7 +602,7 @@ Amount of time in minutes without a job after which the compute node will termin
Copy file name to clipboardExpand all lines: docs/source/s3_resources.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Accessing S3 within AWS ParallelCluster can be controlled through two parameters
8
8
::
9
9
10
10
# Specify S3 resource which AWS ParallelCluster nodes will be granted read-only access
11
-
# (defaults to NONE for the default template)
11
+
# (defaults to NONE)
12
12
s3_read_resource = NONE
13
13
# Specify S3 resource which AWS ParallelCluster nodes will be granted read-write access
14
-
# (defaults to NONE for the default template)
14
+
# (defaults to NONE)
15
15
s3_read_write_resource = NONE
16
16
17
17
Both parameters accept either ``*`` or a valid S3 ARN. For details of how to specify S3 ARNs, please see http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-s3
0 commit comments