Bug 1794551
Summary: | Security group/rule create/delete triggers targeted refresh but doesn't update in UI | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | Andrey <aveselov> |
Status: | CLOSED ERRATA | QA Contact: | Jad Haj Yahya <jhajyahy> |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.10.12 | CC: | akarol, aveselov, dmetzger, ikanias, jfrey, jhajyahy, jhardy, maufart, mlele, nansari, obarenbo, simaishi |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.8 | Flags: | pm-rhel:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1776365 | Environment: | |
Last Closed: | 2020-09-30 14:01:06 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: | 1776365 | ||
Bug Blocks: |
Comment 2
CFME Bot
2020-02-03 12:12:48 UTC
New commit detected on ManageIQ/manageiq-providers-openstack/ivanchuk: https://github.com/ManageIQ/manageiq-providers-openstack/commit/a1c4dc63d2c23b491c6d7c9853fe94ecaf0f0a8d commit a1c4dc63d2c23b491c6d7c9853fe94ecaf0f0a8d Author: Marek Aufart <maufart> AuthorDate: Tue Dec 3 14:31:57 2019 +0000 Commit: Marek Aufart <maufart> CommitDate: Tue Dec 3 14:31:57 2019 +0000 Add SecurityGroupRules to Targeted refresh Adding Targeted refresh for OpenStack SecurityGroupRules objects modelled as FirewallRule. Neutron-originated Firewall rules are handled as a separate collection by refresh now and Targeted refresh can work with that. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1794551 app/models/manageiq/providers/openstack/inventory/collector.rb | 1 + app/models/manageiq/providers/openstack/inventory/collector/network_manager.rb | 6 + app/models/manageiq/providers/openstack/inventory/collector/target_collection.rb | 8 + app/models/manageiq/providers/openstack/inventory/parser/network_manager.rb | 17 +- app/models/manageiq/providers/openstack/network_manager/event_target_parser.rb | 15 +- config/settings.yml | 5 +- 6 files changed, 44 insertions(+), 8 deletions(-) missing 5.11 backport of https://github.com/ManageIQ/manageiq-content/pull/612 so refresh is not triggered for sec.grp.rules That PR got off of my radar since it wasn't listed in the BZ and separate PRs got created for hammer/ivanchuk... will pick up in the next build. New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/046d07a1734f77d19d3bfa894b78ac795908f313 commit 046d07a1734f77d19d3bfa894b78ac795908f313 Author: Greg McCullough <gmccullo> AuthorDate: Thu Dec 5 18:07:40 2019 +0000 Commit: Greg McCullough <gmccullo> CommitDate: Thu Dec 5 18:07:40 2019 +0000 Merge pull request #612 from aufi/add_osp_security_group_rules Add OpenStack SecurityGroupRule Events (cherry picked from commit affc119b2e9e7b66a81fbcb77a81e8a2be2d03c1) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1794551 content/automate/ManageIQ/System/Event/EmsEvent/OpenStack.class/security_group_rule.create.end.yaml | 12 + content/automate/ManageIQ/System/Event/EmsEvent/OpenStack.class/security_group_rule.delete.end.yaml | 12 + content/automate/ManageIQ/System/Event/EmsEvent/OpenStack.class/security_group_rule.update.end.yaml | 12 + 3 files changed, 36 insertions(+) Still don't see created sec group in UI I reproduced the BZ on another setup, you can take a look here: https://10.8.198.226/ Created a sec group and a rule under it the sec group appeared but rule not I was able to create sec_group and rule under it. I tried it in a few CF Containers - hammer-9, hammer-10 hammer-11 and hammer-latest, OSP16 All created security groups and rules were present in CF UI. Deleted groups and rules also weren't visible. Jad could you confirm that the issue still appears on 5.10? Niyaz can you try OSP16.1 to verify Andrey's finding in comment #12? Andrey, is this a targeted refresh issue specific to OSP13 (well pre-16.1)? Verified on CFME version 5.11.8. Adding security group/deleting security group/ruled is reflected in UI. 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 (Moderate: CloudForms 5.0.8 security, 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:4134 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days |