Skip to content

Commit

Permalink
Merge pull request #19097 from skateman/vmrc-sui-feature
Browse files Browse the repository at this point in the history
Add product feature for VMRC consoles in the SUI
  • Loading branch information
kbrock authored Aug 7, 2019
2 parents e7c5229 + 98c7c27 commit 0df76bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6474,6 +6474,10 @@
:description: Open Remote Console
:feature_type: control
:identifier: sui_vm_html5_console
- :name: Open VMware VMRC Console
:description: Open Remote Console
:feature_type: control
:identifier: sui_vm_vmrc_console
- :name: Open Web Console
:description: Open Web Console
:feature_type: control
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 @@ -176,6 +176,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_tags
- sui_orders_view
- sui_notifications
Expand Down Expand Up @@ -275,6 +276,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_tags
- sui_notifications

Expand Down Expand Up @@ -341,6 +343,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_start
- sui_vm_stop
- sui_vm_suspend
Expand Down Expand Up @@ -466,6 +469,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_start
- sui_vm_stop
- sui_vm_suspend
Expand Down Expand Up @@ -641,6 +645,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_tags
- sui_notifications

Expand Down Expand Up @@ -726,6 +731,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_tags
- sui_orders_view
- sui_orders_operations
Expand Down Expand Up @@ -802,6 +808,7 @@
- sui_services_view
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_tags
- timeline
- vm_cloud_explorer
Expand Down Expand Up @@ -984,6 +991,7 @@
- cockpit_console
- sui_vm_details_view
- sui_vm_html5_console
- sui_vm_vmrc_console
- sui_vm_retire
- sui_vm_start
- sui_vm_stop
Expand Down

0 comments on commit 0df76bc

Please sign in to comment.