From f6de48fcde02ed4073a0301f9cb7114afff6ebaa Mon Sep 17 00:00:00 2001 From: Ludovic Schoepps <ludovic.schoepps@uni.lu> Date: Tue, 14 Jan 2025 15:09:16 +0100 Subject: [PATCH] [luxembourg][vianden] Fix wrong mac address for vianden-1 --- .../sites/luxembourg/clusters/vianden/nodes/vianden-1.json | 2 +- .../sites/luxembourg/clusters/vianden/nodes/vianden-1.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.json b/data/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.json index add6f488bc8..ba74c897f2a 100644 --- a/data/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.json +++ b/data/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.json @@ -44,7 +44,7 @@ "ip": "172.16.178.1", "ip6": "2001:660:4406:300:3::1", "kavlan": false, - "mac": "c4:cb:e1:c8:54:06", + "mac": "d4:04:e6:c5:88:60", "management": false, "mountable": true, "mounted": true, diff --git a/input/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.yaml b/input/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.yaml index a79dd7ed67c..b3292a72e51 100644 --- a/input/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.yaml +++ b/input/grid5000/sites/luxembourg/clusters/vianden/nodes/vianden-1.yaml @@ -57,7 +57,7 @@ vianden-1: driver: mlx_core name: enp1s0f0np0 rate: 10000000000 - mac: c4:cb:e1:c8:54:06 + mac: d4:04:e6:c5:88:60 ip: 172.16.178.1 storage_devices: disk0: -- GitLab