mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2611 from estonfer/hashrocket_fix
[aws] align hashrockets, remove whitespace
This commit is contained in:
commit
0aad0e5e7d
1 changed files with 168 additions and 168 deletions
|
@ -7,255 +7,255 @@ module Fog
|
|||
|
||||
FLAVORS = [
|
||||
{
|
||||
:id => 't1.micro',
|
||||
:name => 'Micro Instance',
|
||||
:bits => 0,
|
||||
:cores => 2,
|
||||
:disk => 0,
|
||||
:ram => 613,
|
||||
:id => 't1.micro',
|
||||
:name => 'Micro Instance',
|
||||
:bits => 0,
|
||||
:cores => 2,
|
||||
:disk => 0,
|
||||
:ram => 613,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm1.small',
|
||||
:name => 'Small Instance',
|
||||
:bits => 32,
|
||||
:cores => 1,
|
||||
:disk => 160,
|
||||
:ram => 1740.8,
|
||||
:id => 'm1.small',
|
||||
:name => 'Small Instance',
|
||||
:bits => 32,
|
||||
:cores => 1,
|
||||
:disk => 160,
|
||||
:ram => 1740.8,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm1.medium',
|
||||
:name => 'Medium Instance',
|
||||
:bits => 32,
|
||||
:cores => 2,
|
||||
:disk => 400,
|
||||
:ram => 3750,
|
||||
:id => 'm1.medium',
|
||||
:name => 'Medium Instance',
|
||||
:bits => 32,
|
||||
:cores => 2,
|
||||
:disk => 400,
|
||||
:ram => 3750,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm1.large',
|
||||
:name => 'Large Instance',
|
||||
:bits => 64,
|
||||
:cores => 4,
|
||||
:disk => 850,
|
||||
:ram => 7680,
|
||||
:id => 'm1.large',
|
||||
:name => 'Large Instance',
|
||||
:bits => 64,
|
||||
:cores => 4,
|
||||
:disk => 850,
|
||||
:ram => 7680,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'm1.xlarge',
|
||||
:name => 'Extra Large Instance',
|
||||
:bits => 64,
|
||||
:cores => 8,
|
||||
:disk => 1690,
|
||||
:ram => 15360,
|
||||
:id => 'm1.xlarge',
|
||||
:name => 'Extra Large Instance',
|
||||
:bits => 64,
|
||||
:cores => 8,
|
||||
:disk => 1690,
|
||||
:ram => 15360,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'c1.medium',
|
||||
:bits => 32,
|
||||
:cores => 5,
|
||||
:disk => 350,
|
||||
:name => 'High-CPU Medium',
|
||||
:ram => 1740.8,
|
||||
:id => 'c1.medium',
|
||||
:bits => 32,
|
||||
:cores => 5,
|
||||
:disk => 350,
|
||||
:name => 'High-CPU Medium',
|
||||
:ram => 1740.8,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'c1.xlarge',
|
||||
:name => 'High-CPU Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 20,
|
||||
:disk => 1690,
|
||||
:ram => 7168,
|
||||
:id => 'c1.xlarge',
|
||||
:name => 'High-CPU Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 20,
|
||||
:disk => 1690,
|
||||
:ram => 7168,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'c3.large',
|
||||
:name => 'C3 Large',
|
||||
:bits => 64,
|
||||
:cores => 7,
|
||||
:disk => 32,
|
||||
:ram => 3750,
|
||||
:id => 'c3.large',
|
||||
:name => 'C3 Large',
|
||||
:bits => 64,
|
||||
:cores => 7,
|
||||
:disk => 32,
|
||||
:ram => 3750,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'c3.xlarge',
|
||||
:name => 'C3 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 14,
|
||||
:disk => 80,
|
||||
:ram => 7168,
|
||||
:id => 'c3.xlarge',
|
||||
:name => 'C3 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 14,
|
||||
:disk => 80,
|
||||
:ram => 7168,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'c3.2xlarge',
|
||||
:name => 'C3 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 28,
|
||||
:disk => 160,
|
||||
:ram => 15360,
|
||||
:id => 'c3.2xlarge',
|
||||
:name => 'C3 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 28,
|
||||
:disk => 160,
|
||||
:ram => 15360,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'c3.4xlarge',
|
||||
:name => 'C3 Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 55,
|
||||
:disk => 320,
|
||||
:ram => 30720,
|
||||
:id => 'c3.4xlarge',
|
||||
:name => 'C3 Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 55,
|
||||
:disk => 320,
|
||||
:ram => 30720,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'c3.8xlarge',
|
||||
:name => 'C3 Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 108,
|
||||
:disk => 640,
|
||||
:ram => 61440,
|
||||
:id => 'c3.8xlarge',
|
||||
:name => 'C3 Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 108,
|
||||
:disk => 640,
|
||||
:ram => 61440,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'g2.2xlarge',
|
||||
:name => 'GPU Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 60,
|
||||
:ram => 15360,
|
||||
:id => 'g2.2xlarge',
|
||||
:name => 'GPU Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 60,
|
||||
:ram => 15360,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'hs1.8xlarge',
|
||||
:name => 'High Storage Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 35,
|
||||
:disk => 50331648,
|
||||
:ram => 119808,
|
||||
:id => 'hs1.8xlarge',
|
||||
:name => 'High Storage Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 35,
|
||||
:disk => 50331648,
|
||||
:ram => 119808,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm2.xlarge',
|
||||
:name => 'High-Memory Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 6.5,
|
||||
:disk => 420,
|
||||
:ram => 17510.4,
|
||||
:id => 'm2.xlarge',
|
||||
:name => 'High-Memory Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 6.5,
|
||||
:disk => 420,
|
||||
:ram => 17510.4,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm2.2xlarge',
|
||||
:name => 'High Memory Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 13,
|
||||
:disk => 850,
|
||||
:ram => 35020.8,
|
||||
:id => 'm2.2xlarge',
|
||||
:name => 'High Memory Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 13,
|
||||
:disk => 850,
|
||||
:ram => 35020.8,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'm2.4xlarge',
|
||||
:name => 'High Memory Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 1690,
|
||||
:ram => 70041.6,
|
||||
:id => 'm2.4xlarge',
|
||||
:name => 'High Memory Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 1690,
|
||||
:ram => 70041.6,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'cr1.8xlarge',
|
||||
:name => 'High Memory Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 88,
|
||||
:disk => 240,
|
||||
:ram => 249856,
|
||||
:id => 'cr1.8xlarge',
|
||||
:name => 'High Memory Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 88,
|
||||
:disk => 240,
|
||||
:ram => 249856,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'm3.xlarge',
|
||||
:name => 'M3 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 13,
|
||||
:disk => 0,
|
||||
:ram => 15360,
|
||||
:id => 'm3.xlarge',
|
||||
:name => 'M3 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 13,
|
||||
:disk => 0,
|
||||
:ram => 15360,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'm3.2xlarge',
|
||||
:name => 'M3 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 0,
|
||||
:ram => 30720,
|
||||
:id => 'm3.2xlarge',
|
||||
:name => 'M3 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 26,
|
||||
:disk => 0,
|
||||
:ram => 30720,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => "hi1.4xlarge",
|
||||
:name => "High I/O Quadruple Extra Large Instance",
|
||||
:bits => 64,
|
||||
:cores => 35,
|
||||
:disk => 2048,
|
||||
:ram => 61952,
|
||||
:id => "hi1.4xlarge",
|
||||
:name => "High I/O Quadruple Extra Large Instance",
|
||||
:bits => 64,
|
||||
:cores => 35,
|
||||
:disk => 2048,
|
||||
:ram => 61952,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'cc1.4xlarge',
|
||||
:name => 'Cluster Compute Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 33.5,
|
||||
:disk => 1690,
|
||||
:ram => 23552,
|
||||
:id => 'cc1.4xlarge',
|
||||
:name => 'Cluster Compute Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 33.5,
|
||||
:disk => 1690,
|
||||
:ram => 23552,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'cc2.8xlarge',
|
||||
:name => 'Cluster Compute Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 88,
|
||||
:disk => 3370,
|
||||
:ram => 61952,
|
||||
:id => 'cc2.8xlarge',
|
||||
:name => 'Cluster Compute Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 88,
|
||||
:disk => 3370,
|
||||
:ram => 61952,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'cg1.4xlarge',
|
||||
:name => 'Cluster GPU Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 33.5,
|
||||
:disk => 1690,
|
||||
:ram => 22528,
|
||||
:id => 'cg1.4xlarge',
|
||||
:name => 'Cluster GPU Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 33.5,
|
||||
:disk => 1690,
|
||||
:ram => 22528,
|
||||
:ebs_optimized_available => false
|
||||
},
|
||||
{
|
||||
:id => 'i2.xlarge',
|
||||
:name => 'I2 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 14,
|
||||
:disk => 800,
|
||||
:ram => 31232,
|
||||
:id => 'i2.xlarge',
|
||||
:name => 'I2 Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 14,
|
||||
:disk => 800,
|
||||
:ram => 31232,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'i2.2xlarge',
|
||||
:name => 'I2 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 27,
|
||||
:disk => 1600,
|
||||
:ram => 62464,
|
||||
:id => 'i2.2xlarge',
|
||||
:name => 'I2 Double Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 27,
|
||||
:disk => 1600,
|
||||
:ram => 62464,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'i2.4xlarge',
|
||||
:name => 'I2 Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 53,
|
||||
:disk => 3200,
|
||||
:ram => 124928,
|
||||
:id => 'i2.4xlarge',
|
||||
:name => 'I2 Quadruple Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 53,
|
||||
:disk => 3200,
|
||||
:ram => 124928,
|
||||
:ebs_optimized_available => true
|
||||
},
|
||||
{
|
||||
:id => 'i2.8xlarge',
|
||||
:name => 'I2 Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 104,
|
||||
:disk => 6400,
|
||||
:ram => 249856,
|
||||
:id => 'i2.8xlarge',
|
||||
:name => 'I2 Eight Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 104,
|
||||
:disk => 6400,
|
||||
:ram => 249856,
|
||||
:ebs_optimized_available => false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue