X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FLocalSubstrate.inria.py;h=58b6b8fdfb50c07f81b04da24fa39a1af74d9119;hb=a97d1119d199ed4be861996da44f3863eaaafbde;hp=0460c7fd21a3844121f723826187b75331768170;hpb=53888c4e7d4063ae5da4f27fa60af7beb54e25f0;p=tests.git diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 0460c7f..58b6b8f 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -26,24 +26,27 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): # we now use the same box as for builds - return [ ('buzzcocks', 12), ] + return [ ('buzzcocks', 20), ] def qemu_boxes_spec (self): # ditto, a single big box now is enough return [ ('boxtops', 64), ] - # vplc01 to 40 + # may use vplc01 to 25 - out of the existing 30 + # keep 5 upper addresses for more persistent instances def vplc_ips (self): - return [ ( 'vplc{:02d}'.format(i), # DNS name + return [ ( 'vplc{:02d}.pl.sophia.inria.fr' + .format(i), # DNS name 'unused') # MAC address - for i in range(1,41) ] + for i in range(1, 26) ] - # the nodes pool has a MAC address as user-data (3rd elt in tuple) + # vnode01 to 20 + # the nodes IP pool has a MAC address as user-data (3rd elt in tuple) def vnode_ips (self): return [ ( 'vnode{:02d}'.format(i), # DNS name '02:34:56:00:00:{:02d}'.format(i)) # MAC address - for i in range(1,21) ] + for i in range(1, 21) ] # local network settings def domain (self):