From 6a8bf4c902a004a2a09b5e9991d87e01c8b7a5cd Mon Sep 17 00:00:00 2001 From: Sebastien Badia <sebastien.badia@inria.fr> Date: Sun, 19 Jun 2011 21:32:27 +0200 Subject: [PATCH] [Bordeaux] Update bordeplage cluster --- generators/input/bordeaux-bordeplage.rb | 124 ++ generators/input/bordeaux-bordeplage.yaml | 1531 +++++++++++++++++++++ 2 files changed, 1655 insertions(+) create mode 100644 generators/input/bordeaux-bordeplage.rb create mode 100644 generators/input/bordeaux-bordeplage.yaml diff --git a/generators/input/bordeaux-bordeplage.rb b/generators/input/bordeaux-bordeplage.rb new file mode 100644 index 0000000000..5f7a81b823 --- /dev/null +++ b/generators/input/bordeaux-bordeplage.rb @@ -0,0 +1,124 @@ +site :bordeaux do |site_uid| + + cluster :bordeplage do |cluster_uid| + model "Dell PowerEdge 1855" + created_at nil + + 51.times do |i| + node "#{cluster_uid}-#{i+1}" do |node_uid| + supported_job_types({:deploy => true, :besteffort => true, :virtual => false}) + architecture({ + :smp_size => 2, + :smt_size => 2, + :platform_type => "x86_64" + }) + processor({ + :vendor => "Intel", + :model => "Intel Xeon", + :version => "EM64T", + :clock_speed => 3.G, + :instruction_set => "", + :other_description => "", + :cache_l1 => nil, + :cache_l1i => nil, + :cache_l1d => 16.KiB, + :cache_l2 => 1.MiB + }) + main_memory({ + :ram_size => 2.GiB, # bytes + :virtual_size => nil + }) + operating_system({ + :name => "Debian", + :release => "Lenny", + :version => "5.0", + :kernel => "2.6.26" + }) + storage_devices [{ + :interface => 'SCSI', + :size => 70.GB, + :driver => "mptspi", + :device => "sda", + :model => lookup('bordeaux-bordeplage', node_uid, 'block_devices', 'sda', 'model'), + :rev => lookup('bordeaux-bordeplage', node_uid, 'block_devices', 'sda', 'rev') + }] + network_adapters [{ + :interface => 'Ethernet', + :rate => 1.G, + :network_address => "#{node_uid}.#{site_uid}.grid5000.fr", + :ip => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'eth0', 'ip'), + :mac => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'eth0', 'mac'), + :vendor => "Intel", + :version => "82546GB Gigabit Ethernet Controller", + :enabled => true, + :mounted => true, + :mountable => true, + :driver => "e1000", + :management => false, + :device => "eth0" + }, + { + :interface => 'Ethernet', + :rate => 1.G, + :network_address => "#{node_uid}-eth1.#{site_uid}.grid5000.fr", + :ip => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'eth1', 'ip'), + :mac => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'eth1', 'mac'), + :vendor => "Intel", + :version => "82546GB Gigabit Ethernet Controller", + :enabled => true, + :mounted => false, + :mountable => true, + :driver => "e1000", + :management => false, + :device => "eth1", + }, + { + :interface => 'InfiniBand', + :rate => 10.G, + :network_address => "#{node_uid}-ib0.#{site_uid}.grid5000.fr", + :ip => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'ib0', 'ip'), + :guid => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'ib0', 'guid'), + :vendor => 'Mellanox', + :version => "InfiniHost MT25208", + :enabled => true, + :mountable => true, + :mounted => true, + :driver => "ib_mthca", + :management => false, + :device => "ib0" + }, + { + :interface => 'InfiniBand', + :rate => 10.G, + :guid => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'ib1', 'guid'), + :vendor => 'Mellanox', + :version => "InfiniHost MT25208", + :enabled => false, + :device => "ib1" + }, + { + :interface => 'Ethernet', + :rate => 100.M, + :network_address => "#{node_uid}-bmc.#{site_uid}.grid5000.fr", + :ip => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'bmc', 'ip'), + :guid => lookup('bordeaux-bordeplage', node_uid, 'network_interfaces', 'bmc', 'mac'), + :enabled => true, + :mountable => false, + :mounted => false, + :management => true, + :device => "bmc" + }] + bios({ + :version => lookup('bordeaux-bordeplage', node_uid, 'bios', 'version'), + :vendor => lookup('bordeaux-bordeplage', node_uid, 'bios', 'vendor'), + :release_date => lookup('bordeaux-bordeplage', node_uid, 'bios', 'release_date') + }) + chassis({ + :serial => lookup('bordeaux-bordeplage', node_uid, 'chassis', 'serial_number'), + :name => lookup('bordeaux-bordeplage', node_uid, 'chassis', 'product_name') + }) + end + end + end # cluster bordeplage + #misc "Motherboard Bios version: A05 ;IPMI version 1.5: Firware revision 1.6" +end diff --git a/generators/input/bordeaux-bordeplage.yaml b/generators/input/bordeaux-bordeplage.yaml new file mode 100644 index 0000000000..3088b9cc03 --- /dev/null +++ b/generators/input/bordeaux-bordeplage.yaml @@ -0,0 +1,1531 @@ +--- +bordeplage-1: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K4G7 + vendor: SEAGATE + chassis: + serial_number: 6PFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:9d:56 + ip: 192.168.132.1 + bmc: + mac: 00:14:22:0c:d9:ec + ip: 172.16.7.51 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:9d:57 + eth0: + mac: 00:14:22:0c:d9:ec + ip: 172.16.1.51 + eth1: + mac: 00:14:22:0c:d9:ed + ip: 192.168.133.51 +bordeplage-2: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K2PG + vendor: SEAGATE + chassis: + serial_number: 8PFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:25 + ip: 192.168.132.2 + bmc: + mac: 00:14:22:0c:da:46 + ip: 172.16.7.52 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:26 + eth0: + mac: 00:14:22:0c:da:46 + ip: 172.16.1.52 + eth1: + mac: 00:14:22:0c:da:47 + ip: 192.168.133.52 +bordeplage-3: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JR3S + vendor: SEAGATE + chassis: + serial_number: 9KMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b4:72 + ip: 192.168.132.3 + bmc: + mac: 00:14:22:0c:e1:66 + ip: 172.16.7.53 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b4:73 + eth0: + mac: 00:14:22:0c:e1:66 + ip: 172.16.1.53 + eth1: + mac: 00:14:22:0c:e1:67 + ip: 192.168.133.53 +bordeplage-4: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K3TZ + vendor: SEAGATE + chassis: + serial_number: 7D5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:e9 + ip: 192.168.132.4 + bmc: + mac: 00:14:22:0c:d9:fa + ip: 172.16.7.54 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:ea + eth0: + mac: 00:14:22:0c:d9:fa + ip: 172.16.1.54 + eth1: + mac: 00:14:22:0c:d9:fb + ip: 192.168.133.54 +bordeplage-5: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H8A6 + vendor: SEAGATE + chassis: + serial_number: JKMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:b5 + ip: 192.168.132.5 + bmc: + mac: 00:14:22:0c:e1:74 + ip: 172.16.7.55 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:b6 + eth0: + mac: 00:14:22:0c:e1:74 + ip: 172.16.1.55 + eth1: + mac: 00:14:22:0c:e1:75 + ip: 192.168.133.55 +bordeplage-6: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H2FP + vendor: SEAGATE + chassis: + serial_number: 5D5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:39 + ip: 192.168.132.6 + bmc: + mac: 00:14:22:0c:da:6e + ip: 172.16.7.56 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:3a + eth0: + mac: 00:14:22:0c:da:6e + ip: 172.16.1.56 + eth1: + mac: 00:14:22:0c:da:6f + ip: 192.168.133.56 +bordeplage-7: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HKSX + vendor: SEAGATE + chassis: + serial_number: FKMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:4e + ip: 192.168.132.7 + bmc: + mac: 00:14:22:0c:e1:44 + ip: 172.16.7.57 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:4f + eth0: + mac: 00:14:22:0c:e1:44 + ip: 172.16.1.57 + eth1: + mac: 00:14:22:0c:e1:45 + ip: 192.168.133.57 +bordeplage-8: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: + vendor: SEAGATE + chassis: + serial_number: + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: + ip: 192.168.132.8 + bmc: + mac: 00:14:22:0c:da:40 + ip: 172.16.7.58 + ib1: + guid: + eth0: + mac: 00:14:22:0c:da:40 + ip: 172.16.1.58 + eth1: + mac: 00:14:22:0c:da:41 + ip: 192.168.133.58 +bordeplage-9: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: + vendor: SEAGATE + chassis: + serial_number: + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: + ip: 192.168.132.9 + bmc: + mac: 00:14:22:0c:da:50 + ip: 172.16.7.59 + ib1: + guid: + eth0: + mac: 00:14:22:0c:da:50 + ip: 172.16.1.59 + eth1: + mac: 00:14:22:0c:da:51 + ip: 192.168.133.59 +bordeplage-10: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K4G7 + vendor: SEAGATE + chassis: + serial_number: 6PFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: + ip: 192.168.132.10 + bmc: + mac: 00:14:22:0c:da:76 + ip: 172.16.7.60 + ib1: + guid: + eth0: + mac: + ip: 172.16.1.60 + eth1: + mac: + ip: 192.168.133.60 +bordeplage-11: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2FTKM + vendor: SEAGATE + chassis: + serial_number: FC5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:2a + ip: 192.168.132.11 + bmc: + mac: 00:14:22:0c:d9:bc + ip: 172.16.7.61 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:2b + eth0: + mac: 00:14:22:0c:d9:bc + ip: 172.16.1.61 + eth1: + mac: 00:14:22:0c:d9:bd + ip: 192.168.133.61 +bordeplage-12: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HKM6 + vendor: SEAGATE + chassis: + serial_number: 2D5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:3e + ip: 192.168.132.12 + bmc: + mac: 00:14:22:0c:da:74 + ip: 172.16.7.62 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:3f + eth0: + mac: 00:14:22:0c:da:74 + ip: 172.16.1.62 + eth1: + mac: 00:14:22:0c:da:75 + ip: 192.168.133.62 +bordeplage-13: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JD77 + vendor: SEAGATE + chassis: + serial_number: 9D5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b6:7b + ip: 192.168.132.13 + bmc: + mac: 00:14:22:0c:da:82 + ip: 172.16.7.63 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b6:7c + eth0: + mac: 00:14:22:0c:da:82 + ip: 172.16.1.63 + eth1: + mac: 00:14:22:0c:da:83 + ip: 192.168.133.63 +bordeplage-14: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HSD8 + vendor: SEAGATE + chassis: + serial_number: HC5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:52 + ip: 192.168.132.14 + bmc: + mac: 00:14:22:0c:da:90 + ip: 172.16.7.64 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:53 + eth0: + mac: 00:14:22:0c:da:90 + ip: 172.16.1.64 + eth1: + mac: 00:14:22:0c:da:91 + ip: 192.168.133.64 +bordeplage-15: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2A96S + vendor: SEAGATE + chassis: + serial_number: 2PFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:41 + ip: 192.168.132.15 + bmc: + mac: 00:14:22:0c:da:c0 + ip: 172.16.7.65 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:42 + eth0: + mac: 00:14:22:0c:da:c0 + ip: 172.16.1.65 + eth1: + mac: 00:14:22:0c:da:c1 + ip: 192.168.133.65 +bordeplage-16: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HS2A + vendor: SEAGATE + chassis: + serial_number: JPFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a5:74 + ip: 192.168.132.16 + bmc: + mac: 00:14:22:0c:da:44 + ip: 172.16.7.66 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a5:75 + eth0: + mac: 00:14:22:0c:da:44 + ip: 172.16.1.66 + eth1: + mac: 00:14:22:0c:da:45 + ip: 192.168.133.66 +bordeplage-17: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K4E4 + vendor: SEAGATE + chassis: + serial_number: GPFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:c5 + ip: 192.168.132.17 + bmc: + mac: 00:14:22:0c:da:62 + ip: 172.16.7.67 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:c6 + eth0: + mac: 00:14:22:0c:da:62 + ip: 172.16.1.67 + eth1: + mac: 00:14:22:0c:da:63 + ip: 192.168.133.67 +bordeplage-18: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT22VDZ + vendor: SEAGATE + chassis: + serial_number: 335GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:09 + ip: 192.168.132.18 + bmc: + mac: 00:14:22:0c:da:a2 + ip: 172.16.7.68 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:0a + eth0: + mac: 00:14:22:0c:da:a2 + ip: 172.16.1.68 + eth1: + mac: 00:14:22:0c:da:a3 + ip: 192.168.133.68 +bordeplage-19: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HBCP + vendor: SEAGATE + chassis: + serial_number: B35GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:b5 + ip: 192.168.132.19 + bmc: + mac: 00:14:22:0c:b4:00 + ip: 172.16.7.69 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:b6 + eth0: + mac: 00:14:22:0c:b4:00 + ip: 172.16.1.69 + eth1: + mac: 00:14:22:0c:b4:01 + ip: 192.168.133.69 +bordeplage-20: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2N397 + vendor: SEAGATE + chassis: + serial_number: 331KV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:b9 + ip: 192.168.132.20 + bmc: + mac: 00:14:22:0c:b3:1c + ip: 172.16.7.70 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:ba + eth0: + mac: 00:14:22:0c:b3:1c + ip: 172.16.1.70 + eth1: + mac: 00:14:22:0c:b3:1d + ip: 192.168.133.70 +bordeplage-21: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JNMQ + vendor: SEAGATE + chassis: + serial_number: DKMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:1a + ip: 192.168.132.21 + bmc: + mac: 00:14:22:0c:e1:48 + ip: 172.16.7.71 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:1b + eth0: + mac: 00:14:22:0c:e1:48 + ip: 172.16.1.71 + eth1: + mac: 00:14:22:0c:e1:49 + ip: 192.168.133.71 +bordeplage-22: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JKP2 + vendor: SEAGATE + chassis: + serial_number: JMZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:42 + ip: 192.168.132.22 + bmc: + mac: 00:14:22:0c:dd:02 + ip: 172.16.7.72 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:43 + eth0: + mac: 00:14:22:0c:dd:02 + ip: 172.16.1.72 + eth1: + mac: 00:14:22:0c:dd:03 + ip: 192.168.133.72 +bordeplage-23: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K4K3 + vendor: SEAGATE + chassis: + serial_number: HLZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:89 + ip: 192.168.132.23 + bmc: + mac: 00:14:22:0c:e1:4c + ip: 172.16.7.73 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:8a + eth0: + mac: 00:14:22:0c:e1:4c + ip: 172.16.1.73 + eth1: + mac: 00:14:22:0c:e1:4d + ip: 192.168.133.73 +bordeplage-24: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K3TT + vendor: SEAGATE + chassis: + serial_number: 1NZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:ed + ip: 192.168.132.24 + bmc: + mac: 00:14:22:0c:e0:e0 + ip: 172.16.7.74 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:ee + eth0: + mac: 00:14:22:0c:e0:e0 + ip: 172.16.1.74 + eth1: + mac: 00:14:22:0c:e0:e1 + ip: 192.168.133.74 +bordeplage-25: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JKTM + vendor: SEAGATE + chassis: + serial_number: 9LZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a4:4b + ip: 192.168.132.25 + bmc: + mac: 00:14:22:0c:e1:76 + ip: 172.16.7.75 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a4:4c + eth0: + mac: 00:14:22:0c:e1:76 + ip: 172.16.1.75 + eth1: + mac: 00:14:22:0c:e1:77 + ip: 192.168.133.75 +bordeplage-26: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JP96 + vendor: SEAGATE + chassis: + serial_number: 3MZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:95 + ip: 192.168.132.26 + bmc: + mac: 00:14:22:0c:e1:52 + ip: 172.16.7.76 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:96 + eth0: + mac: 00:14:22:0c:e1:52 + ip: 172.16.1.76 + eth1: + mac: 00:14:22:0c:e1:53 + ip: 192.168.133.76 +bordeplage-27: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H3BS + vendor: SEAGATE + chassis: + serial_number: 6MZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:56 + ip: 192.168.132.27 + bmc: + mac: 00:14:22:0c:e1:7e + ip: 172.16.7.77 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:57 + eth0: + mac: 00:14:22:0c:e1:7e + ip: 172.16.1.77 + eth1: + mac: 00:14:22:0c:e1:7f + ip: 192.168.133.77 +bordeplage-28: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K428 + vendor: SEAGATE + chassis: + serial_number: BMZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:99 + ip: 192.168.132.28 + bmc: + mac: 00:14:22:0c:e1:8c + ip: 172.16.7.78 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:9a + eth0: + mac: 00:14:22:0c:e1:8c + ip: 172.16.1.78 + eth1: + mac: 00:14:22:0c:e1:8d + ip: 192.168.133.78 +bordeplage-29: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JMGF + vendor: SEAGATE + chassis: + serial_number: FMZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:3a + ip: 192.168.132.29 + bmc: + mac: 00:14:22:0c:e1:0a + ip: 172.16.7.79 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:3b + eth0: + mac: 00:14:22:0c:e1:0a + ip: 172.16.1.79 + eth1: + mac: 00:14:22:0c:e1:0b + ip: 192.168.133.79 +bordeplage-30: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JQL0 + vendor: SEAGATE + chassis: + serial_number: GMZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:fd + ip: 192.168.132.30 + bmc: + mac: 00:14:22:0c:e1:92 + ip: 172.16.7.80 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:fe + eth0: + mac: 00:14:22:0c:e1:92 + ip: 172.16.1.80 + eth1: + mac: 00:14:22:0c:e1:93 + ip: 192.168.133.80 +bordeplage-31: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: + vendor: SEAGATE + chassis: + serial_number: + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: + ip: 192.168.132.31 + bmc: + mac: 00:14:22:0c:e1:ba + ip: 172.16.7.81 + ib1: + guid: + eth0: + mac: 00:14:22:0c:e1:ba + ip: 172.16.1.81 + eth1: + mac: + ip: 192.168.133.81 +bordeplage-32: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT1XVC4 + vendor: SEAGATE + chassis: + serial_number: 635GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a5:98 + ip: 192.168.132.32 + bmc: + mac: 00:14:22:0c:da:b6 + ip: 172.16.7.82 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:a5:99 + eth0: + mac: 00:14:22:0c:da:b6 + ip: 172.16.1.82 + eth1: + mac: 00:14:22:0c:da:b7 + ip: 192.168.133.82 +bordeplage-33: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2HG5S + vendor: SEAGATE + chassis: + serial_number: 725GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:76 + ip: 192.168.132.33 + bmc: + mac: 00:14:22:0c:da:94 + ip: 172.16.7.83 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:77 + eth0: + mac: 00:14:22:0c:da:94 + ip: 172.16.1.83 + eth1: + mac: 00:14:22:0c:da:95 + ip: 192.168.133.83 +bordeplage-34: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2182C + vendor: SEAGATE + chassis: + serial_number: F25GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:69 + ip: 192.168.132.34 + bmc: + mac: 00:14:22:0c:da:12 + ip: 172.16.7.84 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:6a + eth0: + mac: 00:14:22:0c:da:12 + ip: 172.16.1.84 + eth1: + mac: 00:14:22:0c:da:13 + ip: 192.168.133.84 +bordeplage-35: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JBZM + vendor: SEAGATE + chassis: + serial_number: BKMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b6:37 + ip: 192.168.132.35 + bmc: + mac: 00:14:22:0c:e1:36 + ip: 172.16.7.85 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b6:38 + eth0: + mac: 00:14:22:0c:e1:36 + ip: 172.16.1.85 + eth1: + mac: 00:14:22:0c:e1:37 + ip: 192.168.133.85 +bordeplage-36: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JRDS + vendor: SEAGATE + chassis: + serial_number: 6KMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:22 + ip: 192.168.132.36 + bmc: + mac: 00:14:22:0c:e1:6a + ip: 172.16.7.86 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:23 + eth0: + mac: 00:14:22:0c:e1:6a + ip: 172.16.1.86 + eth1: + mac: 00:14:22:0c:e1:6b + ip: 192.168.133.86 +bordeplage-37: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JKTE + vendor: SEAGATE + chassis: + serial_number: H25GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:f1 + ip: 192.168.132.37 + bmc: + mac: 00:14:22:0c:b1:7a + ip: 172.16.7.87 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:f2 + eth0: + mac: 00:14:22:0c:b1:7a + ip: 172.16.1.87 + eth1: + mac: 00:14:22:0c:b1:7b + ip: 192.168.133.87 +bordeplage-38: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K4EP + vendor: SEAGATE + chassis: + serial_number: FWRJZ91 + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:e1 + ip: 192.168.132.38 + bmc: + mac: 00:13:72:69:a8:b6 + ip: 172.16.7.88 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:e2 + eth0: + mac: 00:13:72:69:a8:b6 + ip: 172.16.1.88 + eth1: + mac: 00:13:72:69:a8:b7 + ip: 192.168.133.88 +bordeplage-39: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H2G3 + vendor: SEAGATE + chassis: + serial_number: CD5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:05 + ip: 192.168.132.39 + bmc: + mac: 00:14:22:0c:da:7c + ip: 172.16.7.89 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:06 + eth0: + mac: 00:14:22:0c:da:7c + ip: 172.16.1.89 + eth1: + mac: 00:14:22:0c:da:7d + ip: 192.168.133.89 +bordeplage-40: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JNWF + vendor: SEAGATE + chassis: + serial_number: 8XXGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b3:8f + ip: 192.168.132.40 + bmc: + mac: 00:13:72:69:86:4c + ip: 172.16.7.90 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b3:90 + eth0: + mac: 00:13:72:69:86:4c + ip: 172.16.1.90 + eth1: + mac: 00:13:72:69:86:4d + ip: 192.168.133.90 +bordeplage-41: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT21F0M + vendor: SEAGATE + chassis: + serial_number: D35GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:5e + ip: 192.168.132.41 + bmc: + mac: 00:14:22:0c:b3:92 + ip: 172.16.7.91 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:5f + eth0: + mac: 00:14:22:0c:b3:92 + ip: 172.16.1.91 + eth1: + mac: 00:14:22:0c:b3:93 + ip: 192.168.133.91 +bordeplage-42: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K38Q + vendor: SEAGATE + chassis: + serial_number: 4KMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:81 + ip: 192.168.132.42 + bmc: + mac: 00:14:22:0c:e1:a4 + ip: 172.16.7.92 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:82 + eth0: + mac: 00:14:22:0c:e1:a4 + ip: 172.16.1.92 + eth1: + mac: 00:14:22:0c:e1:a5 + ip: 192.168.133.92 +bordeplage-43: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JNLS + vendor: SEAGATE + chassis: + serial_number: GC5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:75 + ip: 192.168.132.43 + bmc: + mac: 00:14:22:0c:da:8c + ip: 172.16.7.93 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:76 + eth0: + mac: 00:14:22:0c:da:8c + ip: 172.16.1.93 + eth1: + mac: 00:14:22:0c:da:8d + ip: 192.168.133.93 +bordeplage-44: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2EA4V + vendor: SEAGATE + chassis: + serial_number: 835GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b4:92 + ip: 192.168.132.44 + bmc: + mac: 00:14:22:0c:b1:1c + ip: 172.16.7.94 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b4:93 + eth0: + mac: 00:14:22:0c:b1:1c + ip: 172.16.1.94 + eth1: + mac: 00:14:22:0c:b1:1d + ip: 192.168.133.94 +bordeplage-45: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K25Q + vendor: SEAGATE + chassis: + serial_number: 3D5GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:89 + ip: 192.168.132.45 + bmc: + mac: 00:14:22:0c:da:88 + ip: 172.16.7.95 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:61:8a + eth0: + mac: 00:14:22:0c:da:88 + ip: 172.16.1.95 + eth1: + mac: 00:14:22:0c:da:89 + ip: 192.168.133.95 +bordeplage-46: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H8ET + vendor: SEAGATE + chassis: + serial_number: 2LMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:62 + ip: 192.168.132.46 + bmc: + mac: 00:14:22:0c:e1:7c + ip: 172.16.7.96 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:63 + eth0: + mac: 00:14:22:0c:e1:7c + ip: 172.16.1.96 + eth1: + mac: 00:14:22:0c:e1:7d + ip: 192.168.133.96 +bordeplage-47: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2K3MZ + vendor: SEAGATE + chassis: + serial_number: 6LZGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b0:2c + ip: 192.168.132.47 + bmc: + mac: 00:14:22:0c:de:34 + ip: 172.16.7.97 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:b0:2d + eth0: + mac: 00:14:22:0c:de:34 + ip: 172.16.1.97 + eth1: + mac: 00:14:22:0c:de:35 + ip: 192.168.133.97 +bordeplage-48: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2H2ZB + vendor: SEAGATE + chassis: + serial_number: 4LMGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:59 + ip: 192.168.132.48 + bmc: + mac: 00:14:22:0c:db:ca + ip: 172.16.7.98 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:62:5a + eth0: + mac: 00:14:22:0c:db:ca + ip: 172.16.1.98 + eth1: + mac: 00:14:22:0c:db:cb + ip: 192.168.133.98 +bordeplage-49: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: + vendor: SEAGATE + chassis: + serial_number: + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: + ip: 192.168.132.49 + bmc: + mac: + ip: 172.16.7.99 + ib1: + guid: + eth0: + mac: + ip: 172.16.1.99 + eth1: + mac: + ip: 192.168.133.99 +bordeplage-50: + bios: + version: A03 + release_date: (05/12/2005) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2DQFZ + vendor: SEAGATE + chassis: + serial_number: 135GV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:32 + ip: 192.168.132.50 + bmc: + mac: 00:14:22:0c:da:a6 + ip: 172.16.7.100 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:01:5a:33 + eth0: + mac: 00:14:22:0c:da:a6 + ip: 172.16.1.100 + eth1: + mac: 00:14:22:0c:da:a7 + ip: 192.168.133.100 +bordeplage-51: + bios: + version: A05 + release_date: (01/09/2006) + vendor: Dell Computer Corporation + block_devices: + sda: + model: ST373207LC + size: + rev: D7013KT2JLQ5 + vendor: SEAGATE + chassis: + serial_number: FPFGV1J + manufacturer: Dell Computer Corporation + product_name: PowerEdge 1855 + network_interfaces: + ib0: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:4f:03 + ip: 192.168.132.51 + bmc: + mac: 00:14:22:0c:da:7e + ip: 172.16.7.101 + ib1: + guid: 20:00:55:04:01:80:00:00:00:00:00:00:00:05:ad:00:00:02:4f:04 + eth0: + mac: 00:14:22:0c:da:7e + ip: 172.16.1.101 + eth1: + mac: 00:14:22:0c:da:7f + ip: 192.168.133.101 -- GitLab