From 06a2777e3ed8df25cbf280cb412d531156efb8df Mon Sep 17 00:00:00 2001 From: Simon Delamare <simon.delamare@ens-lyon.fr> Date: Tue, 26 Mar 2013 08:58:52 +0100 Subject: [PATCH] [lyon] Orion IP address (golden rules) --- .../sites/lyon/clusters/orion/nodes/orion-1.json | 2 +- .../sites/lyon/clusters/orion/nodes/orion-2.json | 2 +- .../sites/lyon/clusters/orion/nodes/orion-3.json | 2 +- .../sites/lyon/clusters/orion/nodes/orion-4.json | 2 +- generators/input/sites/lyon/clusters/orion.yaml | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-1.json b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-1.json index fbaf46d0c45..7675ae6d7d9 100644 --- a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-1.json +++ b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-1.json @@ -23,7 +23,7 @@ "driver": "ixgbe", "enabled": true, "interface": "Ethernet", - "ip": "10.69.2.1", + "ip": "172.16.50.1", "mac": "A0:36:9F:08:FA:54", "management": false, "model": "Intel X520 DP 10Gb DA/SFP+ Server Adapter", diff --git a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-2.json b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-2.json index 18280e87e22..7640f19a050 100644 --- a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-2.json +++ b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-2.json @@ -23,7 +23,7 @@ "driver": "ixgbe", "enabled": true, "interface": "Ethernet", - "ip": "10.69.2.2", + "ip": "172.16.50.2", "mac": "A0:36:9F:08:F6:B8", "management": false, "model": "Intel X520 DP 10Gb DA/SFP+ Server Adapter", diff --git a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json index a7e815c263e..eae1e8ac424 100644 --- a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json +++ b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-3.json @@ -23,7 +23,7 @@ "driver": "ixgbe", "enabled": true, "interface": "Ethernet", - "ip": "10.69.2.3", + "ip": "172.16.50.3", "mac": "A0:36:9F:08:FA:44", "management": false, "model": "Intel X520 DP 10Gb DA/SFP+ Server Adapter", diff --git a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-4.json b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-4.json index b25eb511183..2dbbdf2229c 100644 --- a/data/grid5000/sites/lyon/clusters/orion/nodes/orion-4.json +++ b/data/grid5000/sites/lyon/clusters/orion/nodes/orion-4.json @@ -23,7 +23,7 @@ "driver": "ixgbe", "enabled": true, "interface": "Ethernet", - "ip": "10.69.2.4", + "ip": "172.16.50.4", "mac": "A0:36:9F:08:F8:C0", "management": false, "model": "Intel X520 DP 10Gb DA/SFP+ Server Adapter", diff --git a/generators/input/sites/lyon/clusters/orion.yaml b/generators/input/sites/lyon/clusters/orion.yaml index d628688de9b..3695b8674c2 100644 --- a/generators/input/sites/lyon/clusters/orion.yaml +++ b/generators/input/sites/lyon/clusters/orion.yaml @@ -2,10 +2,10 @@ orion-1: network_interfaces: bmc: mac: D4:BE:D9:F3:BF:9E - ip: 10.69.138.1 + ip: 172.17.50.1 eth0: mac: A0:36:9F:08:FA:54 - ip: 10.69.2.1 + ip: 172.16.50.1 eth1: mac: A0:36:9F:08:FA:56 eth2: @@ -20,10 +20,10 @@ orion-2: network_interfaces: bmc: mac: D4:BE:D9:F9:A3:28 - ip: 10.69.138.2 + ip: 172.17.50.2 eth0: mac: A0:36:9F:08:F6:B8 - ip: 10.69.2.2 + ip: 172.16.50.2 eth1: mac: A0:36:9F:08:F6:BA eth2: @@ -38,10 +38,10 @@ orion-3: network_interfaces: bmc: mac: D4:BE:D9:F9:A3:24 - ip: 10.69.138.3 + ip: 172.17.50.3 eth0: mac: A0:36:9F:08:FA:44 - ip: 10.69.2.3 + ip: 172.16.50.3 eth1: mac: A0:36:9F:08:FA:46 eth2: @@ -56,10 +56,10 @@ orion-4: network_interfaces: bmc: mac: D4:BE:D9:F5:EA:E2 - ip: 10.69.138.4 + ip: 172.17.50.4 eth0: mac: A0:36:9F:08:F8:C0 - ip: 10.69.2.4 + ip: 172.16.50.4 eth1: mac: A0:36:9F:08:F8:C2 eth2: -- GitLab