Bug 1235439
| Summary: | [RFE] Add new M4 and t2.large instance types for Amazon EC2 | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jason Frey <jfrey> | |
| Component: | Providers | Assignee: | Jason Frey <jfrey> | |
| Status: | CLOSED ERRATA | QA Contact: | Ramesh A <rananda> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.4.0 | CC: | cpelland, jfrey, jhardy, jprause, mfeifer, obarenbo, rananda, snansi | |
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream | |
| Target Release: | 5.4.1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.4.1.0 | Doc Type: | Enhancement | |
| Doc Text: |
This version of CloudForms Management Engine adds the M4 and t2.large instance types for the Amazon EC2 cloud provider. These are new instance types that have been added recently to the Amazon EC2 cloud. These instance types can now be provisioned from CloudForms Management Engine.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1235449 (view as bug list) | Environment: | ||
| Last Closed: | 2015-07-30 13:10:30 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1235449 | |||
|
Description
Jason Frey
2015-06-24 19:54:56 UTC
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=63d50c677c116691556c33c277689edbbd91e5de commit 63d50c677c116691556c33c277689edbbd91e5de Author: Jason Frey <jfrey> AuthorDate: Mon Jun 15 12:25:07 2015 -0400 Commit: Jason Frey <jfrey> CommitDate: Wed Jun 24 16:07:50 2015 -0400 Add Amazon M4 instance types https://bugzilla.redhat.com/show_bug.cgi?id=1235439 lib/Amazon/MiqEc2InstanceTypes.rb | 120 +++++++++++++++++++++ .../refreshers/ec2_refresher_other_region_spec.rb | 4 +- .../ems_refresh/refreshers/ec2_refresher_spec.rb | 4 +- 3 files changed, 124 insertions(+), 4 deletions(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=5a872f7fd1d13ae65a2e28f702746675bbe13f17 commit 5a872f7fd1d13ae65a2e28f702746675bbe13f17 Author: Jason Frey <jfrey> AuthorDate: Thu Jun 18 10:02:53 2015 -0400 Commit: Jason Frey <jfrey> CommitDate: Wed Jun 24 16:07:57 2015 -0400 Add Amazon t2.large instance type. https://bugzilla.redhat.com/show_bug.cgi?id=1235439 lib/Amazon/MiqEc2InstanceTypes.rb | 30 +++++++++++++++++++--- .../refreshers/ec2_refresher_other_region_spec.rb | 4 +-- .../ems_refresh/refreshers/ec2_refresher_spec.rb | 4 +-- 3 files changed, 31 insertions(+), 7 deletions(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=3ae711df8b1379724eb3db591f675746afbacbd2 commit 3ae711df8b1379724eb3db591f675746afbacbd2 Merge: 71081f3 5a872f7 Author: Greg Blomquist <gblomqui> AuthorDate: Wed Jun 24 16:13:47 2015 -0400 Commit: Greg Blomquist <gblomqui> CommitDate: Wed Jun 24 16:13:47 2015 -0400 Merge branch '5.4.z_add_new_amazon_types' into '5.4.z' Add new M4 and t2.large instance types for Amazon EC2 Clean cherry-pick from https://github.com/ManageIQ/manageiq/pull/3168 and https://github.com/ManageIQ/manageiq/pull/3209 https://bugzilla.redhat.com/show_bug.cgi?id=1235439 @gblomqui Please review See merge request !146 lib/Amazon/MiqEc2InstanceTypes.rb | 150 ++++++++++++++++++++- .../refreshers/ec2_refresher_other_region_spec.rb | 4 +- .../ems_refresh/refreshers/ec2_refresher_spec.rb | 4 +- 3 files changed, 151 insertions(+), 7 deletions(-) Good to go. Verified and working fine in 5.4.1.0.20150717083323_6ed7e1c. Choosing a 64-bit HVM AMI displays M4 instance types (m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge), and the new t2.large instance typeChoosing a 64-bit HVM AMI displays M4 instance types (m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge), and the new t2.large instance type Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1511.html |