Bug 1553768
Summary: | [RFE] Add RBAC and Tagging Support to Ansible Playbooks | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | UI - OPS | Assignee: | Hilda Stastna <hstastna> |
Status: | CLOSED ERRATA | QA Contact: | Ruslana Babyuk <rbabyuk> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.9.0 | CC: | cpelland, dmisharo, gblomqui, hkataria, jfrey, jhardy, lavenel, mpovolny, obarenbo, rbabyuk |
Target Milestone: | GA | Keywords: | FutureFeature, ZStream |
Target Release: | 5.9.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.2.0 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | 1526218 | Environment: | |
Last Closed: | 2018-05-07 20:45:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1526218 | ||
Bug Blocks: |
Comment 2
CFME Bot
2018-03-09 14:32:15 UTC
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/94c4d358034d255380ad215bf077ff85213c575b commit 94c4d358034d255380ad215bf077ff85213c575b Author: Harpreet Kataria <hkataria> AuthorDate: Mon Mar 12 15:37:00 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Mar 12 15:37:00 2018 -0400 Merge pull request #17099 from hstastna/Add_RBAC_Tagging_Ansible_Playbooks Add tagging feature for Ansible Playbooks (cherry picked from commit f7662924f46afacd1eae42d5cefa06c2a2abba34) https://bugzilla.redhat.com/show_bug.cgi?id=1553768 db/fixtures/miq_product_features.yml | 4 + 1 file changed, 4 insertions(+) New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/359078ca745f7b11e9210e506ff03980540fee51 commit 359078ca745f7b11e9210e506ff03980540fee51 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Mar 12 16:53:48 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Mar 12 16:53:48 2018 -0400 Merge pull request #3522 from hstastna/Add_RBAC_Tagging_Ansible_Playbooks_ui Add RBAC and Tagging Support to Ansible Playbooks (cherry picked from commit ee6f9c1c821ee769ecdc91a34c61d43b6a5a388c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553768 app/controllers/ansible_playbook_controller.rb | 9 +- app/controllers/application_controller.rb | 2 + app/helpers/ansible_playbook_helper/textual_summary.rb | 4 + app/helpers/application_helper/toolbar/ansible_playbook_center.rb | 18 + app/helpers/application_helper/toolbar/ansible_playbooks_center.rb | 24 + config/routes.rb | 7 +- spec/controllers/ansible_playbook_controller_spec.rb | 23 +- 7 files changed, 81 insertions(+), 6 deletions(-) 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:1328 |