[Git-commits] kantan: branch, ch/stuff, created. v0.0.2-7-gfa3a0fc

git repository hosting gitosis at grml.org
Tue May 10 15:14:17 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "kantan - simple test suite for autotesting using Grml and KVM".

The branch, ch/stuff has been created
        at  fa3a0fcb2c69220f54ad052d4ba01cc801818584 (commit)

- Log -----------------------------------------------------------------
commit fa3a0fcb2c69220f54ad052d4ba01cc801818584
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue May 10 15:13:56 2011 +0200

    add server post-start hook

commit 84a9ea84eb0b5459f7b531d6f703a8ecfee44468
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue May 10 15:10:29 2011 +0200

    Allow slashes in DEBIAN_MIRROR and use it on server

commit a858abdf4f549a0673d59bcc3c7400ca2c6963da
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 19 18:52:40 2011 +0200

    Update TODO list.

commit 967400d84df69230a70d948d8b5d0b7ecbed1a3f
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 19 18:50:19 2011 +0200

    Update TODO list.

commit 74bd18082204eb1d805ee3ef00b76b7136233905
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 19 18:47:30 2011 +0200

    Update TODO list.

commit cec991e40c45e8d4268f09391a0cb456d20049c8
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 19 18:45:37 2011 +0200

    Update TODO list.

commit f29b384e35ca311f2d8df43f8a71c0ebc1650db2
Author: Michael Prokop <mika at grml.org>
Date:   Mon Apr 18 15:30:08 2011 +0200

    doc: Add AMD Tapper to tools.

commit 0a815a036610cd0abb54c37049e3a94f561c413c
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 20:02:46 2011 +0200

    Release new version 0.0.2.
    
    Signed-off-by: Michael Prokop <mika at grml.org>

commit f62437ea621ae7551e3743446260e3fc3622cb0f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 15:28:05 2011 +0200

    netscript: use ext4 instead of ext3.

commit ec51b9b996d4198284b3a87eae850e696c5ae980
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 15:27:48 2011 +0200

    netscript: mount /srv with noatime.

commit 32e6a5eb93cbbe79f093c7de32675831ceeff331
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:43:56 2011 +0200

    fai.conf: use simple examples from 3.4 stable branch as default for commented FAI_CONFIG_SRC example.

commit 8a6f4215d211df2ce24f198deb626abed4ed777a
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:31:19 2011 +0200

    netscript: do not write fai.conf but run fai-chboot with configspace URL instead.

commit 4a4396ac1554153de06a45d62e26c127aa22ac04
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 13:00:52 2011 +0200

    netscript: execute ifdown eth1 and kill dhclient of eth1 before restarting network.
    
    If we don't explicitely bring down the eth1 device dhclient will
    still listen on the device, which might result in a non-working
    server setup. Be 100% sure that it isn't running using 'kill'.

commit bd0a79fbf33f5f4a6956702161b1bf728b3228c6
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 12:27:18 2011 +0200

    Rename $ISO_MOUNT into $ISO_DIR as argument for mountpoint doesn't need to be a real mountpoint.
    
    The last argument in the kantan server commandline does not need
    to be a mountpoint.  It's fine if the specified directory
    includes kernel and initrd inside a directory named /boot.
    Mention this fact in the documentation and accordingly rename
    variable $ISO_MOUNT into $ISO_DIR.

commit 30699deaf6a864424af3f0c43d9d0d9612e601a5
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 15 11:43:28 2011 +0200

    netscript: restart nfs-kernel-server and rpcbind once again, otherwise mounting fails from outside.
    
    Check whether rcpinfo works, otherwise restart rpcbind/portmap again.
    Also check using showmount for working nfs-kernel-server, otherwise
    restart it.

commit 83ec6efa4c6a0dacc0ba25b3098ada1c1250452b
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 19:57:06 2011 +0200

    netscript: try running aptitude update up to 10 times with 5 seconds break in between.
    
    Network access might not work yet while netscript.sh is running,
    so be more patient when running 'aptitude update'.

commit 00b4f99e9bfdbfff64077ad4034bde315142b8d0
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 19:06:00 2011 +0200

    Remove gpxe and use ipxe instead.

commit e57d3b3a97724eb7c636bd8dea25c5a0c6a14b2a
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 12:57:19 2011 +0200

    Do not use e1000 as driver for KVM but virtio instead.
    
    The virtio driver has much better performance.

commit 211a6ff3350067302ba0c81edd0d80fde0434bfa
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 14 12:54:58 2011 +0200

    Do not depend on portmap so nfs-kernel-server is installable in Debian/sid.
    
    nfs-kernel-server depends on nfs-common which depends on portmap | rpcbind.
    As portmap conflicts with rpcbind this might lead into a situation where
    nfs-kernel-server can't be installed.
    
    While at it also support /etc/init.d/rpcbind as alternative to portmap.
    
    Thanks to Thomas Lange for reporting.

