[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r566: Add Marist s390(x) build slaves.

Jeff Licquia licquia at linuxfoundation.org
Wed Apr 23 19:54:19 UTC 2014


------------------------------------------------------------
revno: 566
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2014-04-23 15:54:19 -0400
message:
  Add Marist s390(x) build slaves.
added:
  manifests/nodes/marist1.pp
  manifests/nodes/marist2.pp
modified:
  modules/buildbot/manifests/slave.pp
-------------- next part --------------
=== added file 'manifests/nodes/marist1.pp'
--- a/manifests/nodes/marist1.pp	1970-01-01 00:00:00 +0000
+++ b/manifests/nodes/marist1.pp	2014-04-23 19:54:19 +0000
@@ -0,0 +1,9 @@
+node 'linfnd1.lf-dev.marist.edu' {
+
+    include sudo
+
+    include puppet
+
+    include buildbot::slave
+
+}

=== added file 'manifests/nodes/marist2.pp'
--- a/manifests/nodes/marist2.pp	1970-01-01 00:00:00 +0000
+++ b/manifests/nodes/marist2.pp	2014-04-23 19:54:19 +0000
@@ -0,0 +1,9 @@
+node 'linfnd2.lf-dev.marist.edu' {
+
+    include sudo
+
+    include puppet
+
+    include buildbot::slave
+
+}

=== modified file 'modules/buildbot/manifests/slave.pp'
--- a/modules/buildbot/manifests/slave.pp	2014-04-15 19:13:21 +0000
+++ b/modules/buildbot/manifests/slave.pp	2014-04-23 19:54:19 +0000
@@ -29,6 +29,7 @@
         $wordsize = $chroot
     } else {
         $wordsize = $hostname ? {
+            'linfnd2'             => 'small',
             'lfdev-build-power32' => 'small',
             'lfdev-build-power64' => 'big',
             'lsb-k-b-s390'        => 'small',



More information about the lsb-messages mailing list