-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tagging feature for Ansible Playbooks #17099
Add tagging feature for Ansible Playbooks #17099
Conversation
@miq-bot add_label blocker, enhancement, gaprindashvili/yes |
@h-kataria @martinpovolny Could anyone of you review this PR? The PR is an important part of making tagging support work in Ansible Playbooks (the UI part also already done). Thanks! 👍 |
@h-kataria @martinpovolny I would like just to remain that this PR should be merged before merging the UI part of adding RBAC and tagging support. Thanks! :) |
db/fixtures/miq_product_features.yml
Outdated
- :name: Edit Tags | ||
:description: Edit Tags for the selected Ansible Playbooks | ||
:feature_type: control | ||
:identifier: ansible_playbook_tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hstastna should this feature also be named as all other features in this section for consistency embedded_configuration_script_payload_xxx
d2a2a32
to
3d2b0cc
Compare
Checked commit hstastna@3d2b0cc with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
looks good, can be merged after Travis is green. |
@simaishi The PR is ready for backporting to gaprindashvili. Thanks! 🎇 |
…books Add tagging feature for Ansible Playbooks (cherry picked from commit f766292) https://bugzilla.redhat.com/show_bug.cgi?id=1553768
Gaprindashvili backport details:
|
More in: https://bugzilla.redhat.com/show_bug.cgi?id=1526218
UI PR: ManageIQ/manageiq-ui-classic#3522
This PR is a part of work, with another one PR in UI repo (link above), completes adding tagging support for Ansible Playbooks (in Automation > Ansible > Playbooks). It needs to be merged first (before the UI, to remain everything work properly).