From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000194.html | 183 ++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000194.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000194.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000194.html b/zarb-ml/mageia-sysadm/2010-November/000194.html new file mode 100644 index 000000000..997fb8d37 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000194.html @@ -0,0 +1,183 @@ + + + + [Mageia-sysadm] [86] Configure iurt on bs nodes and install conf files + + + + + + + + + +

[Mageia-sysadm] [86] Configure iurt on bs nodes and install conf files

+ root at mageia.org + root at mageia.org +
+ Thu Nov 4 17:34:59 CET 2010 +

+
+ +
Revision: 86
+Author:   dmorgan
+Date:     2010-11-04 17:34:59 +0100 (Thu, 04 Nov 2010)
+Log Message:
+-----------
+Configure iurt on bs nodes and install conf files
+
+Modified Paths:
+--------------
+    puppet/manifests/common.pp
+    puppet/manifests/nodes.pp
+
+Added Paths:
+-----------
+    puppet/modules/iurt/
+    puppet/modules/iurt/manifests/
+    puppet/modules/iurt/manifests/init.pp
+    puppet/modules/iurt/templates/
+    puppet/modules/iurt/templates/.iurt.cauldron.conf
+
+Modified: puppet/manifests/common.pp
+===================================================================
+--- puppet/manifests/common.pp	2010-11-04 15:54:00 UTC (rev 85)
++++ puppet/manifests/common.pp	2010-11-04 16:34:59 UTC (rev 86)
+@@ -92,13 +92,3 @@
+     include urpmi_update
+ }
+ 
+-class default_mageia_buildnode {
+-    # build node common settings
+-
+-    # we could have the following skip list to use less space:
+-    # '/(drakx-installer-binaries|drakx-installer-advertising|gfxboot|drakx-installer-stage2|mandriva-theme)/'
+-    $package_list = ['task-bs-cluster-chroot', 'iurt']
+-    package { $package_list:
+-        ensure => installed;
+-    }
+-}
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2010-11-04 15:54:00 UTC (rev 85)
++++ puppet/manifests/nodes.pp	2010-11-04 16:34:59 UTC (rev 86)
+@@ -83,7 +83,7 @@
+ # Location: IELO datacenter (marseille)
+ #
+ 	include default_mageia_server
+-	include default_mageia_buildnode
++	include iurt
+     timezone::timezone { "Europe/Paris": }
+ }
+ 
+@@ -91,7 +91,7 @@
+ # Location: IELO datacenter (marseille)
+ #
+ 	include default_mageia_server
+-	include default_mageia_buildnode
++	include iurt
+     timezone::timezone { "Europe/Paris": }
+ }
+ 
+
+Added: puppet/modules/iurt/manifests/init.pp
+===================================================================
+--- puppet/modules/iurt/manifests/init.pp	                        (rev 0)
++++ puppet/modules/iurt/manifests/init.pp	2010-11-04 16:34:59 UTC (rev 86)
+@@ -0,0 +1,21 @@
++class default_mageia_buildnode {
++
++    # build node common settings
++    # we could have the following skip list to use less space:
++    # '/(drakx-installer-binaries|drakx-installer-advertising|gfxboot|drakx-installer-stage2|mandriva-theme)/'
++    $package_list = ['task-bs-cluster-chroot', 'iurt']
++    package { $package_list:
++        ensure => installed;
++    }
++
++    file { '/home/buildbot/.iurt.cauldron.conf':
++        ensure => present,
++        owner => buildbot,
++        group => buildbot,
++        mode => 644,
++        require => Package["iurt"],
++        content => "template("buildsystem/.iurt.cauldron.conf")"
++    }
++
++}
++
+
+Added: puppet/modules/iurt/templates/.iurt.cauldron.conf
+===================================================================
+--- puppet/modules/iurt/templates/.iurt.cauldron.conf	                        (rev 0)
++++ puppet/modules/iurt/templates/.iurt.cauldron.conf	2010-11-04 16:34:59 UTC (rev 86)
+@@ -0,0 +1,30 @@
++{
++ supported_arch => [ 'i586', 'x86_64' ],
++ all_media => { 'main' => [ 'release' ], 'contrib' => [ 'release' ] },
++ upload => 'schedbot at pkgsubmit:~/uploads/',
++ upload_queue => 'schedbot at pkgsubmit:~/uploads/queue/',
++ unwanted_packages => '^monotone-',
++ repository => '/mnt/BIG/dis/',
++ rsync_to => 'schedbot at pkgsubmit:/mnt/BIG/dis/uploads/build/',
++ log_url => 'http://pkgsubmit.mageia.org/queue/build/',
++ admin => 'mageia-sysadm at mageia.org',
++ iurt_root_command => '/home/buildbot/iurt-trunk/iurt_root_command',
++ packager => 'Iurt the rebuild bot <mageia-sysadm at mageia.org>',
++ sendmail => 0,
++ build_timeout => {
++  'default' => 18000,
++   'gcc' => 57600,
++   'paraview' => 115200,
++   'salome' => 57600,
++   'itk' => 115200,
++   'wrapitk' => 115200,
++   'kernel-rt' => 57600,
++   'kernel-xen' => 57600,
++   'kernel-tmb' => 57600,
++   'openoffice.org' => 345600,
++   'openoffice.org64' => 345600,
++   'openoffice.org-go-ooo' => 345600,
++   'openoffice.org64-go-ooo' => 345600
++ },
++}
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101104/03b1fd43/attachment.html>
+
+ + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1