From: Marc Fiuczynski Date: Thu, 24 Jan 2008 14:32:33 +0000 (+0000) Subject: *make the difference between local and distant(VM)nodes X-Git-Tag: 2008-02-11-last-vmware-support~98 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=109035f47f516f394972550f5277c07c97049bc2;p=tests.git *make the difference between local and distant(VM)nodes --- diff --git a/system/config_onelab.py b/system/config_onelab.py index f2392a8..ddd323d 100644 --- a/system/config_onelab.py +++ b/system/config_onelab.py @@ -11,7 +11,7 @@ onelab="one-lab.org" def nodes(): nodes= [ {'node_fields': {'hostname': 'test1.one-lab.org', 'model':'vmware/minhw', - 'host_machine' : 'test.one-lab.org'}, + 'host_machine' : 'localhost'}, 'owner' : 'pi', 'network_fields': { 'method':'static', 'type':'ipv4', @@ -25,7 +25,7 @@ def nodes(): }, { 'node_fields': {'hostname':'test2.one-lab.org', 'model':'vmware/minhw', - 'host_machine': 'test.one-lab.org'}, + 'host_machine': 'localhost'}, 'owner' : 'tech', 'network_fields': {'method':'static', 'type':'ipv4',