-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdefault_starcluster_config.txt
47 lines (41 loc) · 1.37 KB
/
default_starcluster_config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
####################################
## StarCluster Configuration File ##
####################################
[global]
DEFAULT_TEMPLATE=stormseq
#############################################
## AWS Credentials and Connection Settings ##
#############################################
[aws info]
AWS_ACCESS_KEY_ID = %(access_key_id)s
AWS_SECRET_ACCESS_KEY = %(secret_access_key)s
AWS_USER_ID= %(aws_account_number)s
AWS_REGION_NAME = us-east-1b
###########################
## Defining EC2 Keypairs ##
###########################
# Sections starting with "key" define your keypairs. See "starcluster createkey
# --help" for instructions on how to create a new keypair. Section name should
# match your key name e.g.:
[key stormseq_starcluster_%(instance)s]
KEY_LOCATION=~/.ssh/stormseq_starcluster.rsa
################################
## Defining Cluster Templates ##
################################
[cluster stormseq]
KEYNAME = stormseq_starcluster_%(instance)s
CLUSTER_SIZE = %(number_of_processes)s
CLUSTER_USER = sgeadmin
CLUSTER_SHELL = bash
NODE_IMAGE_ID = %(ami)s
NODE_INSTANCE_TYPE = %(instance_type)s
AVAILABILITY_ZONE = us-east-1b
VOLUMES = genome_data
%(spot_request)s
#############################
## Configuring EBS Volumes ##
#############################
# Sections starting with "volume" define your EBS volumes
[volume genome_data]
VOLUME_ID = %(volume_id)s
MOUNT_PATH = /mydata