Bug 1497705

Summary: [RFE] Generic Object Support - View Generic Objects on Service UI service details
Product: Red Hat CloudForms Management Engine Reporter: bascar
Component: UI - ServiceAssignee: Shveta <sshveta>
Status: CLOSED ERRATA QA Contact: Shveta <sshveta>
Severity: high Docs Contact:
Priority: high    
Version: 5.9.0CC: dclarizi, jhardy, obarenbo, simaishi, sshveta
Target Milestone: MVPKeywords: FutureFeature
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.0.4 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-01 13:19:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1490929    
Attachments:
Description Flags
Generic object in SUI none

Description bascar 2017-10-02 13:36:15 UTC
Description of problem: View Generic Objects on Service UI service details

Comment 2 Chris Kacerguis 2017-10-02 13:47:06 UTC
Github Issue: https://github.com/ManageIQ/manageiq-ui-service/issues/934

Comment 3 Chris Kacerguis 2017-10-02 13:49:49 UTC
Awaiting API work: https://github.com/ManageIQ/manageiq-api/pull/57

Comment 4 Dave Johnson 2017-10-06 02:21:09 UTC
Proposing blocker flag for MVP marked (in target_milestone) feature

Comment 5 Chris Kacerguis 2017-10-18 14:43:20 UTC
Done - Awaiting UXD review: 

https://github.com/ManageIQ/manageiq-ui-service/pull/996

Comment 6 Shveta 2017-12-18 18:47:47 UTC
Rails console command to create Instance : 

go_def = GenericObjectDefinition.where(:name => “your_go_def_name).first
go = GenericObject.create(:name => “GO Service", :generic_object_definition_id => go_def.id)
service = Service.where(:name => “your_service_name”).first
go.retire = [service]
go.save
service.add_resource(go)
service.save!
=======================
SUI shows details of generic object

Comment 7 Shveta 2017-12-18 18:48:56 UTC
Created attachment 1369635 [details]
Generic object in SUI

Verified in version 5.9.0.13.20171212214416_f4f190a

Comment 10 errata-xmlrpc 2018-03-01 13:19:00 UTC
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:0380