Skip to content

Commit

Permalink
update Cloud and Infra resource pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Guddetisandeep committed Apr 5, 2024
1 parent 69eaf8e commit 969e2e1
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 3 deletions.
84 changes: 84 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,90 @@
:feature_type: admin
:identifier: resource_pool_delete

# Cloud Resource Pools
- :name: Cloud Resource Pools
:description: Access Everything under Cloud Resource Pools
:feature_type: node
:identifier: resource_pool_cloud
:children:
- :name: View
:description: Display Lists of Cloud Resource Pools
:feature_type: view
:identifier: resource_pool_cloud_view
:children:
- :name: List
:description: Display Lists of Cloud Resource Pools
:feature_type: view
:identifier: resource_pool_cloud_show_list
- :name: Show
:description: Display Individual Cloud Resource Pools
:feature_type: view
:identifier: resource_pool_cloud_show
- :name: Operate
:description: Perform Operations on Cloud Resource Pools
:feature_type: control
:identifier: resource_pool_cloud_control
:children:
- :name: Edit Tags
:description: Edit Tags of Cloud Resource Pools
:feature_type: control
:identifier: resource_pool_cloud_tag
- :name: Manage Policies
:description: Manage Policies of Cloud Resource Pools
:feature_type: control
:identifier: resource_pool_cloud_protect
- :name: Modify
:description: Modify Cloud Resource Pools
:feature_type: admin
:identifier: resource_pool_cloud_admin
:children:
- :name: Remove
:description: Remove Cloud Resource Pools
:feature_type: admin
:identifier: resource_pool_cloud_delete

# Infrastructure Resource Pools
- :name: Infrastructure Resource Pools
:description: Access Everything under Infrastructure Resource Pools
:feature_type: node
:identifier: resource_pool_infra
:children:
- :name: View
:description: Display Lists of Infrastructure Resource Pools
:feature_type: view
:identifier: resource_pool_infra_view
:children:
- :name: List
:description: Display Lists of Infrastructure Resource Pools
:feature_type: view
:identifier: resource_pool_infra_show_list
- :name: Show
:description: Display Individual Infrastructure Resource Pools
:feature_type: view
:identifier: resource_pool_infra_show
- :name: Operate
:description: Perform Operations on Infrastructure Resource Pools
:feature_type: control
:identifier: resource_pool_infra_control
:children:
- :name: Edit Tags
:description: Edit Tags of Infrastructure Resource Pools
:feature_type: control
:identifier: resource_pool_infra_tag
- :name: Manage Policies
:description: Manage Policies of Infrastructure Resource Pools
:feature_type: control
:identifier: resource_pool_infra_protect
- :name: Modify
:description: Modify Infrastructure Resource Pools
:feature_type: admin
:identifier: resource_pool_infra_admin
:children:
- :name: Remove
:description: Remove Infrastructure Resource Pools
:feature_type: admin
:identifier: resource_pool_infra_delete

# Datastores
- :name: Datastores
:description: Everything under Datastores
Expand Down
11 changes: 8 additions & 3 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,15 @@
:url: /vm_infra/explorer?accordion=templates_filter
:rbac_feature_name: templates_filter_accord
:startup: true
- :name: resource_pools
- :name: resource_pool_cloud
:description: Compute / Clouds / Resource Pools
:url: /resource_pool_cloud/show_list
:rbac_feature_name: resource_pool_cloud_show_list
:startup: true
- :name: resource_pool_infra
:description: Compute / Infrastructure / Resource Pools
:url: /resource_pool/show_list
:rbac_feature_name: resource_pool_show_list
:url: /resource_pool_infra/show_list
:rbac_feature_name: resource_pool_infra_show_list
:startup: true
- :name: storage
:description: Compute / Infrastructure / Datastores
Expand Down

0 comments on commit 969e2e1

Please sign in to comment.