Bug 1507667
Summary: | [RFE][M-5] Ability to add and remove AWS volumes for an instance | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> |
Component: | Providers | Assignee: | Daniel Berger <dberger> |
Status: | CLOSED ERRATA | QA Contact: | Matouš Mojžíš <mmojzis> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 5.8.0 | CC: | bsorota, cpelland, dberger, dmisharo, gblomqui, jfrey, jhardy, jocarter, mfeifer, obarenbo, rmanes |
Target Milestone: | MVP | Keywords: | FutureFeature, RFE |
Target Release: | 5.10.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:00:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Feature | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | AWS | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1555371, 1590045 |
Description
Ryan Spagnola
2017-10-30 21:19:29 UTC
From speaking to Dan Berger and reading the talk article (http://talk.manageiq.org/t/aws-cloud-volume-relationships/3111/3) it appears that an automate solution was requested, for this reason, no UI work was required. I have updated the Devel Whiteboard to reflect the fix involves a backend change only. How can I test this when there is no UI change for it? Thanks I guess via an automate approach following similar steps that were mentioned in http://talk.manageiq.org/t/aws-cloud-volume-relationships/3111 Otherwise I'm not sure. I've asked in the Amazon provider gitter channel for guidance. Verified in 5.10.0.4.20180712211305_e6e4542. Steps for verification: Go to rails console irb(main):001:0> $evm=MiqAeMethodService::MiqAeService.new(MiqAeEngine::MiqAeWorkspaceRuntime.new) irb(main):002:0> vm = $evm.vmdb('vm').find_by_name('vm_name') irb(main):003:0> vm.cloud_volumes irb(main):004:0> vol = vm.cloud_volumes.first irb(main):005:0> vol.create_volume_snapshot(name: "idtest") 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-2019:0212 |