nixpkgs/modules
Eelco Dolstra 4dac9e5814 * Allow more complex network topologies in distributed tests. Each
machine can now declare an option `virtualisation.vlans' that causes
  it to have network interfaces connected to each listed virtual
  network.  For instance,

    virtualisation.vlans = [ 1 2 ];

  causes the machine to have two interfaces (in addition to eth0, used
  by the test driver to control the machine): eth1 connected to
  network 1 with IP address 192.168.1.<i>, and eth2 connected to
  network 2 with address 192.168.2.<i> (where <i> is the index of the
  machine in the `nodes' attribute set).  On the other hand,
  
    virtualisation.vlans = [ 2 ];

  causes the machine to only have an eth1 connected to network 2 with
  address 192.168.2.<i>.  So each virtual network <n> is assigned the
  IP range 192.168.<n>.0/24.

  Each virtual network is implemented using a separate multicast
  address on the host, so guests really cannot talk to networks to
  which they are not connected.

* Added a simple NAT test to demonstrate this.

* Added an option `virtualisation.qemu.options' to specify QEMU
  command-line options.  Used to factor out some commonality between
  the test driver script and the interactive test script.

svn path=/nixos/trunk/; revision=21928
2010-05-20 21:07:32 +00:00
..
config Adding example for the fonts.extraFonts 2010-05-17 14:09:22 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer gnupg2 is now called gnupg 2010-05-19 21:11:46 +00:00
misc Adding the Tor service 2010-05-16 16:20:00 +00:00
programs Updating bashrc, so it does not leave in PATH (and other environment variables) a void element, which 2010-05-17 14:15:18 +00:00
security Use polkit-agent-helper-1 from libexec/polkit-1 2010-05-18 16:46:32 +00:00
services gnupg2 is now called gnupg 2010-05-19 21:11:46 +00:00
system * Activate software RAID devices from udev. This makes the swraid 2010-05-16 20:40:04 +00:00
tasks * Activate software RAID devices from udev. This makes the swraid 2010-05-16 20:40:04 +00:00
testing * In the NixOS tests, send syslog messages to the serial port (so that 2010-03-09 13:31:20 +00:00
virtualisation * Allow more complex network topologies in distributed tests. Each 2010-05-20 21:07:32 +00:00
module-list.nix Adding the Tor service 2010-05-16 16:20:00 +00:00
rename.nix * Improve obsolete/deprecated option warnings. 2010-05-07 15:14:50 +00:00