ambari git commit: AMBARI-21118. HDP + HDF cluster cannot save configs for Storm when Streamline is installed due to missing configs (alejandro)

2017-05-25 Thread alejandro
Repository: ambari
Updated Branches:
  refs/heads/trunk a4482bba2 -> f7c04148c


AMBARI-21118. HDP + HDF cluster cannot save configs for Storm when Streamline 
is installed due to missing configs (alejandro)


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

Branch: refs/heads/trunk
Commit: f7c04148c1214277cf39479d9a0306850c034ef9
Parents: a4482bb
Author: Alejandro Fernandez 
Authored: Thu May 25 17:24:05 2017 -0700
Committer: Alejandro Fernandez 
Committed: Thu May 25 17:24:05 2017 -0700

--
 .../STORM/1.1.0/configuration/storm-site.xml| 36 +++-
 .../stacks/HDP/2.6/services/STORM/metainfo.xml  |  6 +++-
 2 files changed, 25 insertions(+), 17 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/f7c04148/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
 
b/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
index 1a5dde9..b2e9acb 100644
--- 
a/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
@@ -21,24 +21,28 @@
 -->
 
   
-nimbus.autocredential.plugins.classes
+nimbus.impersonation.acl
 
-  Allows users to add token based authentication for services such as 
HDFS, HBase, Hive
-
-
-  
-  
-nimbus.credential.renewers.freq.secs
-
-  Frequency at which tokens will be renewed.
-
-
-  
-  
-nimbus.credential.renewers.classes
-
-  List of classes for token renewal
+  The ImpersonationAuthorizer uses nimbus.impersonation.acl as the acl to 
authorize users. Following is a sample nimbus config for supporting 
impersonation:
+  nimbus.impersonation.acl:
+  impersonating_user1:
+  hosts:
+  [comma separated list of hosts from which impersonating_user1 is allowed 
to impersonate other users]
+  groups:
+  [comma separated list of groups whose users impersonating_user1 is 
allowed to impersonate]
+  impersonating_user2:
+  hosts:
+  [comma separated list of hosts from which impersonating_user2 is allowed 
to impersonate other users]
+  groups:
+  [comma separated list of groups whose users impersonating_user2 is 
allowed to impersonate]
 
+
+
+  
+streamline-env
+streamline_principal_name
+  
+
 
   
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/f7c04148/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
index 49e00f7..747d951 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
@@ -23,9 +23,13 @@
   STORM
   1.1.0
   common-services/STORM/1.1.0
+
   
-application-properties
+
+streamline-env
+streamline-common
   
+
 
   
 



ambari git commit: AMBARI-21118. HDP + HDF cluster cannot save configs for Storm when Streamline is installed due to missing configs (alejandro)

2017-05-25 Thread alejandro
Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 e52264823 -> 75de63d35


AMBARI-21118. HDP + HDF cluster cannot save configs for Storm when Streamline 
is installed due to missing configs
 (alejandro)


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

Branch: refs/heads/branch-2.5
Commit: 75de63d35134626472eb5ca7adeccc8144712f18
Parents: e522648
Author: Alejandro Fernandez 
Authored: Thu May 25 17:18:56 2017 -0700
Committer: Alejandro Fernandez 
Committed: Thu May 25 17:18:56 2017 -0700

--
 .../STORM/1.1.0/configuration/storm-site.xml| 36 +++-
 .../stacks/HDP/2.6/services/STORM/metainfo.xml  |  6 +++-
 2 files changed, 25 insertions(+), 17 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/75de63d3/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
--
diff --git 
a/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
 
b/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
index 1a5dde9..b2e9acb 100644
--- 
a/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/STORM/1.1.0/configuration/storm-site.xml
@@ -21,24 +21,28 @@
 -->
 
   
-nimbus.autocredential.plugins.classes
+nimbus.impersonation.acl
 
-  Allows users to add token based authentication for services such as 
HDFS, HBase, Hive
-
-
-  
-  
-nimbus.credential.renewers.freq.secs
-
-  Frequency at which tokens will be renewed.
-
-
-  
-  
-nimbus.credential.renewers.classes
-
-  List of classes for token renewal
+  The ImpersonationAuthorizer uses nimbus.impersonation.acl as the acl to 
authorize users. Following is a sample nimbus config for supporting 
impersonation:
+  nimbus.impersonation.acl:
+  impersonating_user1:
+  hosts:
+  [comma separated list of hosts from which impersonating_user1 is allowed 
to impersonate other users]
+  groups:
+  [comma separated list of groups whose users impersonating_user1 is 
allowed to impersonate]
+  impersonating_user2:
+  hosts:
+  [comma separated list of hosts from which impersonating_user2 is allowed 
to impersonate other users]
+  groups:
+  [comma separated list of groups whose users impersonating_user2 is 
allowed to impersonate]
 
+
+
+  
+streamline-env
+streamline_principal_name
+  
+
 
   
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/75de63d3/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
--
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
index 49e00f7..747d951 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/STORM/metainfo.xml
@@ -23,9 +23,13 @@
   STORM
   1.1.0
   common-services/STORM/1.1.0
+
   
-application-properties
+
+streamline-env
+streamline-common
   
+