From: Thierry Parmentelat Date: Wed, 19 Mar 2008 14:43:11 +0000 (+0000) Subject: using vnodes(new mac+ip@) for the TestFrame nodes simultion X-Git-Tag: tests-4.2-4~185 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=491fdd1a7f5ad59079a6b99d7ca55272c19a4379;p=tests.git using vnodes(new mac+ip@) for the TestFrame nodes simultion --- diff --git a/system/config_onelab.py b/system/config_onelab.py index e456bd5..3c56162 100644 --- a/system/config_onelab.py +++ b/system/config_onelab.py @@ -9,36 +9,36 @@ onelab="one-lab.org" # host_box is taken as 'localhost' if omitted (should be a direct field in the node spec) def nodes(): - nodes= [{'node_fields': {'hostname': 'lysithea.inria.fr', + nodes= [{'node_fields': {'hostname': 'vnode01.inria.fr', 'model':'qemu/minhw', } , 'host_box': 'test.one-lab.org', 'owner' : 'pi', 'network_fields': { 'method':'static', 'type':'ipv4', - 'ip':'138.96.250.153', + 'ip':'138.96.250.221', 'gateway':'138.96.248.250', 'network':'138.96.0.0', 'broadcast':'138.96.255.255', 'netmask':'255.255.0.0', 'dns1': '138.96.0.10', 'dns2': '138.96.0.11', - 'mac' : '00:0b:cd:62:50:95', + 'mac' : 'ab:cd:ef:00:01:01', }, }, - {'node_fields': {'hostname': 'pluton.inria.fr', + {'node_fields': {'hostname': 'vnode02.inria.fr', 'model':'qemu/minhw', } , 'host_box': 'test.one-lab.org', 'owner' : 'pi', 'network_fields': { 'method':'static', 'type':'ipv4', - 'ip':'138.96.250.151', + 'ip':'138.96.250.222', 'gateway':'138.96.248.250', 'network':'138.96.0.0', 'broadcast':'138.96.255.255', 'netmask':'255.255.0.0', 'dns1': '138.96.0.10', 'dns2': '138.96.0.11', - 'mac' : '00:08:02:33:4d:9e', + 'mac' : 'ab:cd:ef:00:01:02', }, }, ]