Skip to content

Commit

Permalink
Generalize the automation manager tagging of repos and credentials
Browse files Browse the repository at this point in the history
We started with embedded ansible but with the addition of embedded terraform,
it makes sense to generalize these common product features.

Related to ManageIQ/manageiq-providers-embedded_terraform#3
  • Loading branch information
jrafanie committed May 2, 2024
1 parent ed2140b commit 2b03131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5176,9 +5176,9 @@
:feature_type: control
:identifier: embedded_configuration_script_source_refresh
- :name: Edit Tags
:description: Edit Tags for the selected Ansible Repositories
:description: Edit Tags for the selected Automation Manager Repositories
:feature_type: control
:identifier: ansible_repository_tag
:identifier: embedded_configuration_script_source_tag
- :name: Playbooks
:description: Everything under Playbooks
:feature_type: node
Expand Down Expand Up @@ -5245,9 +5245,9 @@
:feature_type: control
:identifier: embedded_automation_manager_credentials_refresh
- :name: Edit Tags
:description: Edit Tags for the selected Ansible Credentials
:description: Edit Tags for the selected Automation Manager Credentials
:feature_type: control
:identifier: ansible_credential_tag
:identifier: embedded_automation_manager_credential_tag

# Automation Manager
- :name: Ansible Tower
Expand Down

0 comments on commit 2b03131

Please sign in to comment.