From 55a2ad22b9ebe01faea0004fcccfb32d3c9d9621 Mon Sep 17 00:00:00 2001
From: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
Date: Fri, 9 Dec 2011 15:21:26 +0100
Subject: [PATCH] [luxembourg] Fix mac addresses for granduc-10

Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
---
 .../sites/luxembourg/clusters/granduc/nodes/granduc-10.json   | 4 ++--
 generators/input/luxembourg-granduc.yaml                      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/grid5000/sites/luxembourg/clusters/granduc/nodes/granduc-10.json b/data/grid5000/sites/luxembourg/clusters/granduc/nodes/granduc-10.json
index a6b773b96de..f3154d153aa 100644
--- a/data/grid5000/sites/luxembourg/clusters/granduc/nodes/granduc-10.json
+++ b/data/grid5000/sites/luxembourg/clusters/granduc/nodes/granduc-10.json
@@ -32,7 +32,7 @@
       "enabled": true,
       "interface": "Ethernet",
       "ip": "172.16.176.10",
-      "mac": "00:19:b9:f2:0f:50",
+      "mac": "00:22:19:6d:85:0a",
       "management": false,
       "mountable": true,
       "mounted": true,
@@ -46,7 +46,7 @@
       "driver": "bnx2",
       "enabled": false,
       "interface": "Ethernet",
-      "mac": "00:19:b9:f2:0f:52",
+      "mac": "00:22:19:6d:85:0c",
       "rate": 1000000000
     },
     {
diff --git a/generators/input/luxembourg-granduc.yaml b/generators/input/luxembourg-granduc.yaml
index 2f50b5e2cb0..5281939d7d7 100644
--- a/generators/input/luxembourg-granduc.yaml
+++ b/generators/input/luxembourg-granduc.yaml
@@ -349,11 +349,11 @@ granduc-10:
       mac: 00:1c:23:d3:42:56
       ip: 172.17.176.10
     eth0:
-      mac: 00:19:b9:f2:0f:50
+      mac: 00:22:19:6d:85:0a
       ip: 172.16.176.10
       switch_port:
     eth1:
-      mac: 00:19:b9:f2:0f:52
+      mac: 00:22:19:6d:85:0c
       ip: 172.18.176.10
     eth2:
       mac: 00:1b:21:34:e1:3d
-- 
GitLab