From: Thierry Parmentelat Date: Tue, 6 Dec 2011 08:09:44 +0000 (+0100) Subject: use more IP addresses for vplcs, so they last for longer X-Git-Tag: tests-5.0-32~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ba07e86e24c9c6ef286fb7194c4cac4cfbcfef26;p=tests.git use more IP addresses for vplcs, so they last for longer --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 5c6d04f..2569d9a 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -27,14 +27,14 @@ class OnelabSubstrate (Substrate): return [ ('vs64-1', 20), # how many plcs max in this box ] - # vplc01 to 15 + # vplc01 to 40 def vplc_ips (self): return [ ( 'vplc%02d'%i, # DNS name 'unused') # MAC address - for i in range(1,21) ] + for i in range(1,41) ] def qemu_boxes_spec (self): - return [ # how many plcs max in this box + return [ # how many qemus max in this box ('kvm64-1', 3), # 4 cores, 4Gb ('kvm64-2', 3), # 4 cores, 4Gb ('kvm64-3', 2), # 2 cores, 4Gb