http://git-wip-us.apache.org/repos/asf/ambari/blob/db550102/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_features.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_features.json b/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_features.json index e9e0ed2..839e8e6 100644 --- a/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_features.json +++ b/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_features.json @@ -1,19 +1,21 @@ { - "stack_features": [ - { - "name": "rolling_upgrade", - "description": "Rolling upgrade support", - "min_version": "1.0.0.0" - }, - { - "name": "secure_zookeeper", - "description": "Protect ZNodes with SASL acl in secure clusters", - "min_version": "2.6.0.0" - }, - { - "name": "config_versioning", - "description": "Configurable versions support", - "min_version": "1.0.0.0" - } - ] -} + "PERF": { + "stack_features": [ + { + "name": "rolling_upgrade", + "description": "Rolling upgrade support", + "min_version": "1.0.0.0" + }, + { + "name": "secure_zookeeper", + "description": "Protect ZNodes with SASL acl in secure clusters", + "min_version": "2.6.0.0" + }, + { + "name": "config_versioning", + "description": "Configurable versions support", + "min_version": "1.0.0.0" + } + ] + } +} \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/ambari/blob/db550102/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_tools.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_tools.json b/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_tools.json index 535b9d9..62562f8 100644 --- a/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_tools.json +++ b/ambari-server/src/main/resources/stacks/PERF/1.0/properties/stack_tools.json @@ -1,4 +1,14 @@ { - "stack_selector": ["distro-select", "/usr/bin/distro-select", "distro-select"], - "conf_selector": ["conf-select", "/usr/bin/conf-select", "conf-select"] -} \ No newline at end of file + "PERF": { + "stack_selector": [ + "distro-select", + "/usr/bin/distro-select", + "distro-select" + ], + "conf_selector": [ + "conf-select", + "/usr/bin/conf-select", + "conf-select" + ] + } +}
