You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/11 16:25:50 UTC

[17/50] [abbrv] ambari git commit: Revert "AMBARI-21430 - Allow Multiple Versions of Stack Tools to Co-Exist (jonathanhurley)"

http://git-wip-us.apache.org/repos/asf/ambari/blob/a0aca4f1/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 839e8e6..e9e0ed2 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,21 +1,19 @@
 {
-  "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
+  "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"
+    }
+  ]
+}

http://git-wip-us.apache.org/repos/asf/ambari/blob/a0aca4f1/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 62562f8..535b9d9 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,14 +1,4 @@
 {
-  "PERF": {
-    "stack_selector": [
-      "distro-select",
-      "/usr/bin/distro-select",
-      "distro-select"
-    ],
-    "conf_selector": [
-      "conf-select",
-      "/usr/bin/conf-select",
-      "conf-select"
-    ]
-  }
-}
+  "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