Bug 1449235
| Summary: | [RFE] Trigger a refresh when adding/editing/deleting anything in CFME Block Storage(EBS) | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Matouš Mojžíš <mmojzis> | |
| Component: | Providers | Assignee: | Bronagh Sorota <bsorota> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Matouš Mojžíš <mmojzis> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | bascar, bsorota, cpelland, dajohnso, jfrey, jhardy, kmorey, obarenbo | |
| Target Milestone: | GA | Keywords: | FutureFeature, RFE, TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ec2:storage | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1468275 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 15:48:09 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1468275 | |||
|
Description
Matouš Mojžíš
2017-05-09 13:10:32 UTC
Also for attaching/detaching is autorefresh not triggered. Partially implemented here: https://github.com/ManageIQ/manageiq-providers-amazon/pull/263 For the record, the above PR ( https://github.com/ManageIQ/manageiq-providers-amazon/pull/263) was closed because EBS volume and snapshot events are sent via cloudwatch which is already supported. New commit detected on ManageIQ/manageiq-content/master: https://github.com/ManageIQ/manageiq-content/commit/c3484255bfe6b467dc0d98ae5924186c625c1808 commit c3484255bfe6b467dc0d98ae5924186c625c1808 Author: Bronagh Sorota <bsorota> AuthorDate: Mon Jul 3 13:41:56 2017 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Mon Jul 3 13:41:56 2017 -0400 Event switchboard entries for Amazon EBS events. https://bugzilla.redhat.com/show_bug.cgi?id=1449235 .../System/Event/EmsEvent/Amazon.class/attachvolume.yaml | 12 ++++++++++++ .../System/Event/EmsEvent/Amazon.class/copysnapshot.yaml | 12 ++++++++++++ .../System/Event/EmsEvent/Amazon.class/createsnapshot.yaml | 12 ++++++++++++ .../System/Event/EmsEvent/Amazon.class/createvolume.yaml | 12 ++++++++++++ .../System/Event/EmsEvent/Amazon.class/deletesnapshot.yaml | 12 ++++++++++++ .../System/Event/EmsEvent/Amazon.class/deletevolume.yaml | 12 ++++++++++++ 6 files changed, 72 insertions(+) create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/attachvolume.yaml create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/copysnapshot.yaml create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/createsnapshot.yaml create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/createvolume.yaml create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/deletesnapshot.yaml create mode 100644 content/automate/ManageIQ/System/Event/EmsEvent/Amazon.class/deletevolume.yaml Verified in 5.9.0.17. Targeted refresh works perfectly for these actions. |