Bug 1519457

Summary: Compute > Infrastructure > Topology shows CloudForms internal tags
Product: Red Hat CloudForms Management Engine Reporter: Brant Evans <brant.evans>
Component: UI - OPSAssignee: Dávid Halász <dhalasz>
Status: CLOSED CURRENTRELEASE QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: high    
Version: 5.9.0CC: cpelland, hkataria, jhardy, mpovolny, obarenbo
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1526049 (view as bug list) Environment:
Last Closed: 2018-06-21 20:45:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1526049    

Description Brant Evans 2017-11-30 17:59:06 UTC
Description of problem:
The folder_path_blue and folder_path_yellow tags that are managed internally by CloudForms are shown on the Topology page when viewing Tags. This will confuse customers as they are not customer tags, but internal CF tags.

Version-Release number of selected component (if applicable):
5.9.0.11

How reproducible:
Always

Steps to Reproduce:
1. Add an infrastructure provider
2. Ensure there are one or more VMs in the provider
3. Navigate to Compute > Infrastructure > Topology

Actual results:
folder_path_blue and folder_path_yellow are shown as tags

Expected results:
The folder_path_blue and folder_path_yellow are not shown

Additional info:

Comment 5 CFME Bot 2017-12-13 23:11:44 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/438abad588d47ec2e37028b4c4adca221b556a7f

commit 438abad588d47ec2e37028b4c4adca221b556a7f
Author:     lpichler <lpichler>
AuthorDate: Wed Dec 6 16:36:33 2017 +0100
Commit:     lpichler <lpichler>
CommitDate: Wed Dec 13 11:29:33 2017 +0100

    Add writable_clasification_tags
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1467805
    https://bugzilla.redhat.com/show_bug.cgi?id=1519457

 app/models/classification.rb            |  2 ++
 lib/extensions/ar_taggable.rb           |  4 ++++
 spec/lib/extensions/ar_taggable_spec.rb | 19 +++++++++++++++++++
 3 files changed, 25 insertions(+)

Comment 6 CFME Bot 2017-12-14 10:43:51 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/4bf2e3990cc3136e67a2be78b99b19c7fee12a84

commit 4bf2e3990cc3136e67a2be78b99b19c7fee12a84
Author:     Dávid Halász <dhalasz>
AuthorDate: Tue Dec 12 13:06:17 2017 +0100
Commit:     Dávid Halász <dhalasz>
CommitDate: Tue Dec 12 13:06:17 2017 +0100

    Display only manually added my company tags on topology screens
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1519457

 app/services/cloud_topology_service.rb          |  6 +++---
 app/services/infra_topology_service.rb          | 12 ++++++------
 app/services/network_topology_service.rb        | 20 ++++++++++----------
 app/services/physical_infra_topology_service.rb |  8 ++++----
 4 files changed, 23 insertions(+), 23 deletions(-)