Skip to content

Commit

Permalink
Merge pull request #8 from rightscale/blue_13_02_acu74157_add_aws_cr1…
Browse files Browse the repository at this point in the history
….8xlarge_instance

acu74157 added cr1.8xlarge instance type
  • Loading branch information
tim775 committed Jan 30, 2013
2 parents 52bcb8a + b598e39 commit 3fa51f6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/ec2/right_ec2.rb
Expand Up @@ -93,11 +93,12 @@ class Ec2 < RightAwsBase
'm2.4xlarge',
'm3.xlarge' ,
'm3.2xlarge',
'cc1.4xlarge',
'cg1.4xlarge',
'cc2.8xlarge',
'hi1.4xlarge',
'hs1.8xlarge'
'cc1.4xlarge',
'cg1.4xlarge',
'cc2.8xlarge',
'hi1.4xlarge',
'hs1.8xlarge',
'cr1.8xlarge'
]

@@bench = AwsBenchmarkingBlock.new
Expand Down

1 comment on commit 3fa51f6

@flexera-ci
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RS-COMPLIANCE: COMPLIANCE-COMMITMESSAGE-PASS Build: #25981(2013-06-13_21-09-14), repo: right_aws, branch/tag: orangeKD_13_7_acu90767_v_4_1_0, sha: 3fa51f6, status: PASS, reason: Was a merge commit

Please sign in to comment.