Skip to content

Commit

Permalink
Merge pull request #560 from datacratic/m4.10xlarge_support
Browse files Browse the repository at this point in the history
m4.10xlarge support
  • Loading branch information
jtriley committed Nov 12, 2015
2 parents 91be28d + 155365d commit 63fc430
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 @@ -126,6 +126,7 @@ def create_sc_config_dirs():
'm3.large': ['x86_64'],
'm3.xlarge': ['x86_64'],
'm3.2xlarge': ['x86_64'],
'm4.10xlarge': ['x86_64'],
'r3.large': ['x86_64'],
'r3.xlarge': ['x86_64'],
'r3.2xlarge': ['x86_64'],
Expand Down Expand Up @@ -182,7 +183,7 @@ def create_sc_config_dirs():
'c3.8xlarge']

M4_COMPUTE_TYPES = ['c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge',
'c4.8xlarge']
'c4.8xlarge', 'm4.10xlarge']

I2_STORAGE_TYPES = ['i2.xlarge', 'i2.2xlarge', 'i2.4xlarge', 'i2.8xlarge']

Expand Down

0 comments on commit 63fc430

Please sign in to comment.