New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/3f9e0e78e3f84f81a990862224e46002c62c52fe commit 3f9e0e78e3f84f81a990862224e46002c62c52fe Author: Gregg Tanzillo <gtanzill> AuthorDate: Tue Jul 3 05:16:55 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Tue Jul 3 05:16:55 2018 -0400 Merge pull request #17058 from alexander-demichev/public-images-tenants Make all public images be visible for provisioning. (cherry picked from commit 178f498dd0a4e62e2d80c100504b55bf347ebc22) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1598520 app/models/manageiq/providers/cloud_manager/template.rb | 7 + spec/lib/rbac/filterer_spec.rb | 32 + spec/models/manageiq/providers/cloud_manager/template_spec.rb | 33 +- 3 files changed, 67 insertions(+), 5 deletions(-)
Only private Image appears on Tenenat1 summary page but still missing on Tenant1 (All Images) page along with public images
*** Bug 1566884 has been marked as a duplicate of this bug. ***
Backported to Gaprindashvili branch: $ git log -1 commit 119d2691ca63f5730e7f7cfa37b8b7c029e7fa2a Author: Gregg Tanzillo <gtanzill> Date: Wed Oct 10 14:08:21 2018 -0400 Merge pull request #17851 from alexander-demichev/named-scopes-templates Add tenant filtering for templates in provisioning and summary pages (cherry picked from commit 142a184d4619fd9d3ecebb6cff71ccd13667832e)
Failed QA ========= CFME 5.9.5.2
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/e5fbfd56031042d6de457d83cbe7ce5c2c0539f5 commit e5fbfd56031042d6de457d83cbe7ce5c2c0539f5 Author: Gregg Tanzillo <gtanzill> AuthorDate: Tue Dec 18 11:58:25 2018 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Tue Dec 18 11:58:25 2018 -0500 Merge pull request #18128 from alexander-demichev/fix-rbac-for-templates Fix RBAC call for templates and vms (cherry picked from commit cd982a488b48a189e4aabf2f1a21ae7007dda5fb) https://bugzilla.redhat.com/show_bug.cgi?id=1598520 app/models/manageiq/providers/cloud_manager/template.rb | 11 - app/models/vm_or_template.rb | 16 +- spec/factories/vm_or_template.rb | 4 + spec/lib/rbac/filterer_spec.rb | 74 +- spec/models/manageiq/providers/cloud_manager/template_spec.rb | 28 - spec/models/manageiq/providers/cloud_manager/vm_or_template_spec.rb | 28 + spec/models/mixins/cloud_tenancy_mixin_spec.rb | 2 +- 7 files changed, 105 insertions(+), 58 deletions(-)
Verified on 5.9.7.1
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-2019:0110