Bug 1757128
| Summary: | [RFE] Support Events from Service Telemetry Framework in OSP 16.1 | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Loic Avenel <lavenel> |
| Component: | Providers | Assignee: | Marek Aufart <maufart> |
| Status: | CLOSED ERRATA | QA Contact: | Jad Haj Yahya <jhajyahy> |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | high | ||
| Version: | 5.12.0 | CC: | dmetzger, jfrey, jhardy, mshriver, obarenbo, simaishi |
| Target Milestone: | GA | Keywords: | FutureFeature, Reopened, RFE, ZStream |
| Target Release: | 5.11.7 | Flags: | simaishi:
cfme-5.11.z+
mfeifer: mirror+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.7.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-06 14:32:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | Openstack | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Loic Avenel
2019-09-30 16:00:43 UTC
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low. Backend PR: https://github.com/ManageIQ/manageiq-providers-openstack/pull/556 UI PR: https://github.com/ManageIQ/manageiq-providers-openstack/pull/592 (depends on DDF, needs to be rewritten for possible jansa backport) Github issue for UI implementation https://github.com/ManageIQ/manageiq-ui-classic/issues/7000 *** Bug 1660842 has been marked as a duplicate of this bug. *** Ivanchuk UI PR: https://github.com/ManageIQ/manageiq-ui-classic/pull/7158 New commit detected on ManageIQ/manageiq-providers-openstack/ivanchuk: https://github.com/ManageIQ/manageiq-providers-openstack/commit/e92177f81ead656ad294af0759b84c368e2689c4 commit e92177f81ead656ad294af0759b84c368e2689c4 Author: Adam Grare <agrare> AuthorDate: Fri May 22 12:41:19 2020 +0000 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Jul 6 12:34:16 2020 +0000 Merge pull request #556 from aufi/saf_event_monitor Add STF Event monitor backend (cherry picked from commit 8228ffc1fcf390ee9db56b5b8a3274cc3d16066c) https://bugzilla.redhat.com/show_bug.cgi?id=1757128 .travis.yml | 4 +- app/models/manageiq/providers/openstack/event_catcher_mixin.rb | 1 + app/models/manageiq/providers/openstack/manager_mixin.rb | 23 +- config/settings.yml | 9 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_converter.rb | 30 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_monitor.rb | 111 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_receiver.rb | 27 + lib/manageiq/providers/openstack/legacy/events/openstack_stf_event_test_receiver.rb | 21 + lib/manageiq/providers/openstack/legacy/openstack_event_monitor.rb | 2 + manageiq-providers-openstack.gemspec | 1 + spec/legacy/events/openstack_stf_event_monitor_spec.rb | 71 + tools/ci/before_install.sh | 30 + 12 files changed, 327 insertions(+), 3 deletions(-) 1. checked the STF option is available on CFME GUI 2. Configured cloud provider using STF event 3. Created a volume 4. All resources were fetched successfully. 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 (Critical: CloudForms 5.0.7 bug fix and enhancement update), 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-2020:3358 |