Skip to content
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

Feature changes to support moving Configured Systems out of Ansible Tower Explorer #21076

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::AutomationManagerConfiguredSystem = ::ManageIQ::Providers::AnsibleTower::AutomationManager::ConfiguredSystem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the hardcoding of AnsibleTower here for the future.

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