AMBARI-20778. Add NIFI 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/e5589354 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e5589354 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e5589354 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: e55893549c2aa2c46b5b1df3c2bf54db2b21350c Parents: f92e5f2 Author: Madhuvanthi Radhakrishnan <[email protected]> Authored: Wed Apr 19 13:43:31 2017 -0700 Committer: Madhuvanthi Radhakrishnan <[email protected]> Committed: Wed Apr 19 13:51:27 2017 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/properties/stack_features.json | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e5589354/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 34f3c07..bbd8bfc 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 @@ -397,6 +397,17 @@ "name": "ranger_kms_ssl", "description": "Ranger KMS SSL properties in ambari stack", "min_version": "2.6.0.0" + }, + { + "name": "nifi_encrypt_config", + "description": "Encrypt sensitive properties written to nifi property file", + "min_version": "2.6.0.0" + }, + { + "name": "toolkit_config_update", + "description": "Support separate input and output for toolkit configuration", + "min_version": "2.6.0.0" } + ] }
