[Fusionforge-commits] r13508 - trunk/tests/config

Christian Bayle cbayle at fusionforge.org
Thu Jun 16 15:45:21 CEST 2011


Author: cbayle
Date: 2011-06-16 15:45:21 +0200 (Thu, 16 Jun 2011)
New Revision: 13508

Added:
   trunk/tests/config/atom330
Log:
Add a new config file


Added: trunk/tests/config/atom330
===================================================================
--- trunk/tests/config/atom330	                        (rev 0)
+++ trunk/tests/config/atom330	2011-06-16 13:45:21 UTC (rev 13508)
@@ -0,0 +1,32 @@
+#
+# In this file you can find vars that are useable 
+# both as an include in a Makefile or
+# be sourced in a shell
+# So it should only be stuffs like VAR=value
+#
+VMENGINE=lxc
+REMOTESELENIUM=true
+KEEPVM=false
+DNSDOMAIN=local
+DEBMIRROR=http://atom330.bayle.eu/debian/
+DEBMIRRORSEC=http://atom330.bayle.eu/debian-security/
+
+# WIP: NEW WAY TO SET CONFIG (used by new start_vm script)
+
+# The following is for static ip config
+# hostname=vmengine:template:address/mask:gateway
+vzdebian6=vz:debian6:192.168.222.105/24:192.168.222.1
+vzdebian6src=vz:debian6:192.168.222.120/24:192.168.222.1
+vzcentos5=vz:centos5:192.168.222.110/24:192.168.222.1
+vzcentos5src=vz:centos5:192.168.222.115/24:192.168.222.1
+
+debian6=lxc:debian6:192.168.222.105/24:192.168.222.1
+debian6src=lxc:debian6:192.168.222.120/24:192.168.222.1
+centos5=lxc:centos5:192.168.222.110/24:192.168.222.1
+centos5src=lxc:centos5:192.168.222.115/24:192.168.222.1
+
+# For dhcpconfig
+dhdebian6=lxc:debian6::
+dhdebian6src=lxc:debian6::
+dhcentos5=lxc:centos5::
+dhcentos5src=lxc:centos5::




More information about the Fusionforge-commits mailing list