reasigned ips
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 14:23:23 +0000 (14:23 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 14:23:23 +0000 (14:23 +0000)
system/config_1vservers.py

index 8713096..95dc226 100644 (file)
@@ -2,12 +2,12 @@ import utils
 import os.path
 from TestPool import TestPool
 
-# the pool of IP addresses available - from 01 to 09
+# the pool of IP addresses available - [16,17,18]; [1..15] used by trunk, [19,20] for fixed myplc's
 #onelab_plcs_pool = [ 
 #    ( '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.255.%d'%(200+i), '02:34:56:00:ee:%02d'%i) for i in range(1,21) ]
+    ( 'vplc%02d.inria.fr'%i, '138.96.255.%d'%(200+i), '02:34:56:00:ee:%02d'%i) for i in range(16,19) ]
 
 def config (plcs,options):