Skip to content
Snippets Groups Projects
Commit 73f8cd23 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Adding extra instance types

parent 9ff8ad4b
No related branches found
No related tags found
No related merge requests found
...@@ -452,7 +452,9 @@ def get_num_disks(instance_type): ...@@ -452,7 +452,9 @@ def get_num_disks(instance_type):
"m2.4xlarge": 2, "m2.4xlarge": 2,
"cc1.4xlarge": 2, "cc1.4xlarge": 2,
"cc2.8xlarge": 4, "cc2.8xlarge": 4,
"cg1.4xlarge": 2 "cg1.4xlarge": 2,
"hs1.8xlarge": 24,
"cr1.8xlarge": 2
} }
if instance_type in disks_by_instance: if instance_type in disks_by_instance:
return disks_by_instance[instance_type] return disks_by_instance[instance_type]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment