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

Join object and block storage under ems_storage in the features tree #17512

Merged
merged 1 commit into from
Jun 5, 2018
Merged
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
180 changes: 90 additions & 90 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5687,105 +5687,105 @@
:feature_type: admin
:identifier: ems_storage_new

# EmsBlockStorage
- :name: Block Storage Managers
:description: Everything under Block Storage Managers
:feature_type: node
:identifier: ems_block_storage
:children:
- :name: View
:description: View Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_view
# EmsBlockStorage
- :name: Block Storage Managers
:description: Everything under Block Storage Managers
:feature_type: node
:identifier: ems_block_storage
:children:
- :name: List
:description: Display Lists of Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_show_list
- :name: Show
:description: Display Individual Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_show
- :name: Timeline
:description: Display Timelines for Block Storage Managers
- :name: View
:description: View Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_timeline
- :name: Operate
:description: Perform Operations on Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_tag
- :name: Manage Policies
:description: Manage Policies of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_protect
- :name: Refresh
:description: Refresh Block Storage Managers
:identifier: ems_block_storage_view
:children:
- :name: List
:description: Display Lists of Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_show_list
- :name: Show
:description: Display Individual Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_show
- :name: Timeline
:description: Display Timelines for Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_timeline
- :name: Operate
:description: Perform Operations on Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_refresh
- :name: Modify
:description: Modify Block Storage Managers
:feature_type: admin
:identifier: ems_block_storage_admin
:children:
- :name: Remove
:description: Remove Block Storage Manager
:identifier: ems_block_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_tag
- :name: Manage Policies
:description: Manage Policies of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_protect
- :name: Refresh
:description: Refresh Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_refresh
- :name: Modify
:description: Modify Block Storage Managers
:feature_type: admin
:identifier: ems_block_storage_delete
:identifier: ems_block_storage_admin
:children:
- :name: Remove
:description: Remove Block Storage Manager
:feature_type: admin
:identifier: ems_block_storage_delete

# EmsObjectStorage
- :name: Object Storage Managers
:description: Everything under Object Storage Managers
:feature_type: node
:identifier: ems_object_storage
:children:
- :name: View
:description: View Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_view
# EmsObjectStorage
- :name: Object Storage Managers
:description: Everything under Object Storage Managers
:feature_type: node
:identifier: ems_object_storage
:children:
- :name: List
:description: Display Lists of Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_show_list
- :name: Show
:description: Display Individual Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_show
- :name: Timeline
:description: Display Timelines for Object Storage Managers
- :name: View
:description: View Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_timeline
- :name: Operate
:description: Perform Operations on Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_tag
- :name: Manage Policies
:description: Manage Policies of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_protect
- :name: Refresh
:description: Refresh Object Storage Managers
:identifier: ems_object_storage_view
:children:
- :name: List
:description: Display Lists of Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_show_list
- :name: Show
:description: Display Individual Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_show
- :name: Timeline
:description: Display Timelines for Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_timeline
- :name: Operate
:description: Perform Operations on Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_refresh
- :name: Modify
:description: Modify Object Storage Managers
:feature_type: admin
:identifier: ems_object_storage_admin
:children:
- :name: Remove
:description: Remove Object Storage Manager
:identifier: ems_object_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_tag
- :name: Manage Policies
:description: Manage Policies of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_protect
- :name: Refresh
:description: Refresh Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_refresh
- :name: Modify
:description: Modify Object Storage Managers
:feature_type: admin
:identifier: ems_object_storage_delete
:identifier: ems_object_storage_admin
:children:
- :name: Remove
:description: Remove Object Storage Manager
:feature_type: admin
:identifier: ems_object_storage_delete

# EmsPhysicalInfra
- :name: Physical Infrastructure Providers
Expand Down