From c713a0419f5076dbf65109f622daee6515bc788e Mon Sep 17 00:00:00 2001 From: Pierre Jacquot <pierre.jacquot@inria.fr> Date: Fri, 14 Feb 2025 10:56:50 +0100 Subject: [PATCH] [lille][physical] Change IP adresses according to other sites. --- data/grid5000/sites/lille/servers/pve-1.json | 2 +- data/grid5000/sites/lille/servers/pve-2.json | 2 +- data/grid5000/sites/lille/servers/pve-4.json | 4 ++-- data/grid5000/sites/lille/servers/pve-dmz-north-2.json | 2 +- input/grid5000/sites/lille/servers/physical.yaml | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/grid5000/sites/lille/servers/pve-1.json b/data/grid5000/sites/lille/servers/pve-1.json index 92a6f6c8609..42b4729c0f7 100644 --- a/data/grid5000/sites/lille/servers/pve-1.json +++ b/data/grid5000/sites/lille/servers/pve-1.json @@ -7,7 +7,7 @@ "kind": "physical", "network_adapters": { "adm": { - "ip": "172.17.47.18" + "ip": "172.17.47.17" }, "bmc": { "ip": "172.17.46.17", diff --git a/data/grid5000/sites/lille/servers/pve-2.json b/data/grid5000/sites/lille/servers/pve-2.json index 9fa5d5beafe..d69c2e3dd8a 100644 --- a/data/grid5000/sites/lille/servers/pve-2.json +++ b/data/grid5000/sites/lille/servers/pve-2.json @@ -2,7 +2,7 @@ "kind": "physical", "network_adapters": { "adm": { - "ip": "172.17.47.19" + "ip": "172.17.47.18" }, "bmc": { "ip": "172.17.46.18", diff --git a/data/grid5000/sites/lille/servers/pve-4.json b/data/grid5000/sites/lille/servers/pve-4.json index b41645b7de5..f6926d3d8f8 100644 --- a/data/grid5000/sites/lille/servers/pve-4.json +++ b/data/grid5000/sites/lille/servers/pve-4.json @@ -2,10 +2,10 @@ "kind": "physical", "network_adapters": { "adm": { - "ip": "172.17.47.22" + "ip": "172.17.47.21" }, "bmc": { - "ip": "172.17.47.21", + "ip": "172.17.46.21", "mac": "5c:ed:8c:b3:2c:b0" }, "default": { diff --git a/data/grid5000/sites/lille/servers/pve-dmz-north-2.json b/data/grid5000/sites/lille/servers/pve-dmz-north-2.json index 6982a9749b4..12efbc0876c 100644 --- a/data/grid5000/sites/lille/servers/pve-dmz-north-2.json +++ b/data/grid5000/sites/lille/servers/pve-dmz-north-2.json @@ -2,7 +2,7 @@ "kind": "physical", "network_adapters": { "bmc": { - "ip": "172.17.47.16", + "ip": "172.17.46.16", "mac": "2c:ea:7f:f6:ab:b0" } }, diff --git a/input/grid5000/sites/lille/servers/physical.yaml b/input/grid5000/sites/lille/servers/physical.yaml index d3803c691b4..a313db61c5e 100644 --- a/input/grid5000/sites/lille/servers/physical.yaml +++ b/input/grid5000/sites/lille/servers/physical.yaml @@ -102,7 +102,7 @@ pve-dmz-north-2: serial: 1CMLS73 network_adapters: bmc: - ip: 172.17.47.16 + ip: 172.17.46.16 mac: 2c:ea:7f:f6:ab:b0 pve-1: @@ -118,7 +118,7 @@ pve-1: ip: 172.16.47.17 mac: 00:62:0b:a4:0f:d0 adm: - ip: 172.17.47.18 + ip: 172.17.47.17 bmc: ip: 172.17.46.17 mac: 5c:ed:8c:ab:62:fc @@ -132,7 +132,7 @@ pve-2: ip: 172.16.47.18 mac: 00:62:0b:a4:11:da adm: - ip: 172.17.47.19 + ip: 172.17.47.18 bmc: ip: 172.17.46.18 mac: 5c:ed:8c:ab:42:b8 @@ -170,7 +170,7 @@ pve-4: ip: 172.16.47.21 mac: 14:23:f2:88:e2:da adm: - ip: 172.17.47.22 - bmc: ip: 172.17.47.21 + bmc: + ip: 172.17.46.21 mac: 5c:ed:8c:b3:2c:b0 -- GitLab