X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FLocalSubstrate.inria.py;h=2569d9a3249675017dc3d138504ce8f13a88a159;hb=af99b7cd47c13a82cff9d90f8300462344a01e0f;hp=51a6c5d9fa1ff20d8a4a3e38e226b138e10592d7;hpb=16b7a4b53f2c8aed595696654cfbd830db36e29b;p=tests.git diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 51a6c5d..2569d9a 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -27,20 +27,20 @@ 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 [ - ('kvm64-1', 3), # how many plcs max in this box - ('kvm64-2', 3), - ('kvm64-3', 3), - ('kvm64-4', 3), - ('kvm64-5', 3), - ('kvm64-6', 3), + 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 + ('kvm64-4', 3), # 4 cores, 8Gb + ('kvm64-5', 2), # 2 cores, 4Gb + ('kvm64-6', 2), # 2 cores, 4Gb ] # the nodes pool has a MAC address as user-data (3rd elt in tuple)