You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/09/10 20:18:04 UTC

ambari git commit: AMBARI-13062. Ambari Headless principal for Storm should include cluster name.

Repository: ambari
Updated Branches:
  refs/heads/trunk 6688cb6f1 -> f88ae30b2


AMBARI-13062. Ambari Headless principal for Storm should include cluster name.


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

Branch: refs/heads/trunk
Commit: f88ae30b2a6adf407beb5075d10ebb6c5fa1c3d5
Parents: 6688cb6
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Thu Sep 10 11:17:44 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Thu Sep 10 11:17:44 2015 -0700

----------------------------------------------------------------------
 .../main/resources/common-services/STORM/0.9.1.2.1/kerberos.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f88ae30b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
index db21f51..5c2133c 100644
--- a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/kerberos.json
@@ -12,7 +12,7 @@
         {
           "name": "storm_components",
           "principal": {
-            "value": "${storm-env/storm_user}@${realm}",
+            "value": "${storm-env/storm_user}-${cluster_name}@${realm}",
             "type": "user",
             "configuration": "storm-env/storm_principal_name"
           },