You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 02:56:01 UTC

svn commit: r1347236 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/php/puppet/genmanifest/generateManifest.php hmc/puppet/modules/hdp/manifests/params.pp

Author: vikram
Date: Thu Jun  7 00:56:00 2012
New Revision: 1347236

URL: http://svn.apache.org/viewvc?rev=1347236&view=rev
Log:
AMBARI-432. Templeton should not install templeton.i386 (Contributed by Ramya)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php
    incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp/manifests/params.pp

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347236&r1=1347235&r2=1347236&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 00:56:00 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-432. Templeton should not install templeton.i386 (Ramya via Vikram)
+
   AMBARI-431. Fix orchestrator to use correct display names for descriptions of stages (Hitesh via Vikram)
 
   AMBARI-430. set service state to failed if cluster monitoring reconfiguration fails (Hitesh via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php?rev=1347236&r1=1347235&r2=1347236&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php (original)
+++ incubator/ambari/branches/ambari-186/hmc/php/puppet/genmanifest/generateManifest.php Thu Jun  7 00:56:00 2012
@@ -220,8 +220,8 @@ include "RoleDependencies.php";
      "hdp-oozie::server" => "oozie.noarch",
      "hdp-oozie::client" => "oozie-client.noarch",
      "hdp-mysql::server" => "mysql-server",
-     "hdp-templeton::server" => "templeton.i386",
-     "hdp-templeton::client" => "templeton.i386",
+     "hdp-templeton::server" => "templeton",
+     "hdp-templeton::client" => "templeton",
      "lzo" => "lzo lzo.i386 lzo-devel lzo-devel.i386",
      "snappy" => "snappy snappy-devel",
      "hdp-ganglia::monitor_and_server" => "ganglia-gmetad-3.2.0 ganglia-gmond-3.2.0 gweb hdp_mon_ganglia_addons",

Modified: incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp/manifests/params.pp
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp/manifests/params.pp?rev=1347236&r1=1347235&r2=1347236&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp/manifests/params.pp (original)
+++ incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp/manifests/params.pp Thu Jun  7 00:56:00 2012
@@ -195,7 +195,7 @@ class hdp::params()
     #   32 => 'sqoop-1.4.1-1.noarch'
     #},
     templeton => {
-       32 => 'templeton.i386'
+       32 => 'templeton'
     },
     oozie-client => {
       64 => 'oozie-client.noarch'