From 54290788f826e16195c199c8667161ee7fc2670b Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Thu, 15 Feb 2024 18:10:35 +0200 Subject: [PATCH] entity-level-config: remove bucket properties from scope properties config --- .../container_level/containerLevelConfig.json | 173 ------------------ 1 file changed, 173 deletions(-) diff --git a/properties_pane/container_level/containerLevelConfig.json b/properties_pane/container_level/containerLevelConfig.json index 5dec4ab..e3ac36b 100644 --- a/properties_pane/container_level/containerLevelConfig.json +++ b/properties_pane/container_level/containerLevelConfig.json @@ -167,179 +167,6 @@ making sure that you maintain a proper JSON format. "propertyTooltip": "comments", "propertyType": "details", "template": "textarea" - }, - { - "propertyName": "Bucket type", - "propertyKeyword": "bucketType", - "shouldValidate": false, - "propertyTooltip": "bucket type", - "propertyType": "select", - "options": ["Couchbase", "Memcached"] - }, - { - "propertyName": "Storage Engine", - "propertyKeyword": "storageEngine", - "shouldValidate": false, - "propertyTooltip": "Storage Engine", - "propertyType": "select", - "options": ["Couchstore", "Magma"] - }, - { - "propertyName": "Memory size", - "propertyKeyword": "type", - "shouldValidate": false, - "propertyType": "empty" - }, - { - "propertyName": "Per node RAM quota", - "propertyKeyword": "ramQuota", - "shouldValidate": true, - "propertyTooltip": "Per node RAM quota", - "propertyType": "text", - "labelOffset": 50, - "number": true - }, - { - "propertyName": "Cache Metadata", - "propertyKeyword": "cacheMetadata", - "shouldValidate": false, - "propertyTooltip": "cache metadata", - "propertyType": "select", - "options": ["Value ejection", "Full ejection"], - "labelOffset": 50, - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Access Control", - "propertyKeyword": "accessControl", - "shouldValidate": false, - "propertyTooltip": "cache metadata", - "propertyType": "select", - "options": ["Standart port", "Dedicated port"] - }, - { - "propertyName": "Protocol Port", - "propertyKeyword": "protocolPort", - "shouldValidate": false, - "propertyTooltip": "cache metadata", - "propertyType": "text", - "labelOffset": 50, - "dependency": { - "key": "accessControl", - "value": "Dedicated port" - } - }, - { - "propertyName": "Conflict resolution", - "propertyKeyword": "conflictResolution", - "shouldValidate": false, - "propertyTooltip": "cache metadata", - "propertyType": "select", - "options": ["Sequence number", "Timestamp"], - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Replicas", - "propertyKeyword": "replicas", - "shouldValidate": false, - "propertyType": "empty", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Enable", - "propertyKeyword": "replicasEnable", - "shouldValidate": false, - "propertyType": "checkbox", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Number", - "propertyKeyword": "replicasNumber", - "shouldValidate": false, - "propertyType": "text", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - }, - "number": true - }, - { - "propertyName": "View index replicas", - "propertyKeyword": "replicasViewIndex", - "shouldValidate": false, - "propertyType": "checkbox", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Disk I/O optimisation", - "propertyKeyword": "diskOptimisation", - "shouldValidate": false, - "propertyType": "empty", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Disk I/O priority", - "propertyKeyword": "bucketIOPriority", - "shouldValidate": false, - "propertyTooltip": "bucket I/P priority", - "propertyType": "select", - "options": ["Low (Default)", "High"], - "labelOffset": 50, - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Auto-Compaction", - "propertyKeyword": "autoCompaction", - "shouldValidate": false, - "propertyType": "empty", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "Override default", - "propertyKeyword": "overrideDefault", - "shouldValidate": false, - "propertyType": "checkbox", - "dependency": { - "key": "bucketType", - "value": "Couchbase" - } - }, - { - "propertyName": "FLUSH", - "propertyKeyword": "flush", - "shouldValidate": false, - "propertyTooltip": "memory size", - "propertyType": "empty" - }, - { - "propertyName": "Enable", - "propertyKeyword": "flushEnable", - "shouldValidate": false, - "propertyType": "checkbox" } ], "containerLevelKeys": [