From 44eeec5dc0bb424670d207904b374a59627f7090 Mon Sep 17 00:00:00 2001
From: BERARD Benjamin <benjamin.berard@inria.fr>
Date: Mon, 4 Nov 2019 17:44:13 +0100
Subject: [PATCH] [nancy][graphique] Update MAC address of BMC

---
 .../sites/nancy/clusters/graphique/nodes/graphique-2.json       | 2 +-
 .../sites/nancy/clusters/graphique/nodes/graphique-2.yaml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.json b/data/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.json
index 9087848dab6..6d0932a6912 100644
--- a/data/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.json
+++ b/data/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.json
@@ -161,7 +161,7 @@
       "interface": "Ethernet",
       "ip": "172.17.67.2",
       "kavlan": false,
-      "mac": "18:fb:7b:9b:91:55",
+      "mac": "44:a8:42:3a:58:0d",
       "management": true,
       "mountable": false,
       "mounted": false,
diff --git a/input/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.yaml b/input/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.yaml
index 32d3801687c..5171ef90f79 100644
--- a/input/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.yaml
+++ b/input/grid5000/sites/nancy/clusters/graphique/nodes/graphique-2.yaml
@@ -38,7 +38,7 @@ graphique-2:
   network_adapters:
     bmc:
       ip: 172.17.67.2
-      mac: 18:fb:7b:9b:91:55
+      mac: 44:a8:42:3a:58:0d
       management: true
     eth0:
       driver: bnx2x
-- 
GitLab