Skip to content

Commit

Permalink
Merge pull request #18861 from mzazrivec/add_evm_role_user_global_region
Browse files Browse the repository at this point in the history
Add new role: EvmRole-user_global_region
  • Loading branch information
gtanzillo authored Jun 14, 2019
2 parents 0466cd6 + 40fb2e1 commit 2875c66
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 1 deletion.
90 changes: 90 additions & 0 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,96 @@
- sui_orders_operations
- sui_notifications

- :name: EvmRole-user_global_region
:read_only: true
:miq_product_feature_identifiers:
- about
- chargeback
- dashboard
- ems_cluster_perf
- ems_cluster_show
- ems_cluster_show_list
- ems_cluster_tag
- ems_cluster_timeline
- ems_infra_show
- ems_infra_show_list
- ems_infra_tag
- ems_infra_timeline
- ems_physical_infra_console
- ems_physical_infra_show
- ems_physical_infra_show_list
- ems_physical_infra_tag
- ems_physical_infra_timeline
- event_streams_view
- host_perf
- host_show
- host_show_list
- host_tag
- host_timeline
- instance_guest_restart
- instance_miq_request_new
- instance_pause
- instance_resize
- instance_resume
- instance_retire
- instance_retire_now
- instance_shelve
- instance_shelve_offload
- instance_start
- instance_stop
- instance_suspend
- instance_terminate
- instance_view
- miq_report_run
- miq_report_saved_reports
- miq_report_schedules
- miq_report_view
- miq_request_admin
- miq_request_view
- miq_task_my_ui
- my_settings_default_views
- my_settings_time_profiles
- my_settings_visuals
- physical_chassis_view
- physical_infra_topology_view
- physical_rack_view
- physical_server_view
- physical_storage_view
- physical_switch_view
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_perf
- storage_show
- storage_show_list
- storage_tag
- sui_notifications
- sui_orders_operations
- sui_orders_view
- sui_services_view
- sui_vm_console
- sui_vm_details_view
- sui_vm_tags
- sui_vm_web_console
- timeline
- vm_cloud_explorer
- vm_explorer
- vm_guest_restart
- vm_guest_shutdown
- vm_infra_explorer
- vm_miq_request_new
- vm_pause
- vm_reconfigure
- vm_reset
- vm_retire
- vm_retire_now
- vm_start
- vm_stop
- vm_suspend
- vm_view

- :name: EvmRole-user_limited_self_service
:read_only: true
:settings:
Expand Down
2 changes: 1 addition & 1 deletion spec/models/miq_user_role_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe MiqUserRole do
before do
@expected_user_role_count = 19
@expected_user_role_count = 20
end

context ".seed" do
Expand Down

0 comments on commit 2875c66

Please sign in to comment.