temporary back to the old nodes configuration *with real nodes(mac+ip @)*
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Mar 2008 17:02:45 +0000 (17:02 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Mar 2008 17:02:45 +0000 (17:02 +0000)
system/config_onelab.py

index 3c56162..e456bd5 100644 (file)
@@ -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': 'vnode01.inria.fr',
+    nodes= [{'node_fields': {'hostname': 'lysithea.inria.fr',
                              'model':'qemu/minhw', } ,
              'host_box': 'test.one-lab.org',
              'owner' : 'pi',
              'network_fields': { 'method':'static',
                                  'type':'ipv4',
-                                 'ip':'138.96.250.221',
+                                 'ip':'138.96.250.153',
                                  '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' : 'ab:cd:ef:00:01:01',
+                                 'mac' : '00:0b:cd:62:50:95',
                                  },
              },
-            {'node_fields': {'hostname': 'vnode02.inria.fr',
+            {'node_fields': {'hostname': 'pluton.inria.fr',
                              'model':'qemu/minhw', } ,
              'host_box': 'test.one-lab.org',
              'owner' : 'pi',
              'network_fields': { 'method':'static',
                                  'type':'ipv4',
-                                 'ip':'138.96.250.222',
+                                 'ip':'138.96.250.151',
                                  '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' : 'ab:cd:ef:00:01:02',
+                                 'mac' : '00:08:02:33:4d:9e',
                                  },
              },
             ]