mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] add cluster compute flavor
This commit is contained in:
parent
592c8cc404
commit
ffca675023
1 changed files with 11 additions and 9 deletions
|
@ -23,6 +23,8 @@ module Fog
|
|||
{ :bits => 64, :cores => 6.5, :disk => 420, :id => 'm2.xlarge', :name => 'High-Memory Extra Large', :ram => 17510.4},
|
||||
{ :bits => 64, :cores => 13, :disk => 850, :id => 'm2.2xlarge', :name => 'High Memory Double Extra Large', :ram => 35020.8},
|
||||
{ :bits => 64, :cores => 26, :disk => 1690, :id => 'm2.4xlarge', :name => 'High Memory Quadruple Extra Large', :ram => 70041.6},
|
||||
|
||||
{ :bits => 64, :cores => 33.5, :disk => 1690, :id => 'cc1.4xlarge', :name => 'Cluster Compute Quadruple Extra Large', :ram => 23552}
|
||||
]
|
||||
load(data)
|
||||
self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue