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

Added new features for the Ansible UI move to the Automation tab #13526

Merged
merged 3 commits into from
Jan 31, 2017
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
86 changes: 86 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5123,6 +5123,92 @@
:description: Edit Job Templates Tags
:feature_type: control
:identifier: configuration_script_tag
# Automation Manager
- :name: Automation Manager
:description: Everything under Automation Manager
:feature_type: node
:identifier: automation_manager
:children:
- :name: Automation Management Providers
:description: Everything under the Automation Management Providers accordion
:feature_type: node
:identifier: automation_manager_providers
:children:
- :name: View
:description: View Providers, Inventory Groups, Configured Systems
:feature_type: view
:identifier: automation_manager_providers_view
- :name: Operate
:description: Perform Operations on Providers and Configured Systems
:feature_type: control
:identifier: automation_manager_providers_control
:children:
- :name: Edit Tags
:description: Edit Configured Systems Tags
:feature_type: control
:identifier: automation_manager_provider_configured_system_tag
- :name: Refresh Providers
:description: Refresh relationships for all items related of Provider
:feature_type: control
:identifier: automation_manager_refresh_provider
- :name: Modify
:description: Modify Providers
:feature_type: admin
:identifier: automation_manager_admin
:children:
- :name: Remove Providers
:description: Remove Provier
:feature_type: admin
:identifier: automation_manager_delete_provider
- :name: Edit Provider
:description: Edit a Provider
:feature_type: admin
:identifier: automation_manager_edit_provider
- :name: Add Provider
: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
:children:
- :name: View
:description: View Configured Systems
:feature_type: view
:identifier: automation_manager_configured_system_view
- :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_tag
- :name: Automation Scripts
:description: Everything under Automation Scripts accordion
:feature_type: node
:identifier: automation_manager_configuration_scripts_accord
:children:
- :name: View
:description: View Automation Scripts
:feature_type: view
:identifier: automation_manager_configuration_script_view
- :name: Operate
:description: Perform Operations on Providers and Configured Systems
:feature_type: control
:identifier: automation_manager_configuration_script_control
:children:
- :name: Create Service Dialog
:description: Create Service Dialog
:feature_type: admin
:identifier: automation_manager_configuration_script_service_dialog
- :name: Edit Tags
:description: Edit Job Templates Tags
:feature_type: control
:identifier: automation_manager_configuration_script_tag

# Configuration Jobs
- :name: Configuration Jobs
:description: Everything under Configuration Jobs
Expand Down
8 changes: 8 additions & 0 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- availability_zone
- host_aggregate
- compute
Expand Down Expand Up @@ -204,6 +205,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- bottlenecks
- compute
- chargeback
Expand Down Expand Up @@ -312,6 +314,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- compute
- dashboard
- miq_request_admin
Expand Down Expand Up @@ -365,6 +368,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- compute
- chargeback
- chargeback_reports
Expand Down Expand Up @@ -830,6 +834,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- compute
- miq_template_clone
- miq_template_drift
Expand Down Expand Up @@ -892,6 +897,7 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- compute
- miq_request_admin
- miq_request_view
Expand Down Expand Up @@ -950,6 +956,7 @@
:read_only: true
:miq_product_feature_identifiers:
- about
- automation_manager
- availability_zone
- host_aggregate
- all_vm_rules
Expand Down Expand Up @@ -1021,6 +1028,7 @@
:read_only: true
:miq_product_feature_identifiers:
- about
- automation_manager
- availability_zone
- host_aggregate
- all_vm_rules
Expand Down