[Fusionforge-commits] r10982 - trunk/tests/openvz

Christian Bayle cbayle at libremir.placard.fr.eu.org
Thu Oct 14 10:51:36 CEST 2010


Author: cbayle
Date: 2010-10-14 10:51:35 +0200 (Thu, 14 Oct 2010)
New Revision: 10982

Added:
   trunk/tests/openvz/config.g-virtual05
Log:
Config sample with different IP 


Added: trunk/tests/openvz/config.g-virtual05
===================================================================
--- trunk/tests/openvz/config.g-virtual05	                        (rev 0)
+++ trunk/tests/openvz/config.g-virtual05	2010-10-14 08:51:35 UTC (rev 10982)
@@ -0,0 +1,26 @@
+
+#
+# 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
+#
+VEIDDEB=105
+VEIDCEN=110
+
+DEBVERS=6.0
+CENTVERS=5.5
+
+IPDEBBASE=10.194.10
+IPDEBDNS=10.194.11.20
+
+IPCENTOSBASE=10.194.10
+IPCENTOSDNS=10.194.11.20
+
+VZPRIVATEDIR=/var/lib/vz/private
+# You shouldn't change the next line, don't really work
+VZTEMPLATEDIR=/var/lib/vz/template
+
+USERCLIENT=admrsc
+
+DIST=squeeze




More information about the Fusionforge-commits mailing list