uses explicit hostname
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Mar 2008 07:51:50 +0000 (07:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Mar 2008 07:51:50 +0000 (07:51 +0000)
system/config_onelab.py

index c11f638..f9f4ef3 100644 (file)
@@ -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'