From 7acf755d123e0dd314e6e46e6ed65a6fb285488b Mon Sep 17 00:00:00 2001
From: Tina Rakotoarivelo <tina.rakotoarivelo@inria.fr>
Date: Thu, 16 Jun 2011 16:30:24 +0200
Subject: [PATCH] [Nancy] Correct mac address for graphene-73-bmc

---
 .../sites/nancy/clusters/graphene/nodes/graphene-73.json        | 2 +-
 generators/input/nancy-graphene.yaml                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-73.json b/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-73.json
index 2266bcadb89..beb092c9169 100644
--- a/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-73.json
+++ b/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-73.json
@@ -76,7 +76,7 @@
       "enabled": true,
       "interface": "Ethernet",
       "ip": "172.17.64.73",
-      "mac": "00:10:20:3d:40:5f",
+      "mac": "00:e0:81:d5:07:43",
       "management": true,
       "mountable": false,
       "mounted": false,
diff --git a/generators/input/nancy-graphene.yaml b/generators/input/nancy-graphene.yaml
index 97859681356..f557a52f892 100644
--- a/generators/input/nancy-graphene.yaml
+++ b/generators/input/nancy-graphene.yaml
@@ -1663,7 +1663,7 @@ graphene-73:
   switch_ipmi_pos: 1/0/18
   bios_ver: 7.02
   bios_release: 06/01/2011
-  mac_mgt: 00:10:20:3d:40:5f
+  mac_mgt: 00:e0:81:d5:07:43
   ip_mgt: 172.17.64.73
   ip_ib: 172.18.64.73
   ip_eth0: 172.16.64.73
-- 
GitLab