Skip to content

Commit

Permalink
Merge pull request ManageIQ#21076 from h-kataria/configured_system_fe…
Browse files Browse the repository at this point in the history
…atures_changes

Feature changes to support  moving Configured Systems out of Ansible Tower Explorer
  • Loading branch information
gtanzillo authored Mar 1, 2021
2 parents ceafca5 + 4e57e2d commit f13fcc8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
1 change: 1 addition & 0 deletions app/models/aliases/automation_manager_configured_system.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::AutomationManagerConfiguredSystem = ::ManageIQ::Providers::AnsibleTower::AutomationManager::ConfiguredSystem
38 changes: 23 additions & 15 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5124,24 +5124,32 @@
:description: Add a Provider
:feature_type: admin
:identifier: automation_manager_add_provider
- :name: Configured Systems
:description: Everything under Configured Systems accordion
:feature_type: node
:identifier: automation_manager_configured_system
- :name: Configured Systems
:description: Everything under Configured Systems accordion
:feature_type: node
:identifier: automation_manager_configured_system
:children:
- :name: View
:description: View Configured Systems
:feature_type: view
:identifier: automation_manager_configured_system_view
:children:
- :name: View
:description: View Configured Systems
- :name: List
:description: Display Lists of Configured Systems
:identifier: automation_manager_configured_system_show_list
- :name: Show
:description: Display Individual Configured Systems
:feature_type: view
:identifier: automation_manager_configured_system_view
- :name: Operate
:description: Perform Operations on Configured Systems
:identifier: automation_manager_configured_system_show
- :name: Operate
:description: Perform Operations on Configured Systems
:feature_type: control
:identifier: automation_manager_configured_system_control
:children:
- :name: Edit Tags
:description: Edit Configured Systems Tags
:feature_type: control
:identifier: automation_manager_configured_system_control
:children:
- :name: Edit Tags
:description: Edit Configured Systems Tags
:feature_type: control
:identifier: automation_manager_configured_system_tag
:identifier: automation_manager_configured_system_tag

- :name: Templates
:description: Everything under Templates accordion
Expand Down
2 changes: 1 addition & 1 deletion locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ en:
ManageIQ::Providers::AnsibleTower::AutomationManager::Playbook: Playbook (Ansible Tower)
ManageIQ::Providers::Foreman::ConfigurationManager: Configuration Manager (Foreman)
ManageIQ::Providers::ConfigurationManager: Configuration Manager
ManageIQ::Providers::AnsibleTower::AutomationManager::ConfiguredSystem: Configured System (Ansible Tower)
ManageIQ::Providers::AnsibleTower::AutomationManager::ConfiguredSystem: Configured System
ManageIQ::Providers::Foreman::ConfigurationManager::ConfiguredSystem: Configured System (Foreman)
ManageIQ::Providers::AnsibleTower::AutomationManager::Job: Ansible Tower Job
ManageIQ::Providers::CloudManager: Cloud Provider
Expand Down

0 comments on commit f13fcc8

Please sign in to comment.