commit 55606f4e1be41d95b879e7c373260fa8e61ce9a9
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 13 17:54:16 2010 +0100

    Provide information how to run screen for serial console in startup message.

commit 84f1c4c1a5ac47dad0624a6c79c4dd887a5cb0ca
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 13 17:16:11 2010 +0100

    Do not completely randomize MAC address, use 00:0c:29 for first three bytes to be ignored by udev's 75-persistent-net-generator.rules.
    
    To avoid generation of persistent NIC device names in udev's configuration
    accross reboots let's assign a MAC address that's known to be ignored by
    /lib/udev/rules.d/75-persistent-net-generator.rules - therefore
    always start mac address with 00:0c:29 and randomize just the last three
    bytes of the 6 bytes/48 bits.

commit 8998060e660e8b835e88eb978556b09112db2825
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 9 18:39:11 2010 +0100

    Use different IP address for bridge interface.

commit 3595c274ed57bf1baaa0c15b25b4bdb2355991dc
Author: Michael Prokop <mika at grml.org>
Date:   Wed Dec 8 13:03:42 2010 +0100

    README: Rewrap lines

commit 656c2cc70dbdd05ba79a4e56b638c9c99edb4fb8
Author: Michael Prokop <mika at grml.org>
Date:   Wed Dec 8 13:02:33 2010 +0100

    Add initial README

commit 35881fbb8eabf919819d625f61fca311f97041d6
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 7 14:17:02 2010 +0100

    Disable server configs by default and assume defaults in script instead. Rename $APPEND to $KVMSERVER_APPEND + support overriding it through env.

commit 8390071151598936acfb6b3f091c08ac7d95ac4a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 7 14:04:51 2010 +0100

    Add doc/usecases.txt to document design ideas.

commit 84d3930e66889e636a40f1426446da5077ece33a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 7 14:04:32 2010 +0100

    Support tap devices for use with physical machines as clients.

commit 49c731ec4bbf308afbdd6b1698397944baee3222
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 7 13:17:26 2010 +0100

    Use isc-dhcp-server by default and fallback to dhcp3-server instead of the other way.

commit 4bd68ebbded3c7fe245d2fa55280bf2048800819
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 2 11:34:24 2010 +0100

    Add check for presence of dpkg-scanpackages and add dpkg-dev to Suggests.

commit fcffed728c6cd4b8be50e768ecee2c2ae81061b1
Author: Michael Prokop <mika at grml.org>
Date:   Fri Oct 29 17:49:18 2010 +0200

    doc: Update references/URLs

commit 0d8d04e8d93c0fbb6f616a6dd89c79cb38c38faf
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 17:50:19 2010 +0200

    Release new version 0.0.1.

commit 68dbd1e35f3716733f01ca1b6acbf62d0832bc2f
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 18:05:22 2010 +0200

    Update docs.

commit 6506ab3e88e3670ca5cc42750b9120e9feaff67d
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 17:49:15 2010 +0200

    Support additional KVM args for client, minor bugfixes, documentation updates...

commit 95b8c1e03e92c53005e4bb33e335ea8382acff74
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 13:45:26 2010 +0200

    Add xautomation to docs

commit e9c4f1c44d09c4493809920852bcf4b988c83d26
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 13:32:53 2010 +0200

    Support setting FAI_CONFIG_SRC; fix FAI_MIRROR ip address

commit 60484d2dcc80a5dfac6a1822228e5eabec25348c
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 12:56:03 2010 +0200

    Add cu and xtightvncviewer to Suggests, update todo list

commit e7f0bf1c89cba878a2e30b0462ca98bf0094ff8b
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 12:50:42 2010 +0200

    Rename /etc/kantan/kvm_server.cfg to /etc/kantan/server.cfg; use CLIENT_MEMORY for client.

commit d02d3af70952805ef258fa7df7abdd8b124d2dab
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 12:42:30 2010 +0200

    Support software selection through fai.conf.

commit decf0bbb0884634e9535729f3a0a683a33a8baab
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 25 01:22:28 2010 +0200

    Support atftpd, use default host instead of demohost, improve documentation,...

commit fa3f9ac39b3fc1e29857907cbd9749abe64db3dc
Author: Michael Prokop <mika at grml.org>
Date:   Fri Oct 22 15:45:13 2010 +0200

    Rework network configuration using vde_switch (thanks to Ulrich Dangel)

commit 166f08da471482c82219e5f0b3da3115f25ad4ee
Author: Michael Prokop <mika at grml.org>
Date:   Fri Oct 22 03:27:15 2010 +0200

    Update docs

commit 29157a2f84685697164f7bd9f9e0ce80779e8231
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 19 20:58:43 2010 +0200

    Initial version.

commit 28506e439fa38b00ba43f455297341f9b9cb6b48
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 19 20:57:20 2010 +0200

    initial checkin

-----------------------------------------------------------------------


hooks/post-receive
-- 
simple test suite for autotesting using Grml and KVM


More information about the Git-commits mailing list