Bug 1572760
Summary: | OSPD 13 Undercloud - Infrastructure Provider Network Manager does not refreshed | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | Sam Lucidi <slucidi> |
Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 5.9.0 | CC: | cpelland, gblomqui, jfrey, jhardy, maufart, mfeifer, obarenbo, slucidi |
Target Milestone: | GA | Keywords: | Regression, ZStream |
Target Release: | 5.9.3 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.9.3.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1571836 | Environment: | |
Last Closed: | 2018-07-12 13:14:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | Openstack | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1571836 | ||
Bug Blocks: |
Comment 3
CFME Bot
2018-04-27 18:48:36 UTC
Failed QA ========= Reproduced on 5.9.2.4 still see ---> Last Refresh: Never New commit detected on ManageIQ/manageiq-providers-openstack/master: https://github.com/ManageIQ/manageiq-providers-openstack/commit/5864c40f0c4833c04f210f68aab2cc6d306b4ce9 commit 5864c40f0c4833c04f210f68aab2cc6d306b4ce9 Author: Sam Lucidi <slucidi> AuthorDate: Tue May 8 14:44:46 2018 -0400 Commit: Sam Lucidi <slucidi> CommitDate: Tue May 8 14:44:46 2018 -0400 Combine InfraManager and child manager refresh queues When the CloudManager's refresh queues were consolidated, the individual NetworkManager refresh worker was removed. However, the InfraManager's queues were not combined at the same time, resulting in Infra network refresh events not being picked up. This commit ensures that the Infra Manager's refresh worker picks up queued refreshes for its child managers as well. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1572760 app/models/manageiq/providers/openstack/infra_manager/refresh_worker.rb | 21 + spec/models/manageiq/providers/openstack/infra_manager/refresh_worker_spec.rb | 28 + 2 files changed, 49 insertions(+) New commit detected on ManageIQ/manageiq-providers-openstack/gaprindashvili: https://github.com/ManageIQ/manageiq-providers-openstack/commit/bda8d2119316e9cdfa5eceb824d46576a5f9d1cf commit bda8d2119316e9cdfa5eceb824d46576a5f9d1cf Author: Marek Aufart <aufi.cz> AuthorDate: Wed May 9 09:39:56 2018 -0400 Commit: Marek Aufart <aufi.cz> CommitDate: Wed May 9 09:39:56 2018 -0400 Merge pull request #286 from mansam/combine-infra-refresh-queues Combine InfraManager and child manager refresh queues (cherry picked from commit 13b43f22df209b8b656e8974627fa596a961e569) https://bugzilla.redhat.com/show_bug.cgi?id=1572760 app/models/manageiq/providers/openstack/infra_manager/refresh_worker.rb | 21 + spec/models/manageiq/providers/openstack/infra_manager/refresh_worker_spec.rb | 28 + 2 files changed, 49 insertions(+) Verified ======== 5.9.3.0 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-2018:2184 |