Created attachment 1153819 [details] SHowing configuration in CFME
Greg, based on the screenshot and my email thread, it seems that Einat enabled C&U but the roles are not persisted/considered: roles=automate:database_operations:database_owner:ems_inventory:ems_operations:event:reporting:scheduler:smartstate:user_interface:web_services:websocket I am moving this back to you (infra) but feel free to close the BZ with INSUFFICIENT_DATA given that she didn't attach any log.
Created attachment 1159986 [details] Screenshot showing no C&U Roles Closing this as notabug. There are no C&U Roles enabled for the appliance.
I logged into the appliance and verified that in the DB there are no C&U server roles enabled. And I logged into the UI and verified that there are no C&U server roles selected in the UI (see "Screenshot showing no C&U Roles" screen shot). Query showing now C&U roles ------------------------------------------------------------------------------ vmdb_production=# select a.id, s.id, s.name, r.id, r.name, a.active, a.priority from assigned_server_roles a, server_roles r, miq_servers s where a.miq_server_id = s.id and a.server_role_id = r.id; id | id | name | id | name | active | priority ----+----+------+----+---------------------+--------+---------- 1 | 1 | EVM | 1 | automate | t | 2 2 | 1 | EVM | 2 | database_operations | t | 2 3 | 1 | EVM | 5 | ems_inventory | t | 2 4 | 1 | EVM | 9 | ems_operations | t | 2 5 | 1 | EVM | 10 | event | t | 2 6 | 1 | EVM | 13 | reporting | t | 2 7 | 1 | EVM | 15 | scheduler | t | 2 8 | 1 | EVM | 17 | smartstate | t | 2 9 | 1 | EVM | 22 | user_interface | t | 2 10 | 1 | EVM | 24 | websocket | t | 2 11 | 1 | EVM | 25 | web_services | t | 2 12 | 1 | EVM | 3 | database_owner | t | 2 13 | 1 | EVM | 16 | smartproxy | t | 2 (13 rows) ------------------------------------------------------------------------------ Closing as notabug.
*** Bug 1340172 has been marked as a duplicate of this bug. ***
Nick C. noticed that this bug is likely related to PR 8798. https://github.com/ManageIQ/manageiq/pull/8798
Verified in version 5.6.0.10-rc2.1 When C&U roles are assigned, Metrics rollups are viewable in CFME.
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/RHBA-2016:1348