Author: smohanty
Date: Tue Apr  2 17:29:24 2013
New Revision: 1463631

URL: http://svn.apache.org/r1463631
Log:
AMBARI-1767. Add ability to customize ambari_qa user. (smohanty)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/client.pp

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1463631&r1=1463630&r2=1463631&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Apr  2 17:29:24 2013
@@ -544,6 +544,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1767. Add ability to customize "ambari_qa" user. (smohanty)
+
  AMBARI-1770. Hue installation fails due to manifest errors. (swagle)
 
  AMBARI-1764. Unable to get all tasks from more than one request_id by one

Modified: 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/client.pp
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/client.pp?rev=1463631&r1=1463630&r2=1463631&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/client.pp
 (original)
+++ 
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/client.pp
 Tue Apr  2 17:29:24 2013
@@ -44,9 +44,9 @@ class hdp-hadoop::client(
       $masterHost = $kerberos_adminclient_host[0]
       hdp::download_keytab { 'hadoop_client_ambari_qa_keytab' :
         masterhost => $masterHost,
-        keytabdst => "${$keytab_path}/ambari_qa.headless.keytab",
-        keytabfile => 'ambari_qa.headless.keytab',
-        owner => 'ambari_qa',
+        keytabdst => "${$keytab_path}/${smokeuser}.headless.keytab",
+        keytabfile => "${smokeuser}.headless.keytab",
+        owner => $smokeuser,
         hostnameInPrincipals => 'no'
       }
     }


Reply via email to