From c5e18ee5f6868cfe024c609274178565d4374e0b Mon Sep 17 00:00:00 2001 From: Tina Rakotoarivelo <tina.rakotoarivelo@inria.fr> Date: Thu, 9 Jun 2011 16:33:21 +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 beb092c916..2266bcadb8 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:e0:81:d5:07:43", + "mac": "00:10:20:3d:40:5f", "management": true, "mountable": false, "mounted": false, diff --git a/generators/input/nancy-graphene.yaml b/generators/input/nancy-graphene.yaml index f557a52f89..9785968135 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:e0:81:d5:07:43 + mac_mgt: 00:10:20:3d:40:5f ip_mgt: 172.17.64.73 ip_ib: 172.18.64.73 ip_eth0: 172.16.64.73 -- GitLab