From 223c807a5385e67a3442ce574f60a103a620f741 Mon Sep 17 00:00:00 2001
From: BERARD Benjamin <benjamin.berard@inria.fr>
Date: Wed, 11 Sep 2019 18:34:20 +0200
Subject: [PATCH] [nancy][grisou] Update mac address of eth1 for grisou-12

---
 .../grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.json | 4 ++--
 input/grid5000/sites/nancy/clusters/grisou/grisou.yaml.erb    | 2 +-
 .../grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.yaml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.json b/data/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.json
index 538259f04d5..d6c438dce8b 100644
--- a/data/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.json
+++ b/data/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.json
@@ -128,7 +128,7 @@
       "interface": "Ethernet",
       "ip": "172.16.72.12",
       "kavlan": true,
-      "mac": "24:6e:96:03:0f:c8",
+      "mac": "24:6e:96:bd:52:b8",
       "management": false,
       "model": "82599ES 10-Gigabit SFI/SFP+ Network Connection",
       "mountable": true,
@@ -148,7 +148,7 @@
       "firmware_version": "0x8000095c",
       "interface": "Ethernet",
       "kavlan": true,
-      "mac": "24:6e:96:03:0f:ca",
+      "mac": "24:6e:96:bd:52:ba",
       "management": false,
       "model": "82599ES 10-Gigabit SFI/SFP+ Network Connection",
       "mountable": true,
diff --git a/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml.erb b/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml.erb
index c0f3d7261e8..7ccbcbbc0b2 100644
--- a/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml.erb
+++ b/input/grid5000/sites/nancy/clusters/grisou/grisou.yaml.erb
@@ -17,7 +17,7 @@ nodes:
                     24:6e:96:02:97:a8
                     24:6e:96:03:0a:38
                     24:6e:96:03:0e:b8
-                    24:6e:96:03:0f:c8
+                    24:6e:96:bd:52:b8
                     24:6e:96:03:11:90
                     24:6e:96:02:a3:e0
                     24:6e:96:02:9f:08
diff --git a/input/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.yaml b/input/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.yaml
index 6763d37a2b5..90c261d37c3 100644
--- a/input/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.yaml
+++ b/input/grid5000/sites/nancy/clusters/grisou/nodes/grisou-12.yaml
@@ -26,7 +26,7 @@ grisou-12:
       firmware_version: '0x8000095c'
       interface: Ethernet
       ip: 172.16.72.12
-      mac: 24:6e:96:03:0f:c8
+      mac: 24:6e:96:bd:52:b8
       management: false
       model: 82599ES 10-Gigabit SFI/SFP+ Network Connection
       name: eno1
@@ -36,7 +36,7 @@ grisou-12:
       driver: ixgbe
       firmware_version: '0x8000095c'
       interface: Ethernet
-      mac: 24:6e:96:03:0f:ca
+      mac: 24:6e:96:bd:52:ba
       management: false
       model: 82599ES 10-Gigabit SFI/SFP+ Network Connection
       name: eno2
-- 
GitLab