From 2dcbdacdfb3aa05b6478409db48bff1f295ab7d7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 3 Mar 2008 07:51:50 +0000 Subject: [PATCH] uses explicit hostname --- system/config_onelab.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/config_onelab.py b/system/config_onelab.py index c11f638..f9f4ef3 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': 'lysithea.inria.fr', 'model':'qemu/minhw', } , - 'host_box': 'localhost', + 'host_box': 'test.onelab.org', 'owner' : 'pi', 'network_fields': { 'method':'static', 'type':'ipv4', @@ -27,7 +27,7 @@ def nodes(): }, {'node_fields': {'hostname': 'pluton.inria.fr', 'model':'qemu/minhw', } , - 'host_box': 'localhost', + 'host_box': 'test.one-lab.org', 'owner' : 'pi', 'network_fields': { 'method':'static', 'type':'ipv4', @@ -203,7 +203,7 @@ def plc () : return { 'name' : 'onelabtest', # as of yet, not sure we can handle foreign hosts, but this is required though - 'hostname' : 'localhost', + 'hostname' : 'test.one-lab.org', # set these two items to run within a vserver # 'vservername': '138.96.250.131' # 'vserverip': '138.96.250.131' -- 2.47.0