From af925364338a9e3936e3cb40cfd5d97d954b5f5a Mon Sep 17 00:00:00 2001
From: Hugo Dominois <hugo.dominois@inria.fr>
Date: Mon, 25 Mar 2024 08:47:48 +0100
Subject: [PATCH] [lille][pve] Change BMC IP for pve-2

---
 data/grid5000/sites/lille/servers/pve-2.json     | 4 ++--
 input/grid5000/sites/lille/servers/physical.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/grid5000/sites/lille/servers/pve-2.json b/data/grid5000/sites/lille/servers/pve-2.json
index a14317ed306..9a9c201d3a3 100644
--- a/data/grid5000/sites/lille/servers/pve-2.json
+++ b/data/grid5000/sites/lille/servers/pve-2.json
@@ -2,11 +2,11 @@
   "kind": "physical",
   "network_adapters": {
     "bmc": {
-      "ip": "172.17.46.17",
+      "ip": "172.17.46.18",
       "mac": "5c:ed:8c:ab:42:b8"
     },
     "default": {
-      "ip": "172.16.47.17",
+      "ip": "172.16.47.18",
       "mac": "00:62:0b:a4:11:da"
     }
   },
diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml
index c52808613d6..a52d9aec378 100644
--- a/input/grid5000/sites/lille/servers/physical.yaml
+++ b/input/grid5000/sites/lille/servers/physical.yaml
@@ -239,8 +239,8 @@ pve-2:
   serial: CZJ3090BP1
   network_adapters:
     default:
-      ip: 172.16.47.17
+      ip: 172.16.47.18
       mac: 00:62:0b:a4:11:da
     bmc:
-      ip: 172.17.46.17
+      ip: 172.17.46.18
       mac: 5c:ed:8c:ab:42:b8
-- 
GitLab