From b45a4d95f5fd0174e5f53ccc76812ce52f31554a Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Tue, 24 Sep 2013 15:09:02 +0200
Subject: [PATCH] [lyon] Fix ref. API hercule eth3 MAC addr

---
 .../sites/lyon/clusters/hercule/nodes/hercule-1.json      | 2 +-
 .../sites/lyon/clusters/hercule/nodes/hercule-2.json      | 2 +-
 .../sites/lyon/clusters/hercule/nodes/hercule-3.json      | 2 +-
 .../sites/lyon/clusters/hercule/nodes/hercule-4.json      | 2 +-
 .../input/sites/lyon/clusters/hercule_generated.yaml      | 8 ++++----
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
index a2973f0008a..2825c263f13 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
@@ -75,7 +75,7 @@
       "driver": "igb",
       "enabled": false,
       "interface": "Ethernet",
-      "mac": "84:8f:69:fd:4d:36",
+      "mac": "84:8f:69:fd:4d:37",
       "management": false,
       "mountable": false,
       "mounted": false,
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
index 9ad4c06fe93..eaf440a232c 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
@@ -75,7 +75,7 @@
       "driver": "igb",
       "enabled": false,
       "interface": "Ethernet",
-      "mac": "84:8f:69:fd:4f:3d",
+      "mac": "84:8f:69:fd:4f:3e",
       "management": false,
       "mountable": false,
       "mounted": false,
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
index 92b2b543291..100e613441c 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
@@ -75,7 +75,7 @@
       "driver": "igb",
       "enabled": false,
       "interface": "Ethernet",
-      "mac": "84:8f:69:fd:4c:1f",
+      "mac": "84:8f:69:fd:4c:20",
       "management": false,
       "mountable": false,
       "mounted": false,
diff --git a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
index dc407b2d96d..382f78955e6 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
@@ -75,7 +75,7 @@
       "driver": "igb",
       "enabled": false,
       "interface": "Ethernet",
-      "mac": "84:8f:69:fd:4a:51",
+      "mac": "84:8f:69:fd:4a:52",
       "management": false,
       "mountable": false,
       "mounted": false,
diff --git a/generators/input/sites/lyon/clusters/hercule_generated.yaml b/generators/input/sites/lyon/clusters/hercule_generated.yaml
index eb83182849c..814a0080cd7 100644
--- a/generators/input/sites/lyon/clusters/hercule_generated.yaml
+++ b/generators/input/sites/lyon/clusters/hercule_generated.yaml
@@ -34,7 +34,7 @@ hercule-1:
       mountable: false
     eth3:
       mounted: false
-      mac: 84:8f:69:fd:4d:36
+      mac: 84:8f:69:fd:4d:37
       management: false
       enabled: false
       interface: Ethernet
@@ -125,7 +125,7 @@ hercule-2:
       mountable: false
     eth3:
       mounted: false
-      mac: 84:8f:69:fd:4f:3d
+      mac: 84:8f:69:fd:4f:3e
       management: false
       enabled: false
       interface: Ethernet
@@ -224,7 +224,7 @@ hercule-3:
       mountable: false
     eth3:
       mounted: false
-      mac: 84:8f:69:fd:4c:1f
+      mac: 84:8f:69:fd:4c:20
       management: false
       enabled: false
       interface: Ethernet
@@ -315,7 +315,7 @@ hercule-4:
       mountable: false
     eth3:
       mounted: false
-      mac: 84:8f:69:fd:4a:51
+      mac: 84:8f:69:fd:4a:52
       management: false
       enabled: false
       interface: Ethernet
-- 
GitLab