Bug 1260196
| Summary: | [RFE] Cloud Inventory collection should gather and store disk info for flavors | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Greg Blomquist <gblomqui> |
| Component: | Providers | Assignee: | Joe Vlcek <jvlcek> |
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.5.0 | CC: | jfrey, jhardy, jvlcek, mfalesni, mfeifer, obarenbo, snansi |
| Target Milestone: | GA | Keywords: | FutureFeature |
| Target Release: | 5.5.0 | Flags: | cfme-bot:
needinfo?
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.2 | Doc Type: | Enhancement |
| Doc Text: |
The new version of CloudForms Management Engine collects and stores inventory information about disks available for flavours on cloud providers.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:29:31 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: | |||
|
Description
Greg Blomquist
2015-09-04 17:21:37 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/8a8947abcc2e039ea1e8835439a182ea7b65f1d8 commit 8a8947abcc2e039ea1e8835439a182ea7b65f1d8 Author: Joe VLcek <jvlcek> AuthorDate: Fri Sep 11 17:04:30 2015 -0400 Commit: Joe VLcek <jvlcek> CommitDate: Mon Sep 14 18:09:26 2015 -0400 Gather disk info for Cloud Inventory. https://bugzilla.redhat.com/show_bug.cgi?id=1260196 .../amazon/cloud_manager/refresh_parser.rb | 10 ---------- .../openstack/cloud_manager/refresh_parser.rb | 11 +++++------ .../20150911152048_add_disk_info_to_flavors.rb | 6 ++++++ .../ems_refresh/refreshers/ec2_refresher_spec.rb | 2 ++ .../refreshers/openstack/refresh_spec_common.rb | 22 ++++++++++++++++++++++ 5 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 db/migrate/20150911152048_add_disk_info_to_flavors.rb New commit detected on ManageIQ/manageiq-appliance-build/master: https://github.com/ManageIQ/manageiq-appliance-build/commit/8a8947abcc2e039ea1e8835439a182ea7b65f1d8 commit 8a8947abcc2e039ea1e8835439a182ea7b65f1d8 Author: Joe VLcek <jvlcek> AuthorDate: Fri Sep 11 17:04:30 2015 -0400 Commit: Joe VLcek <jvlcek> CommitDate: Mon Sep 14 18:09:26 2015 -0400 Gather disk info for Cloud Inventory. https://bugzilla.redhat.com/show_bug.cgi?id=1260196 .../amazon/cloud_manager/refresh_parser.rb | 10 ---------- .../openstack/cloud_manager/refresh_parser.rb | 11 +++++------ .../20150911152048_add_disk_info_to_flavors.rb | 6 ++++++ .../ems_refresh/refreshers/ec2_refresher_spec.rb | 2 ++ .../refreshers/openstack/refresh_spec_common.rb | 22 ++++++++++++++++++++++ 5 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 db/migrate/20150911152048_add_disk_info_to_flavors.rb The fix for this PR gathers and stores disk_size and disk_count from Amazon and Openstack Cloud providers. Although there could be more work to fully and properly address properly gathering disk flavor information from Openstack, I am moving this BZ to post. Further work will be tracked in a different RFE. 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://access.redhat.com/errata/RHSA-2015:2551 Detected commit referencing this ticket while ticket status is CLOSED. |