*make the difference between local and distant(VM)nodes
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 24 Jan 2008 14:32:33 +0000 (14:32 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 24 Jan 2008 14:32:33 +0000 (14:32 +0000)
system/config_onelab.py

index f2392a8..ddd323d 100644 (file)
@@ -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',