X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FLocalSubstrate.inria.py;fp=system%2FLocalSubstrate.inria.py;h=3fd52d0fbefafa365fd58260d319cd6586384a84;hb=5cb6acf9f3916d61ff6bb108ab8150543885e728;hp=c156aca48f7dbd0fe0e81a0ce993fb0b91ca013b;hpb=d38f801840fd951028dee4ef627d7e524f293df9;p=tests.git diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index c156aca..3fd52d0 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -38,14 +38,18 @@ class OnelabSubstrate (Substrate): 'unused') # MAC address for i in range(1,41) ] -# as of jan 2014 this is renumbered so that 1 is preferred def qemu_boxes_spec (self): return [ # (hostname, how many qemus max in this box) + ('buzzcocks', 12), + ] + +# these boxes are going on a well deserved retirement +# as of jan 2014 this is renumbered so that 1 is preferred # speedball (1) - old school but robust and a big disk - ('speedball', 2), # 4 cores, 4Gb, 840 Gb +# ('speedball', 2), # 4 cores, 4Gb, 840 Gb # used to have kruder too, but it is broken/dead # dorfmeister (2) - ('dorfmeister', 2), # 4 cores, 4Gb +# ('dorfmeister', 2), # 4 cores, 4Gb # enfoui - L119 as it won't work well under the KVM in L102A # use F10 to enter BIOS setup # nodes spawned in this box won't get network connectivity @@ -54,10 +58,9 @@ class OnelabSubstrate (Substrate): # take it out because it takes much of the load and then gets full.. # ('estran', 2), # 4 cores, 8Gb # lodos (5) - rather old/small - ('lodos', 1), # 2 cores, 4Gb +# ('lodos', 1), # 2 cores, 4Gb # cyblok (6) - ('cyblok', 1), # 2 cores, 4Gb - ] +# ('cyblok', 1), # 2 cores, 4Gb # the nodes pool has a MAC address as user-data (3rd elt in tuple) def vnode_ips (self):