Skip to content

Commit

Permalink
add support for g2.8xlarge
Browse files Browse the repository at this point in the history
closes #526
  • Loading branch information
jtriley committed Apr 28, 2015
1 parent 24078e9 commit 91be28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starcluster/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def create_sc_config_dirs():
'cc2.8xlarge': ['x86_64'],
'cg1.4xlarge': ['x86_64'],
'g2.2xlarge': ['x86_64'],
'g2.8xlarge': ['x86_64'],
'cr1.8xlarge': ['x86_64'],
'hi1.4xlarge': ['x86_64'],
'hs1.8xlarge': ['x86_64'],
Expand Down Expand Up @@ -166,7 +167,7 @@ def create_sc_config_dirs():

CLUSTER_COMPUTE_TYPES = ['cc1.4xlarge', 'cc2.8xlarge']

CLUSTER_GPU_TYPES = ['g2.2xlarge', 'cg1.4xlarge']
CLUSTER_GPU_TYPES = ['g2.2xlarge', 'g2.8xlarge', 'cg1.4xlarge']

CLUSTER_HIMEM_TYPES = ['cr1.8xlarge']

Expand Down

0 comments on commit 91be28d

Please sign in to comment.