From 5cb6acf9f3916d61ff6bb108ab8150543885e728 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Feb 2015 17:50:00 +0100 Subject: [PATCH] use a single recent test box instead of n small old boxes --- system/LocalSubstrate.inria.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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): -- 2.43.0