You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mr...@apache.org on 2017/05/10 05:20:14 UTC

ambari git commit: AMBARI-20975: Add NIFI Admin Toolkit StackFeatures to HDP StackFeatures (mradhakrishnan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 fc17c82b8 -> 1bb30fc1f


AMBARI-20975: Add NIFI Admin Toolkit StackFeatures to HDP StackFeatures (mradhakrishnan)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1bb30fc1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1bb30fc1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1bb30fc1

Branch: refs/heads/branch-2.5
Commit: 1bb30fc1f2c23a15c0baa2848073b5743c0c2824
Parents: fc17c82
Author: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
Authored: Tue May 9 22:15:25 2017 -0700
Committer: Madhuvanthi Radhakrishnan <mr...@hortonworks.com>
Committed: Tue May 9 22:15:25 2017 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.0.6/properties/stack_features.json       | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1bb30fc1/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
index bbd8bfc..78f7b9f 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
@@ -407,6 +407,16 @@
       "name": "toolkit_config_update",
       "description": "Support separate input and output for toolkit configuration",
       "min_version": "2.6.0.0"
+    },
+    {
+      "name": "admin_toolkit_support",
+      "description": "Supports the nifi admin toolkit",
+      "min_version": "2.6.0.0"
+    },
+    {
+      "name": "tls_toolkit_san",
+      "description": "Support subject alternative name flag",
+      "min_version": "2.6.0.0"
     }
 
   ]