From e835944e5b267f36a14ca78573832fa194843741 Mon Sep 17 00:00:00 2001 From: Nicolas Michon <nicolas.michon@inria.fr> Date: Mon, 18 Jun 2018 16:18:17 +0200 Subject: [PATCH] [grenoble] Fixed dahu-71-bmc mac address --- data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.json | 2 +- grid5000-all.json | 2 +- input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.json b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.json index 88918e8dc13..91127669c49 100644 --- a/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.json +++ b/data/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.json @@ -63,7 +63,7 @@ "enabled": true, "interface": "Ethernet", "ip": "172.17.20.71", - "mac": "50:9a:4c:22:1d:0f", + "mac": "50:9a:4c:7b:4d:f7", "management": true, "mountable": false, "mounted": false, diff --git a/grid5000-all.json b/grid5000-all.json index 05f38aa29d9..bb8b3f03d83 100644 --- a/grid5000-all.json +++ b/grid5000-all.json @@ -10447,7 +10447,7 @@ "enabled": true, "interface": "Ethernet", "ip": "172.17.20.71", - "mac": "50:9a:4c:22:1d:0f", + "mac": "50:9a:4c:7b:4d:f7", "management": true, "mountable": false, "mounted": false, diff --git a/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.yaml b/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.yaml index 2a061b05a56..3c090d0ed06 100644 --- a/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.yaml +++ b/input/grid5000/sites/grenoble/clusters/dahu/nodes/dahu-71.yaml @@ -19,7 +19,7 @@ dahu-71: network_adapters: bmc: ip: 172.17.20.71 - mac: 50:9a:4c:22:1d:0f + mac: 50:9a:4c:7b:4d:f7 management: true eth0: driver: i40e -- GitLab