From 0d38639d2545871575cf093e1285b4d3ad6391c7 Mon Sep 17 00:00:00 2001 From: Jozef Zigmund Date: Wed, 12 Apr 2017 16:08:09 +0200 Subject: [PATCH] Define new product features for specific types of Storage Managers --- db/fixtures/miq_product_features.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 8e9c20e521f..dd32b7cd08e 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -6304,6 +6304,19 @@ :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_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 # EmsObjectStorage - :name: Object Storage Managers @@ -6328,6 +6341,19 @@ :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_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 # EmsPhysicalInfra - :name: Physical Infrastructure Providers