From e7ef31e513bc7f700a6a588c863f24c5f44a37b2 Mon Sep 17 00:00:00 2001 From: Tina Rakotoarivelo <tina.rakotoarivelo@inria.fr> Date: Thu, 3 Mar 2011 12:13:57 +0100 Subject: [PATCH] [nodes] Nancy - Correct mac_mgt for graphene-40 --- .../sites/nancy/clusters/graphene/nodes/graphene-40.json | 2 +- generators/input/nancy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-40.json b/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-40.json index 5dccea1fc0f..7850dffc8eb 100644 --- a/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-40.json +++ b/data/grid5000/sites/nancy/clusters/graphene/nodes/graphene-40.json @@ -76,7 +76,7 @@ "enabled": true, "interface": "Ethernet", "ip": "172.17.64.40", - "mac": "00:e0:81:d5:06:f7", + "mac": "00:10:20:3d:40:5f", "management": true, "mountable": false, "mounted": false, diff --git a/generators/input/nancy.yaml b/generators/input/nancy.yaml index 840b597c923..4f1edc7e70a 100644 --- a/generators/input/nancy.yaml +++ b/generators/input/nancy.yaml @@ -3484,7 +3484,7 @@ graphene-40: switch_ipmi_pos: 1/0/25 bios_ver: 7.02 bios_release: 06/01/2011 - mac_mgt: 00:e0:81:d5:06:f7 + mac_mgt: 00:10:20:3d:40:5f ip_mgt: 172.17.64.40 ip_ib: 172.16.66.40 ip_eth0: 172.16.64.40 -- GitLab