Created attachment 1588765 [details] evm.log stacktrace Description of problem: Version-Release number of selected component (if applicable): 5.11.0.13 How reproducible: Always Steps to Reproduce: 1. Add a new RHV provider - tried with rhv4.2, rhv4.3 and rhv4.0 2. 3. Actual results: Expected results: Additional info:
*** Bug 1729907 has been marked as a duplicate of this bug. ***
This was probably introduced by https://github.com/ManageIQ/manageiq/pull/18842
Hi, I was able to see the bug on 5.11.0.13 on an appliance ran by Matouš, but on the master (an also on 5.11.z) I'm able to add a RHV provider(for rhv 4.3) and to refresh it without errors.
QE continues to see this failure in CFME 5.11.0.15. Roberto, were you implying in comment 5 that this is fixed in master after 5.11.0.15 was built on Jul 19th? Can you identify what PR should have resolved this?
Hi Mike, I dig again on an appliance that Matouš gave me and I think I found the problem and also why on my local env was not showing up. The problem is the 'permissions.yml" file in '/var/www/miq/vmdb/config'. The file was not including permissions for - ems-type:redhat_network Adding it everything is working. I don't know why this permission was missing and not copied from 'permissions.tmpl.yml'. Maybe someone may have some ideas on this aspect? I'll continue to dig on this
Update: Proposed a Merge Request on cfme_productization to add the ems_type required to the permissions.yml.
Update: The Request was merged into master.
https://gitlab.cloudforms.lab.eng.rdu2.redhat.com/cloudforms/cfme_productization/merge_requests/799
Fixed and verified in 5.11.0.16.20190724210259_2b4aa51. Newly added RHV provider is refreshed and manual refresh also works.