[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.4.2-1-1-g87fb2d7

Iustin Pop iustin at debian.org
Thu Jun 30 21:40:09 UTC 2011


The following commit has been merged in the master branch:
commit 87fb2d792c10d30dfb1eb94177ddce24a4adee55
Author: Iustin Pop <iustin at debian.org>
Date:   Thu Jun 30 23:05:05 2011 +0200

    Add two scripts used for testing the package
    
    Nothing fancy, just so that I have them tracked somewhere.

diff --git a/debian/burnin-fake.sh b/debian/burnin-fake.sh
new file mode 100755
index 0000000..619b29d
--- /dev/null
+++ b/debian/burnin-fake.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# Note: change the valuues to some that are valid for your environment
+
+/usr/lib/ganeti/tools/burnin -p \
+  -o busybox \
+  -t drbd \
+  --disk-size=128m --disk-growth=0 \
+  --no-migrate \
+  --no-replace1 --no-failover --no-import --no-add-disks --no-add-nics \
+  -H fake \
+  gnta-i11
diff --git a/debian/burnin-xen.sh b/debian/burnin-xen.sh
new file mode 100755
index 0000000..58d3bc0
--- /dev/null
+++ b/debian/burnin-xen.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Note: change the valuues to some that are valid for your environment
+
+/usr/lib/ganeti/tools/burnin -p \
+  -o busybox \
+  -t drbd \
+  --disk-size=128m --disk-growth=0 \
+  --reboot-types=hard,full \
+  -H xen-pvm \
+  gnta-i{11,12}

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list