IP-renumbering
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 27 Oct 2008 10:51:20 +0000 (10:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 27 Oct 2008 10:51:20 +0000 (10:51 +0000)
system/config_1vservers.py

index 854d543..b422ecc 100644 (file)
@@ -7,7 +7,7 @@ from TestPool import TestPool
 #    ( 'vplc%02d.inria.fr'%i, '138.96.250.13%d'%i, '02:34:56:00:ee:%02d'%i) for i in range(1,10) ]
 # vplc09 is reserved for a fixed myplc - from 01 to 08
 onelab_plcs_pool = [ 
-    ( 'vplc%02d.inria.fr'%i, '138.96.250.%d'%(130+i), '02:34:56:00:ee:%02d'%i) for i in range(1,21) ]
+    ( 'vplc%02d.inria.fr'%i, '138.96.250.%d'%(200+i), '02:34:56:00:ee:%02d'%i) for i in range(1,21) ]
 
 def config (plcs,options):