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 - Service | Assignee: | Shveta <sshveta> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Shveta <sshveta> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.9.0 | CC: | dclarizi, jhardy, obarenbo, simaishi, sshveta | ||||
| Target Milestone: | MVP | Keywords: | 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
bascar
2017-10-02 13:36:15 UTC
Awaiting API work: https://github.com/ManageIQ/manageiq-api/pull/57 Proposing blocker flag for MVP marked (in target_milestone) feature Done - Awaiting UXD review: https://github.com/ManageIQ/manageiq-ui-service/pull/996 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 Created attachment 1369635 [details]
Generic object in SUI
Verified in version 5.9.0.13.20171212214416_f4f190a
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 |