You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/11/01 00:50:57 UTC

svn commit: r1195722 - in /incubator/bigtop/trunk/bigtop-deploy/puppet: manifests/site.pp modules/kerberos/manifests/init.pp

Author: rvs
Date: Mon Oct 31 23:49:21 2011
New Revision: 1195722

URL: http://svn.apache.org/viewvc?rev=1195722&view=rev
Log:
BIGTOP-215. make site.pp a bit more friendly to how we start up cluster in Bigtop jenkins

Modified:
    incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp
    incubator/bigtop/trunk/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp

Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp?rev=1195722&r1=1195721&r2=1195722&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/manifests/site.pp Mon Oct 31 23:49:21 2011
@@ -16,7 +16,7 @@
 stage {"pre": before => Stage["main"]}
 
 yumrepo { "Bigtop":
-    baseurl => "http://bigtop01.cloudera.org:8080/job/Bigtop-trunk-centos5/lastSuccessfulBuild/artifact/output/",
+    baseurl => "http://bigtop01.cloudera.org:8080/job/Bigtop-trunk-matrix/label=centos5/lastSuccessfulBuild/artifact/output/",
     descr => "Bigtop packages",
     enabled => 1,
     gpgcheck => 0,
@@ -33,8 +33,10 @@ import "cluster.pp"
 
 node default {
   if ($hadoop_head_node == $fqdn) {
-    include hadoop_head_node
+    include hadoop_gateway_node
   } else {
     include hadoop_worker_node
   }
 }
+
+Yumrepo<||> -> Package<||>

Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp?rev=1195722&r1=1195721&r2=1195722&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp (original)
+++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp Mon Oct 31 23:49:21 2011
@@ -107,7 +107,6 @@ class kerberos {
 
 
     class admin_server inherits kerberos::kdc {
-      /* BUG: KITCHEN-751 */
       $se_hack = "setsebool -P kadmind_disable_trans  1 ; setsebool -P krb5kdc_disable_trans 1"
 
       package { "$package_name_admin":