Skip to content

Commit

Permalink
Updated Description for Product features
Browse files Browse the repository at this point in the history
- Updated startpage shortcut entry.
- Updated OOTB user roles to access to 3 product features after the Ansible Tower explorer split into 3 individual screens.
  • Loading branch information
h-kataria committed Mar 16, 2021
1 parent c086334 commit 7ea9c2a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 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 @@ -5078,11 +5078,11 @@
:identifier: ems_automation
:children:
- :name: View
:description: View Providers, Inventory Groups, Configured Systems
:description: View Providers
:feature_type: view
:identifier: ems_automation_view
- :name: Operate
:description: Perform Operations on Providers and Configured Systems
:description: Perform Operations on Providers
:feature_type: control
:identifier: ems_automation_control
:children:
Expand Down Expand Up @@ -5120,7 +5120,7 @@
:feature_type: admin
:identifier: ems_automation_add_provider
- :name: Configured Systems
:description: Everything under Configured Systems accordion
:description: Everything under Configured Systems
:feature_type: node
:identifier: automation_manager_configured_system
:children:
Expand All @@ -5147,7 +5147,7 @@
:identifier: automation_manager_configured_system_tag

- :name: Templates
:description: Everything under Templates accordion
:description: Everything under Templates
:feature_type: node
:identifier: configuration_script
:children:
Expand Down
8 changes: 4 additions & 4 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,10 @@
:url: /ansible_credential
:rbac_feature_name: embedded_automation_manager_credentials
:startup: true
- :name: automation_manager
:description: Automation / Ansible Tower / Explorer
:url: /automation_manager/explorer
:rbac_feature_name: automation_manager
- :name: ems_automation
:description: Automation / Ansible Tower / Providers
:url: /ems_automation/show_list
:rbac_feature_name: ems_automation
:startup: true
- :name: configuration_job
:description: Automation / Ansible Tower / Jobs
Expand Down
30 changes: 22 additions & 8 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
- about
- add_global_filter
- all_vm_rules
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- embedded_automation_manager
- availability_zone
- host_aggregate
Expand Down Expand Up @@ -190,7 +192,7 @@
:read_only: true
:miq_product_feature_identifiers:
- about
- automation_manager
- ems_automation
- embedded_automation_manager
- chargeback
- chargeback_reports
Expand Down Expand Up @@ -290,7 +292,9 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- ems_configuration
- configuration_profile
- configured_system
Expand Down Expand Up @@ -363,7 +367,9 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- embedded_automation_manager
- chargeback
- chargeback_reports
Expand Down Expand Up @@ -888,7 +894,9 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- embedded_automation_manager
- ems_physical_infra_console
- catalog_items_view
Expand Down Expand Up @@ -950,7 +958,9 @@
:miq_product_feature_identifiers:
- about
- all_vm_rules
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- ems_configuration
- configuration_profile
- configured_system
Expand Down Expand Up @@ -1016,7 +1026,9 @@
:read_only: true
:miq_product_feature_identifiers:
- about
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- embedded_automation_manager
- availability_zone
- host_aggregate
Expand Down Expand Up @@ -1080,7 +1092,9 @@
:read_only: true
:miq_product_feature_identifiers:
- about
- automation_manager
- ems_automation
- automation_manager_configured_system
- configuration_script
- embedded_automation_manager
- availability_zone
- host_aggregate
Expand Down

0 comments on commit 7ea9c2a

Please sign in to comment.