From d7d207d69cd7219f5118df160372b215cba93f7a Mon Sep 17 00:00:00 2001 From: Nicolas Perrin <nicolas.perrin@inria.fr> Date: Thu, 16 Jan 2025 09:24:16 +0100 Subject: [PATCH 1/2] [sophia][mercantour1] add basic configuration generated by rake mass:create --- .../clusters/mercantour1/mercantour1.json | 66 +++++++ .../mercantour1/nodes/mercantour1-1.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-10.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-11.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-12.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-13.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-14.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-15.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-16.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-2.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-3.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-4.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-5.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-6.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-7.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-8.json | 172 ++++++++++++++++++ .../mercantour1/nodes/mercantour1-9.json | 172 ++++++++++++++++++ .../clusters/mercantour1/mercantour1.yaml | 41 +++++ .../mercantour1/mercantour1_metrics.yaml | 42 +++++ .../clusters/mercantour1/nodes.yaml.erb | 110 +++++++++++ lib/refrepo/net_names_mapping.yaml | 4 + 21 files changed, 3015 insertions(+) create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json create mode 100644 data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_metrics.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json b/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json new file mode 100644 index 00000000000..1cb5c27e6d5 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json @@ -0,0 +1,66 @@ +{ + "boot_type": "bios", + "created_at": "Fri, 25 Apr 2014 00:00:00 GMT", + "exotic": false, + "kavlan": true, + "manufactured_at": "2014-04-25", + "metrics": [ + { + "description": "Default subset of metrics from Prometheus Node Exporter", + "name": "prom_default_metrics", + "optional_period": 15000, + "period": 0, + "source": { + "id": [ + "node_boot_time_seconds", + "node_cpu_scaling_frequency_hertz", + "node_cpu_seconds_total", + "node_filesystem_free_bytes", + "node_filesystem_size_bytes", + "node_load1", + "node_load15", + "node_load5", + "node_memory_Buffers_bytes", + "node_memory_Cached_bytes", + "node_memory_MemAvailable_bytes", + "node_memory_MemFree_bytes", + "node_memory_MemTotal_bytes", + "node_memory_Shmem_bytes", + "node_memory_SwapFree_bytes", + "node_memory_SwapTotal_bytes", + "node_network_receive_bytes_total", + "node_network_receive_packets_total", + "node_network_transmit_bytes_total", + "node_network_transmit_packets_total", + "node_procs_blocked", + "node_procs_running", + "kwollect_custom" + ], + "port": 9100, + "protocol": "prometheus" + } + }, + { + "description": "All metrics from Prometheus Node Exporter", + "name": "prom_all_metrics", + "optional_period": 15000, + "period": 0, + "source": { + "port": 9100, + "protocol": "prometheus" + } + } + ], + "model": "Dell PowerEdge C6220 II", + "nodes_count": 16, + "nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 10Gb Ethernet", + "priority": 201404, + "queues": [ + "admin", + "testing" + ], + "redfish": true, + "type": "cluster", + "uid": "mercantour1", + "warranty_end": "2019-04-25" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json new file mode 100644 index 00000000000..929a79147e8 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.1", + "kavlan-11": "10.7.229.1", + "kavlan-12": "10.11.229.1", + "kavlan-13": "10.15.229.1", + "kavlan-14": "10.19.229.1", + "kavlan-16": "10.27.229.1", + "kavlan-17": "10.31.229.1", + "kavlan-18": "10.35.229.1", + "kavlan-2": "192.168.212.1", + "kavlan-20": "10.43.229.1", + "kavlan-21": "10.47.229.1", + "kavlan-3": "192.168.228.1", + "kavlan-4": "10.32.4.1", + "kavlan-5": "10.32.68.1", + "kavlan-6": "10.32.132.1", + "kavlan-7": "10.32.196.1", + "kavlan-8": "10.33.4.1", + "kavlan-9": "10.33.68.1" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::1", + "kavlan-11": "2001:660:4406:1a0:803::1", + "kavlan-12": "2001:660:4406:2a0:803::1", + "kavlan-13": "2001:660:4406:4a0:803::1", + "kavlan-14": "2001:660:4406:5a0:803::1", + "kavlan-16": "2001:660:4406:7a0:803::1", + "kavlan-17": "2001:660:4406:9a0:803::1", + "kavlan-18": "2001:660:4406:8a0:803::1", + "kavlan-2": "2001:660:4406:881:3::1", + "kavlan-20": "2001:660:4406:3a0:803::1", + "kavlan-21": "2001:660:4406:6a0:803::1", + "kavlan-3": "2001:660:4406:882:3::1", + "kavlan-4": "2001:660:4406:890:3::1", + "kavlan-5": "2001:660:4406:891:3::1", + "kavlan-6": "2001:660:4406:892:3::1", + "kavlan-7": "2001:660:4406:893:3::1", + "kavlan-8": "2001:660:4406:894:3::1", + "kavlan-9": "2001:660:4406:895:3::1" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.1", + "ip6": "2001:660:4406:800:3::1", + "kavlan": true, + "mac": "e0:db:55:fd:3a:47", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-1.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/38" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.1", + "kavlan": false, + "mac": "e0:db:55:fd:3a:49", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-1-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-1" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json new file mode 100644 index 00000000000..78065dd8771 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.10", + "kavlan-11": "10.7.229.10", + "kavlan-12": "10.11.229.10", + "kavlan-13": "10.15.229.10", + "kavlan-14": "10.19.229.10", + "kavlan-16": "10.27.229.10", + "kavlan-17": "10.31.229.10", + "kavlan-18": "10.35.229.10", + "kavlan-2": "192.168.212.10", + "kavlan-20": "10.43.229.10", + "kavlan-21": "10.47.229.10", + "kavlan-3": "192.168.228.10", + "kavlan-4": "10.32.4.10", + "kavlan-5": "10.32.68.10", + "kavlan-6": "10.32.132.10", + "kavlan-7": "10.32.196.10", + "kavlan-8": "10.33.4.10", + "kavlan-9": "10.33.68.10" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::a", + "kavlan-11": "2001:660:4406:1a0:803::a", + "kavlan-12": "2001:660:4406:2a0:803::a", + "kavlan-13": "2001:660:4406:4a0:803::a", + "kavlan-14": "2001:660:4406:5a0:803::a", + "kavlan-16": "2001:660:4406:7a0:803::a", + "kavlan-17": "2001:660:4406:9a0:803::a", + "kavlan-18": "2001:660:4406:8a0:803::a", + "kavlan-2": "2001:660:4406:881:3::a", + "kavlan-20": "2001:660:4406:3a0:803::a", + "kavlan-21": "2001:660:4406:6a0:803::a", + "kavlan-3": "2001:660:4406:882:3::a", + "kavlan-4": "2001:660:4406:890:3::a", + "kavlan-5": "2001:660:4406:891:3::a", + "kavlan-6": "2001:660:4406:892:3::a", + "kavlan-7": "2001:660:4406:893:3::a", + "kavlan-8": "2001:660:4406:894:3::a", + "kavlan-9": "2001:660:4406:895:3::a" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.10", + "ip6": "2001:660:4406:800:3::a", + "kavlan": true, + "mac": "e0:db:55:fd:39:d5", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-10.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/41" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.10", + "kavlan": false, + "mac": "e0:db:55:fd:39:d7", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-10-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-10" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json new file mode 100644 index 00000000000..d74c89f3fdd --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.11", + "kavlan-11": "10.7.229.11", + "kavlan-12": "10.11.229.11", + "kavlan-13": "10.15.229.11", + "kavlan-14": "10.19.229.11", + "kavlan-16": "10.27.229.11", + "kavlan-17": "10.31.229.11", + "kavlan-18": "10.35.229.11", + "kavlan-2": "192.168.212.11", + "kavlan-20": "10.43.229.11", + "kavlan-21": "10.47.229.11", + "kavlan-3": "192.168.228.11", + "kavlan-4": "10.32.4.11", + "kavlan-5": "10.32.68.11", + "kavlan-6": "10.32.132.11", + "kavlan-7": "10.32.196.11", + "kavlan-8": "10.33.4.11", + "kavlan-9": "10.33.68.11" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::b", + "kavlan-11": "2001:660:4406:1a0:803::b", + "kavlan-12": "2001:660:4406:2a0:803::b", + "kavlan-13": "2001:660:4406:4a0:803::b", + "kavlan-14": "2001:660:4406:5a0:803::b", + "kavlan-16": "2001:660:4406:7a0:803::b", + "kavlan-17": "2001:660:4406:9a0:803::b", + "kavlan-18": "2001:660:4406:8a0:803::b", + "kavlan-2": "2001:660:4406:881:3::b", + "kavlan-20": "2001:660:4406:3a0:803::b", + "kavlan-21": "2001:660:4406:6a0:803::b", + "kavlan-3": "2001:660:4406:882:3::b", + "kavlan-4": "2001:660:4406:890:3::b", + "kavlan-5": "2001:660:4406:891:3::b", + "kavlan-6": "2001:660:4406:892:3::b", + "kavlan-7": "2001:660:4406:893:3::b", + "kavlan-8": "2001:660:4406:894:3::b", + "kavlan-9": "2001:660:4406:895:3::b" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.11", + "ip6": "2001:660:4406:800:3::b", + "kavlan": true, + "mac": "e0:db:55:fd:38:d9", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-11.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/5" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.11", + "kavlan": false, + "mac": "e0:db:55:fd:38:db", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-11-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-11" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json new file mode 100644 index 00000000000..77b2f06cd80 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.12", + "kavlan-11": "10.7.229.12", + "kavlan-12": "10.11.229.12", + "kavlan-13": "10.15.229.12", + "kavlan-14": "10.19.229.12", + "kavlan-16": "10.27.229.12", + "kavlan-17": "10.31.229.12", + "kavlan-18": "10.35.229.12", + "kavlan-2": "192.168.212.12", + "kavlan-20": "10.43.229.12", + "kavlan-21": "10.47.229.12", + "kavlan-3": "192.168.228.12", + "kavlan-4": "10.32.4.12", + "kavlan-5": "10.32.68.12", + "kavlan-6": "10.32.132.12", + "kavlan-7": "10.32.196.12", + "kavlan-8": "10.33.4.12", + "kavlan-9": "10.33.68.12" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::c", + "kavlan-11": "2001:660:4406:1a0:803::c", + "kavlan-12": "2001:660:4406:2a0:803::c", + "kavlan-13": "2001:660:4406:4a0:803::c", + "kavlan-14": "2001:660:4406:5a0:803::c", + "kavlan-16": "2001:660:4406:7a0:803::c", + "kavlan-17": "2001:660:4406:9a0:803::c", + "kavlan-18": "2001:660:4406:8a0:803::c", + "kavlan-2": "2001:660:4406:881:3::c", + "kavlan-20": "2001:660:4406:3a0:803::c", + "kavlan-21": "2001:660:4406:6a0:803::c", + "kavlan-3": "2001:660:4406:882:3::c", + "kavlan-4": "2001:660:4406:890:3::c", + "kavlan-5": "2001:660:4406:891:3::c", + "kavlan-6": "2001:660:4406:892:3::c", + "kavlan-7": "2001:660:4406:893:3::c", + "kavlan-8": "2001:660:4406:894:3::c", + "kavlan-9": "2001:660:4406:895:3::c" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.12", + "ip6": "2001:660:4406:800:3::c", + "kavlan": true, + "mac": "e0:db:55:fd:38:7f", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-12.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/6" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.12", + "kavlan": false, + "mac": "e0:db:55:fd:38:81", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-12-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-12" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json new file mode 100644 index 00000000000..8f89d859adc --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.13", + "kavlan-11": "10.7.229.13", + "kavlan-12": "10.11.229.13", + "kavlan-13": "10.15.229.13", + "kavlan-14": "10.19.229.13", + "kavlan-16": "10.27.229.13", + "kavlan-17": "10.31.229.13", + "kavlan-18": "10.35.229.13", + "kavlan-2": "192.168.212.13", + "kavlan-20": "10.43.229.13", + "kavlan-21": "10.47.229.13", + "kavlan-3": "192.168.228.13", + "kavlan-4": "10.32.4.13", + "kavlan-5": "10.32.68.13", + "kavlan-6": "10.32.132.13", + "kavlan-7": "10.32.196.13", + "kavlan-8": "10.33.4.13", + "kavlan-9": "10.33.68.13" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::d", + "kavlan-11": "2001:660:4406:1a0:803::d", + "kavlan-12": "2001:660:4406:2a0:803::d", + "kavlan-13": "2001:660:4406:4a0:803::d", + "kavlan-14": "2001:660:4406:5a0:803::d", + "kavlan-16": "2001:660:4406:7a0:803::d", + "kavlan-17": "2001:660:4406:9a0:803::d", + "kavlan-18": "2001:660:4406:8a0:803::d", + "kavlan-2": "2001:660:4406:881:3::d", + "kavlan-20": "2001:660:4406:3a0:803::d", + "kavlan-21": "2001:660:4406:6a0:803::d", + "kavlan-3": "2001:660:4406:882:3::d", + "kavlan-4": "2001:660:4406:890:3::d", + "kavlan-5": "2001:660:4406:891:3::d", + "kavlan-6": "2001:660:4406:892:3::d", + "kavlan-7": "2001:660:4406:893:3::d", + "kavlan-8": "2001:660:4406:894:3::d", + "kavlan-9": "2001:660:4406:895:3::d" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.13", + "ip6": "2001:660:4406:800:3::d", + "kavlan": true, + "mac": "e0:db:55:fd:2f:d0", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-13.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/44" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.13", + "kavlan": false, + "mac": "e0:db:55:fd:2f:d2", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-13-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-13" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json new file mode 100644 index 00000000000..e002e525573 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.14", + "kavlan-11": "10.7.229.14", + "kavlan-12": "10.11.229.14", + "kavlan-13": "10.15.229.14", + "kavlan-14": "10.19.229.14", + "kavlan-16": "10.27.229.14", + "kavlan-17": "10.31.229.14", + "kavlan-18": "10.35.229.14", + "kavlan-2": "192.168.212.14", + "kavlan-20": "10.43.229.14", + "kavlan-21": "10.47.229.14", + "kavlan-3": "192.168.228.14", + "kavlan-4": "10.32.4.14", + "kavlan-5": "10.32.68.14", + "kavlan-6": "10.32.132.14", + "kavlan-7": "10.32.196.14", + "kavlan-8": "10.33.4.14", + "kavlan-9": "10.33.68.14" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::e", + "kavlan-11": "2001:660:4406:1a0:803::e", + "kavlan-12": "2001:660:4406:2a0:803::e", + "kavlan-13": "2001:660:4406:4a0:803::e", + "kavlan-14": "2001:660:4406:5a0:803::e", + "kavlan-16": "2001:660:4406:7a0:803::e", + "kavlan-17": "2001:660:4406:9a0:803::e", + "kavlan-18": "2001:660:4406:8a0:803::e", + "kavlan-2": "2001:660:4406:881:3::e", + "kavlan-20": "2001:660:4406:3a0:803::e", + "kavlan-21": "2001:660:4406:6a0:803::e", + "kavlan-3": "2001:660:4406:882:3::e", + "kavlan-4": "2001:660:4406:890:3::e", + "kavlan-5": "2001:660:4406:891:3::e", + "kavlan-6": "2001:660:4406:892:3::e", + "kavlan-7": "2001:660:4406:893:3::e", + "kavlan-8": "2001:660:4406:894:3::e", + "kavlan-9": "2001:660:4406:895:3::e" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.14", + "ip6": "2001:660:4406:800:3::e", + "kavlan": true, + "mac": "e0:db:55:fd:39:81", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-14.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/43" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.14", + "kavlan": false, + "mac": "e0:db:55:fd:39:83", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-14-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-14" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json new file mode 100644 index 00000000000..dfe2e055dc4 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.15", + "kavlan-11": "10.7.229.15", + "kavlan-12": "10.11.229.15", + "kavlan-13": "10.15.229.15", + "kavlan-14": "10.19.229.15", + "kavlan-16": "10.27.229.15", + "kavlan-17": "10.31.229.15", + "kavlan-18": "10.35.229.15", + "kavlan-2": "192.168.212.15", + "kavlan-20": "10.43.229.15", + "kavlan-21": "10.47.229.15", + "kavlan-3": "192.168.228.15", + "kavlan-4": "10.32.4.15", + "kavlan-5": "10.32.68.15", + "kavlan-6": "10.32.132.15", + "kavlan-7": "10.32.196.15", + "kavlan-8": "10.33.4.15", + "kavlan-9": "10.33.68.15" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::f", + "kavlan-11": "2001:660:4406:1a0:803::f", + "kavlan-12": "2001:660:4406:2a0:803::f", + "kavlan-13": "2001:660:4406:4a0:803::f", + "kavlan-14": "2001:660:4406:5a0:803::f", + "kavlan-16": "2001:660:4406:7a0:803::f", + "kavlan-17": "2001:660:4406:9a0:803::f", + "kavlan-18": "2001:660:4406:8a0:803::f", + "kavlan-2": "2001:660:4406:881:3::f", + "kavlan-20": "2001:660:4406:3a0:803::f", + "kavlan-21": "2001:660:4406:6a0:803::f", + "kavlan-3": "2001:660:4406:882:3::f", + "kavlan-4": "2001:660:4406:890:3::f", + "kavlan-5": "2001:660:4406:891:3::f", + "kavlan-6": "2001:660:4406:892:3::f", + "kavlan-7": "2001:660:4406:893:3::f", + "kavlan-8": "2001:660:4406:894:3::f", + "kavlan-9": "2001:660:4406:895:3::f" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.15", + "ip6": "2001:660:4406:800:3::f", + "kavlan": true, + "mac": "34:17:eb:e7:25:01", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-15.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/3" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.15", + "kavlan": false, + "mac": "34:17:eb:e7:25:03", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-15-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-15" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json new file mode 100644 index 00000000000..cd1dbf8fcb5 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.16", + "kavlan-11": "10.7.229.16", + "kavlan-12": "10.11.229.16", + "kavlan-13": "10.15.229.16", + "kavlan-14": "10.19.229.16", + "kavlan-16": "10.27.229.16", + "kavlan-17": "10.31.229.16", + "kavlan-18": "10.35.229.16", + "kavlan-2": "192.168.212.16", + "kavlan-20": "10.43.229.16", + "kavlan-21": "10.47.229.16", + "kavlan-3": "192.168.228.16", + "kavlan-4": "10.32.4.16", + "kavlan-5": "10.32.68.16", + "kavlan-6": "10.32.132.16", + "kavlan-7": "10.32.196.16", + "kavlan-8": "10.33.4.16", + "kavlan-9": "10.33.68.16" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::10", + "kavlan-11": "2001:660:4406:1a0:803::10", + "kavlan-12": "2001:660:4406:2a0:803::10", + "kavlan-13": "2001:660:4406:4a0:803::10", + "kavlan-14": "2001:660:4406:5a0:803::10", + "kavlan-16": "2001:660:4406:7a0:803::10", + "kavlan-17": "2001:660:4406:9a0:803::10", + "kavlan-18": "2001:660:4406:8a0:803::10", + "kavlan-2": "2001:660:4406:881:3::10", + "kavlan-20": "2001:660:4406:3a0:803::10", + "kavlan-21": "2001:660:4406:6a0:803::10", + "kavlan-3": "2001:660:4406:882:3::10", + "kavlan-4": "2001:660:4406:890:3::10", + "kavlan-5": "2001:660:4406:891:3::10", + "kavlan-6": "2001:660:4406:892:3::10", + "kavlan-7": "2001:660:4406:893:3::10", + "kavlan-8": "2001:660:4406:894:3::10", + "kavlan-9": "2001:660:4406:895:3::10" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.16", + "ip6": "2001:660:4406:800:3::10", + "kavlan": true, + "mac": "e0:db:55:fd:39:ab", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-16.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/4" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.16", + "kavlan": false, + "mac": "e0:db:55:fd:39:ad", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-16-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-16" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json new file mode 100644 index 00000000000..d8109f9a9de --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.2", + "kavlan-11": "10.7.229.2", + "kavlan-12": "10.11.229.2", + "kavlan-13": "10.15.229.2", + "kavlan-14": "10.19.229.2", + "kavlan-16": "10.27.229.2", + "kavlan-17": "10.31.229.2", + "kavlan-18": "10.35.229.2", + "kavlan-2": "192.168.212.2", + "kavlan-20": "10.43.229.2", + "kavlan-21": "10.47.229.2", + "kavlan-3": "192.168.228.2", + "kavlan-4": "10.32.4.2", + "kavlan-5": "10.32.68.2", + "kavlan-6": "10.32.132.2", + "kavlan-7": "10.32.196.2", + "kavlan-8": "10.33.4.2", + "kavlan-9": "10.33.68.2" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::2", + "kavlan-11": "2001:660:4406:1a0:803::2", + "kavlan-12": "2001:660:4406:2a0:803::2", + "kavlan-13": "2001:660:4406:4a0:803::2", + "kavlan-14": "2001:660:4406:5a0:803::2", + "kavlan-16": "2001:660:4406:7a0:803::2", + "kavlan-17": "2001:660:4406:9a0:803::2", + "kavlan-18": "2001:660:4406:8a0:803::2", + "kavlan-2": "2001:660:4406:881:3::2", + "kavlan-20": "2001:660:4406:3a0:803::2", + "kavlan-21": "2001:660:4406:6a0:803::2", + "kavlan-3": "2001:660:4406:882:3::2", + "kavlan-4": "2001:660:4406:890:3::2", + "kavlan-5": "2001:660:4406:891:3::2", + "kavlan-6": "2001:660:4406:892:3::2", + "kavlan-7": "2001:660:4406:893:3::2", + "kavlan-8": "2001:660:4406:894:3::2", + "kavlan-9": "2001:660:4406:895:3::2" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.2", + "ip6": "2001:660:4406:800:3::2", + "kavlan": true, + "mac": "e0:db:55:fd:3a:2f", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-2.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/37" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.2", + "kavlan": false, + "mac": "e0:db:55:fd:3a:31", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-2-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-2" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json new file mode 100644 index 00000000000..3e1f45ca3fd --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.3", + "kavlan-11": "10.7.229.3", + "kavlan-12": "10.11.229.3", + "kavlan-13": "10.15.229.3", + "kavlan-14": "10.19.229.3", + "kavlan-16": "10.27.229.3", + "kavlan-17": "10.31.229.3", + "kavlan-18": "10.35.229.3", + "kavlan-2": "192.168.212.3", + "kavlan-20": "10.43.229.3", + "kavlan-21": "10.47.229.3", + "kavlan-3": "192.168.228.3", + "kavlan-4": "10.32.4.3", + "kavlan-5": "10.32.68.3", + "kavlan-6": "10.32.132.3", + "kavlan-7": "10.32.196.3", + "kavlan-8": "10.33.4.3", + "kavlan-9": "10.33.68.3" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::3", + "kavlan-11": "2001:660:4406:1a0:803::3", + "kavlan-12": "2001:660:4406:2a0:803::3", + "kavlan-13": "2001:660:4406:4a0:803::3", + "kavlan-14": "2001:660:4406:5a0:803::3", + "kavlan-16": "2001:660:4406:7a0:803::3", + "kavlan-17": "2001:660:4406:9a0:803::3", + "kavlan-18": "2001:660:4406:8a0:803::3", + "kavlan-2": "2001:660:4406:881:3::3", + "kavlan-20": "2001:660:4406:3a0:803::3", + "kavlan-21": "2001:660:4406:6a0:803::3", + "kavlan-3": "2001:660:4406:882:3::3", + "kavlan-4": "2001:660:4406:890:3::3", + "kavlan-5": "2001:660:4406:891:3::3", + "kavlan-6": "2001:660:4406:892:3::3", + "kavlan-7": "2001:660:4406:893:3::3", + "kavlan-8": "2001:660:4406:894:3::3", + "kavlan-9": "2001:660:4406:895:3::3" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.3", + "ip6": "2001:660:4406:800:3::3", + "kavlan": true, + "mac": "e0:db:55:fd:39:96", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-3.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/9" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.3", + "kavlan": false, + "mac": "e0:db:55:fd:39:98", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-3-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-3" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json new file mode 100644 index 00000000000..f471b26ec49 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.4", + "kavlan-11": "10.7.229.4", + "kavlan-12": "10.11.229.4", + "kavlan-13": "10.15.229.4", + "kavlan-14": "10.19.229.4", + "kavlan-16": "10.27.229.4", + "kavlan-17": "10.31.229.4", + "kavlan-18": "10.35.229.4", + "kavlan-2": "192.168.212.4", + "kavlan-20": "10.43.229.4", + "kavlan-21": "10.47.229.4", + "kavlan-3": "192.168.228.4", + "kavlan-4": "10.32.4.4", + "kavlan-5": "10.32.68.4", + "kavlan-6": "10.32.132.4", + "kavlan-7": "10.32.196.4", + "kavlan-8": "10.33.4.4", + "kavlan-9": "10.33.68.4" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::4", + "kavlan-11": "2001:660:4406:1a0:803::4", + "kavlan-12": "2001:660:4406:2a0:803::4", + "kavlan-13": "2001:660:4406:4a0:803::4", + "kavlan-14": "2001:660:4406:5a0:803::4", + "kavlan-16": "2001:660:4406:7a0:803::4", + "kavlan-17": "2001:660:4406:9a0:803::4", + "kavlan-18": "2001:660:4406:8a0:803::4", + "kavlan-2": "2001:660:4406:881:3::4", + "kavlan-20": "2001:660:4406:3a0:803::4", + "kavlan-21": "2001:660:4406:6a0:803::4", + "kavlan-3": "2001:660:4406:882:3::4", + "kavlan-4": "2001:660:4406:890:3::4", + "kavlan-5": "2001:660:4406:891:3::4", + "kavlan-6": "2001:660:4406:892:3::4", + "kavlan-7": "2001:660:4406:893:3::4", + "kavlan-8": "2001:660:4406:894:3::4", + "kavlan-9": "2001:660:4406:895:3::4" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.4", + "ip6": "2001:660:4406:800:3::4", + "kavlan": true, + "mac": "e0:db:55:fd:39:e7", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-4.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/10" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.4", + "kavlan": false, + "mac": "e0:db:55:fd:39:e9", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-4-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-4" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json new file mode 100644 index 00000000000..3ce1f703c42 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.5", + "kavlan-11": "10.7.229.5", + "kavlan-12": "10.11.229.5", + "kavlan-13": "10.15.229.5", + "kavlan-14": "10.19.229.5", + "kavlan-16": "10.27.229.5", + "kavlan-17": "10.31.229.5", + "kavlan-18": "10.35.229.5", + "kavlan-2": "192.168.212.5", + "kavlan-20": "10.43.229.5", + "kavlan-21": "10.47.229.5", + "kavlan-3": "192.168.228.5", + "kavlan-4": "10.32.4.5", + "kavlan-5": "10.32.68.5", + "kavlan-6": "10.32.132.5", + "kavlan-7": "10.32.196.5", + "kavlan-8": "10.33.4.5", + "kavlan-9": "10.33.68.5" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::5", + "kavlan-11": "2001:660:4406:1a0:803::5", + "kavlan-12": "2001:660:4406:2a0:803::5", + "kavlan-13": "2001:660:4406:4a0:803::5", + "kavlan-14": "2001:660:4406:5a0:803::5", + "kavlan-16": "2001:660:4406:7a0:803::5", + "kavlan-17": "2001:660:4406:9a0:803::5", + "kavlan-18": "2001:660:4406:8a0:803::5", + "kavlan-2": "2001:660:4406:881:3::5", + "kavlan-20": "2001:660:4406:3a0:803::5", + "kavlan-21": "2001:660:4406:6a0:803::5", + "kavlan-3": "2001:660:4406:882:3::5", + "kavlan-4": "2001:660:4406:890:3::5", + "kavlan-5": "2001:660:4406:891:3::5", + "kavlan-6": "2001:660:4406:892:3::5", + "kavlan-7": "2001:660:4406:893:3::5", + "kavlan-8": "2001:660:4406:894:3::5", + "kavlan-9": "2001:660:4406:895:3::5" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.5", + "ip6": "2001:660:4406:800:3::5", + "kavlan": true, + "mac": "e0:db:55:fd:38:5e", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-5.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/40" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.5", + "kavlan": false, + "mac": "e0:db:55:fd:38:60", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-5-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-5" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json new file mode 100644 index 00000000000..e9fcd7fb19d --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.6", + "kavlan-11": "10.7.229.6", + "kavlan-12": "10.11.229.6", + "kavlan-13": "10.15.229.6", + "kavlan-14": "10.19.229.6", + "kavlan-16": "10.27.229.6", + "kavlan-17": "10.31.229.6", + "kavlan-18": "10.35.229.6", + "kavlan-2": "192.168.212.6", + "kavlan-20": "10.43.229.6", + "kavlan-21": "10.47.229.6", + "kavlan-3": "192.168.228.6", + "kavlan-4": "10.32.4.6", + "kavlan-5": "10.32.68.6", + "kavlan-6": "10.32.132.6", + "kavlan-7": "10.32.196.6", + "kavlan-8": "10.33.4.6", + "kavlan-9": "10.33.68.6" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::6", + "kavlan-11": "2001:660:4406:1a0:803::6", + "kavlan-12": "2001:660:4406:2a0:803::6", + "kavlan-13": "2001:660:4406:4a0:803::6", + "kavlan-14": "2001:660:4406:5a0:803::6", + "kavlan-16": "2001:660:4406:7a0:803::6", + "kavlan-17": "2001:660:4406:9a0:803::6", + "kavlan-18": "2001:660:4406:8a0:803::6", + "kavlan-2": "2001:660:4406:881:3::6", + "kavlan-20": "2001:660:4406:3a0:803::6", + "kavlan-21": "2001:660:4406:6a0:803::6", + "kavlan-3": "2001:660:4406:882:3::6", + "kavlan-4": "2001:660:4406:890:3::6", + "kavlan-5": "2001:660:4406:891:3::6", + "kavlan-6": "2001:660:4406:892:3::6", + "kavlan-7": "2001:660:4406:893:3::6", + "kavlan-8": "2001:660:4406:894:3::6", + "kavlan-9": "2001:660:4406:895:3::6" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.6", + "ip6": "2001:660:4406:800:3::6", + "kavlan": true, + "mac": "e0:db:55:fd:3a:20", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-6.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/39" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.6", + "kavlan": false, + "mac": "e0:db:55:fd:3a:22", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-6-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-6" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json new file mode 100644 index 00000000000..3259c89975d --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.7", + "kavlan-11": "10.7.229.7", + "kavlan-12": "10.11.229.7", + "kavlan-13": "10.15.229.7", + "kavlan-14": "10.19.229.7", + "kavlan-16": "10.27.229.7", + "kavlan-17": "10.31.229.7", + "kavlan-18": "10.35.229.7", + "kavlan-2": "192.168.212.7", + "kavlan-20": "10.43.229.7", + "kavlan-21": "10.47.229.7", + "kavlan-3": "192.168.228.7", + "kavlan-4": "10.32.4.7", + "kavlan-5": "10.32.68.7", + "kavlan-6": "10.32.132.7", + "kavlan-7": "10.32.196.7", + "kavlan-8": "10.33.4.7", + "kavlan-9": "10.33.68.7" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::7", + "kavlan-11": "2001:660:4406:1a0:803::7", + "kavlan-12": "2001:660:4406:2a0:803::7", + "kavlan-13": "2001:660:4406:4a0:803::7", + "kavlan-14": "2001:660:4406:5a0:803::7", + "kavlan-16": "2001:660:4406:7a0:803::7", + "kavlan-17": "2001:660:4406:9a0:803::7", + "kavlan-18": "2001:660:4406:8a0:803::7", + "kavlan-2": "2001:660:4406:881:3::7", + "kavlan-20": "2001:660:4406:3a0:803::7", + "kavlan-21": "2001:660:4406:6a0:803::7", + "kavlan-3": "2001:660:4406:882:3::7", + "kavlan-4": "2001:660:4406:890:3::7", + "kavlan-5": "2001:660:4406:891:3::7", + "kavlan-6": "2001:660:4406:892:3::7", + "kavlan-7": "2001:660:4406:893:3::7", + "kavlan-8": "2001:660:4406:894:3::7", + "kavlan-9": "2001:660:4406:895:3::7" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.7", + "ip6": "2001:660:4406:800:3::7", + "kavlan": true, + "mac": "e0:db:55:fd:39:87", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-7.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/7" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.7", + "kavlan": false, + "mac": "e0:db:55:fd:39:89", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-7-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-7" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json new file mode 100644 index 00000000000..a7e1385d576 --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.8", + "kavlan-11": "10.7.229.8", + "kavlan-12": "10.11.229.8", + "kavlan-13": "10.15.229.8", + "kavlan-14": "10.19.229.8", + "kavlan-16": "10.27.229.8", + "kavlan-17": "10.31.229.8", + "kavlan-18": "10.35.229.8", + "kavlan-2": "192.168.212.8", + "kavlan-20": "10.43.229.8", + "kavlan-21": "10.47.229.8", + "kavlan-3": "192.168.228.8", + "kavlan-4": "10.32.4.8", + "kavlan-5": "10.32.68.8", + "kavlan-6": "10.32.132.8", + "kavlan-7": "10.32.196.8", + "kavlan-8": "10.33.4.8", + "kavlan-9": "10.33.68.8" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::8", + "kavlan-11": "2001:660:4406:1a0:803::8", + "kavlan-12": "2001:660:4406:2a0:803::8", + "kavlan-13": "2001:660:4406:4a0:803::8", + "kavlan-14": "2001:660:4406:5a0:803::8", + "kavlan-16": "2001:660:4406:7a0:803::8", + "kavlan-17": "2001:660:4406:9a0:803::8", + "kavlan-18": "2001:660:4406:8a0:803::8", + "kavlan-2": "2001:660:4406:881:3::8", + "kavlan-20": "2001:660:4406:3a0:803::8", + "kavlan-21": "2001:660:4406:6a0:803::8", + "kavlan-3": "2001:660:4406:882:3::8", + "kavlan-4": "2001:660:4406:890:3::8", + "kavlan-5": "2001:660:4406:891:3::8", + "kavlan-6": "2001:660:4406:892:3::8", + "kavlan-7": "2001:660:4406:893:3::8", + "kavlan-8": "2001:660:4406:894:3::8", + "kavlan-9": "2001:660:4406:895:3::8" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.8", + "ip6": "2001:660:4406:800:3::8", + "kavlan": true, + "mac": "e0:db:55:fd:3a:02", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-8.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/8" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.8", + "kavlan": false, + "mac": "e0:db:55:fd:3a:04", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-8-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-8" +} \ No newline at end of file diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json new file mode 100644 index 00000000000..fc9209f35fe --- /dev/null +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json @@ -0,0 +1,172 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "2014-04-25", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "2019-04-25" + }, + "exotic": false, + "kavlan": { + "eth0": { + "kavlan-1": "192.168.196.9", + "kavlan-11": "10.7.229.9", + "kavlan-12": "10.11.229.9", + "kavlan-13": "10.15.229.9", + "kavlan-14": "10.19.229.9", + "kavlan-16": "10.27.229.9", + "kavlan-17": "10.31.229.9", + "kavlan-18": "10.35.229.9", + "kavlan-2": "192.168.212.9", + "kavlan-20": "10.43.229.9", + "kavlan-21": "10.47.229.9", + "kavlan-3": "192.168.228.9", + "kavlan-4": "10.32.4.9", + "kavlan-5": "10.32.68.9", + "kavlan-6": "10.32.132.9", + "kavlan-7": "10.32.196.9", + "kavlan-8": "10.33.4.9", + "kavlan-9": "10.33.68.9" + } + }, + "kavlan6": { + "eth0": { + "kavlan-1": "2001:660:4406:880:3::9", + "kavlan-11": "2001:660:4406:1a0:803::9", + "kavlan-12": "2001:660:4406:2a0:803::9", + "kavlan-13": "2001:660:4406:4a0:803::9", + "kavlan-14": "2001:660:4406:5a0:803::9", + "kavlan-16": "2001:660:4406:7a0:803::9", + "kavlan-17": "2001:660:4406:9a0:803::9", + "kavlan-18": "2001:660:4406:8a0:803::9", + "kavlan-2": "2001:660:4406:881:3::9", + "kavlan-20": "2001:660:4406:3a0:803::9", + "kavlan-21": "2001:660:4406:6a0:803::9", + "kavlan-3": "2001:660:4406:882:3::9", + "kavlan-4": "2001:660:4406:890:3::9", + "kavlan-5": "2001:660:4406:891:3::9", + "kavlan-6": "2001:660:4406:892:3::9", + "kavlan-7": "2001:660:4406:893:3::9", + "kavlan-8": "2001:660:4406:894:3::9", + "kavlan-9": "2001:660:4406:895:3::9" + } + }, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.130.9", + "ip6": "2001:660:4406:800:3::9", + "kavlan": true, + "mac": "e0:db:55:fd:39:69", + "management": false, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "mercantour1-9.sophia.grid5000.fr", + "rate": 10000000000, + "switch": "sw-3", + "switch_port": "1/1/42" + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.130.9", + "kavlan": false, + "mac": "e0:db:55:fd:39:6b", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "mercantour1-9-bmc.sophia.grid5000.fr" + } + ], + "nodeset": "mercantour1", + "operating_system": { + "cstate_driver": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 22400000000, + "node_flops": 1612800000000 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 2800000000, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Ivy Bridge", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2025032008", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 604800, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "mercantour1-9" +} \ No newline at end of file diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml new file mode 100644 index 00000000000..8c9d36f9ebc --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml @@ -0,0 +1,41 @@ +--- +model: Dell PowerEdge C6220 II +created_at: 2014-04-25 +kavlan: true +boot_type: bios +exotic: false +queues: + - admin + - testing +nodes: + mercantour1-[1-16]: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + supported_job_types: + deploy: true + besteffort: true + max_walltime: 604800 + processor: + microarchitecture: Ivy Bridge + clock_speed: 2800000000 + network_adapters: + bmc: + interface: Ethernet + enabled: true + mountable: false + mounted: false + eth0: + enabled: true + mountable: true + mounted: true + storage_devices: + disk0: # This field will have to be renamed later. + id: disk0 + interface: SAS + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + software: + standard-environment: debian11-x64-std + management_tools: + bmc_vendor_tool: ipmitool + nodeset: mercantour1 diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_metrics.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_metrics.yaml new file mode 100644 index 00000000000..3c11d0073c1 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_metrics.yaml @@ -0,0 +1,42 @@ +--- +metrics: + + - name: prom_default_metrics + description: Default subset of metrics from Prometheus Node Exporter + period: 0 + optional_period: 15000 + source: + protocol: prometheus + port: 9100 + id: + - node_boot_time_seconds + - node_cpu_scaling_frequency_hertz + - node_cpu_seconds_total + - node_filesystem_free_bytes + - node_filesystem_size_bytes + - node_load1 + - node_load15 + - node_load5 + - node_memory_Buffers_bytes + - node_memory_Cached_bytes + - node_memory_MemAvailable_bytes + - node_memory_MemFree_bytes + - node_memory_MemTotal_bytes + - node_memory_Shmem_bytes + - node_memory_SwapFree_bytes + - node_memory_SwapTotal_bytes + - node_network_receive_bytes_total + - node_network_receive_packets_total + - node_network_transmit_bytes_total + - node_network_transmit_packets_total + - node_procs_blocked + - node_procs_running + - kwollect_custom + + - name: prom_all_metrics + description: All metrics from Prometheus Node Exporter + period: 0 + optional_period: 15000 + source: + protocol: prometheus + port: 9100 diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb b/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb new file mode 100644 index 00000000000..07f5d104ccb --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb @@ -0,0 +1,110 @@ +<% + # File generated by 'rake mass:create SRC=./doc/sophia-clusters-mass-create.csv + # If changes are needed, it might be better to edit the source data and regenerate using 'rake mass:create' + + cluster_name = "mercantour1" + nodes_number = 16 # Size of the cluster (number of nodes) + # MAC addresses declaration + mac_eth0_list = %w( +e0:db:55:fd:3a:47 +e0:db:55:fd:3a:2f +e0:db:55:fd:39:96 +e0:db:55:fd:39:e7 +e0:db:55:fd:38:5e +e0:db:55:fd:3a:20 +e0:db:55:fd:39:87 +e0:db:55:fd:3a:02 +e0:db:55:fd:39:69 +e0:db:55:fd:39:d5 +e0:db:55:fd:38:d9 +e0:db:55:fd:38:7f +e0:db:55:fd:2f:d0 +e0:db:55:fd:39:81 +34:17:eb:e7:25:01 +e0:db:55:fd:39:ab + ) + mac_bmc_list = %w( +e0:db:55:fd:3a:49 +e0:db:55:fd:3a:31 +e0:db:55:fd:39:98 +e0:db:55:fd:39:e9 +e0:db:55:fd:38:60 +e0:db:55:fd:3a:22 +e0:db:55:fd:39:89 +e0:db:55:fd:3a:04 +e0:db:55:fd:39:6b +e0:db:55:fd:39:d7 +e0:db:55:fd:38:db +e0:db:55:fd:38:81 +e0:db:55:fd:2f:d2 +e0:db:55:fd:39:83 +34:17:eb:e7:25:03 +e0:db:55:fd:39:ad + ) +%> +--- +nodes: +<% (1..nodes_number).each { |i| %> + <%= cluster_name %>-<%= i %>: + architecture: + nb_procs: 1 # Fake data, will be replaced by g5k-checks + nb_cores: 72 # Fake data, will be replaced by g5k-checks + nb_threads: 72 # Fake data, will be replaced by g5k-checks + platform_type: x86_64 # Fake data, will be replaced by g5k-checks + cpu_core_numbering: contiguous # Fake data, will be replaced by g5k-checks + bios: + release_date: 01/01/2000 # Fake date, will be replaced by g5k-checks + vendor: Unknown # Fake vendor, will be replaced by g5k-checks + version: 1 # Fake version, will be replaced by g5k-checks + bmc_version: v1 # Fake version, will be replaced by g5k-checks + chassis: + manufacturer: Unknown # Fake manufacturer, will be replaced by g5k-checks + name: Unknown # Fake name, will be replaced by g5k-checks + main_memory: + ram_size: 8 # Fake size, will be replaced by g5k-checks + memory_devices: + dimm: + size: 8 # Fake size, will be replaced by g5k-checks + technology: dram # Common memory technology, will be replaced by g5k-checks + processor: + model: Unknown # Fake model name, will be replaced by g5k-checks + other_description: description # Fake description, will be replaced by g5k-checks + vendor: vendor # Fake vendor, will be replaced by g5k-checks + version: vendor # Fake version, will be replaced by g5k-checks + cache_l1d: 8 # Fake cache, will be replaced by g5k-checks + cache_l1i: 8 # Fake cache, will be replaced by g5k-checks + cache_l2: 8 # Fake cache, will be replaced by g5k-checks + cache_l3: 8 # Fake cache, will be replaced by g5k-checks + instruction_set: x86-64 # Common instruction set, will be replaced by g5k-checks + microcode: "0xd000001" # Fake microcode, will be replaced by g5k-checks + ht_capable: true # Default ht capable value, will be replaced by g5k-checks + main_memory: + ram_size: 8 # Fake ram size, will be replaced by g5k-checks + memory_devices: + dimm_proc 1 dimm 1: # Fake dimm name, will be replaced by g5k-checks + size: 8 # Fake dimm size, will be replaced by g5k-checks + technology: dram # Default dimm technology, will be replaced by g5k-checks + operating_system: + cstate_driver: unknown # Fake driver, will be replaced by g5k-checks + cstate_governor: unknown # Fake governor, will be replaced by g5k-checks + ht_enabled: true # common value for hyper threading, will be replaced by g5k-checks + pstate_driver: unknwon # Fake driver, will be replaced by g5k-checks + pstate_governor: unknown # Fake driver, will be replaced by g5k-checks + turboboost_enabled: true # Default value for turboboost, will be replaced by g5k-checks + network_adapters: + bmc: + management: true + mac: <%= mac_bmc_list[i - 1] %> + eth0: + interface: Ethernet + management: false + driver: mlx_core # Fake data, will be replaced by g5k-checks + name: enp1s0f0np0 # Fake data, will be replaced by g5k-checks + rate: 10000000000 # Fake data, will be replaced by g5k-checks + mac: <%= mac_eth0_list[i - 1] %> + storage_devices: + disk0: + storage: SSD # Fake data, will be replaced by g5k-checks + model: unknown # Fake data, will be replaced by g5k-checks + size: 8 # Fake data, will be replaced by g5k-checks +<% } %> diff --git a/lib/refrepo/net_names_mapping.yaml b/lib/refrepo/net_names_mapping.yaml index 96dc7708686..2b937725030 100644 --- a/lib/refrepo/net_names_mapping.yaml +++ b/lib/refrepo/net_names_mapping.yaml @@ -237,6 +237,10 @@ kinovis: enp1s0f0np0: eth0 ens15f1np1: eth1 ens4np0: eth2 +mercantour1: + enp1s0f0np0: eth0 + eno2: eth1 + ibp130s0: ib0 mercantour2: enp1s0f0np0: eth0 eno2: eth1 -- GitLab From 0c0774438829eab2f7022250478f658c387047e9 Mon Sep 17 00:00:00 2001 From: Nathan Paulin <nathan.paulin@inria.fr> Date: Fri, 11 Apr 2025 12:36:00 +0200 Subject: [PATCH 2/2] [sophia][mercantour1] Add to testing queue --- .../clusters/mercantour1/mercantour1.json | 2 +- .../mercantour1/nodes/mercantour1-1.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-10.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-11.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-12.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-13.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-14.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-15.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-16.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-2.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-3.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-4.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-5.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-6.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-7.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-8.json | 200 ++++++++++++++---- .../mercantour1/nodes/mercantour1-9.json | 200 ++++++++++++++---- input/grid5000/dell-product-data.yaml | 66 ++++++ input/grid5000/disks.yaml | 2 + input/grid5000/ipv4.yaml | 1 + .../clusters/mercantour1/mercantour1.yaml | 14 +- .../clusters/mercantour1/mercantour1_ib.yaml | 9 + .../clusters/mercantour1/nodes.yaml.erb | 110 ---------- .../mercantour1/nodes/mercantour1-1.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-10.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-11.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-12.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-13.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-14.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-15.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-16.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-2.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-3.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-4.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-5.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-6.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-7.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-8.yaml | 139 ++++++++++++ .../mercantour1/nodes/mercantour1-9.yaml | 139 ++++++++++++ lib/refrepo/valid/data/homogeneity.yaml.erb | 8 + 40 files changed, 4878 insertions(+), 758 deletions(-) create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_ib.yaml delete mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.yaml create mode 100644 input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.yaml diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json b/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json index 1cb5c27e6d5..a608617401b 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/mercantour1.json @@ -53,7 +53,7 @@ ], "model": "Dell PowerEdge C6220 II", "nodes_count": 16, - "nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 10Gb Ethernet", + "nodes_description": "2 CPUs Intel Xeon E5-2680 v2, 10 cores/CPU, 192GB RAM, 1863GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand", "priority": 201404, "queues": [ "admin", diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json index 929a79147e8..4ccdbc476e0 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "B46M212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.1", "ip6": "2001:660:4406:800:3::1", "kavlan": true, "mac": "e0:db:55:fd:3a:47", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-1.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/38" + "switch_port": "1/1/38", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:3a:48", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a06b1", + "interface": "InfiniBand", + "ip": "172.18.130.1", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:06:b1", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-1-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663a3f66", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-1" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json index 78065dd8771..d9b4551a32b 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "9F6L212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.10", "ip6": "2001:660:4406:800:3::a", "kavlan": true, "mac": "e0:db:55:fd:39:d5", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-10.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/41" + "switch_port": "1/1/41", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:d6", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003df981", + "interface": "InfiniBand", + "ip": "172.18.130.10", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:f9:81", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-10-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c5006630c6f6", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-10" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json index d74c89f3fdd..c5e00fc9da1 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "DF6L212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.11", "ip6": "2001:660:4406:800:3::b", "kavlan": true, "mac": "e0:db:55:fd:38:d9", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-11.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/5" + "switch_port": "1/1/5", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:38:da", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003dfa61", + "interface": "InfiniBand", + "ip": "172.18.130.11", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:fa:61", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-11-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c5006630fa8c", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-11" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json index 77b2f06cd80..b25fed63e48 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "CF6L212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.12", "ip6": "2001:660:4406:800:3::c", "kavlan": true, "mac": "e0:db:55:fd:38:7f", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-12.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/6" + "switch_port": "1/1/6", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:38:80", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003df991", + "interface": "InfiniBand", + "ip": "172.18.130.12", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:f9:91", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-12-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500665db099", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-12" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json index 8f89d859adc..a755b28b077 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "296N212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.13", "ip6": "2001:660:4406:800:3::d", "kavlan": true, "mac": "e0:db:55:fd:2f:d0", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-13.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/44" + "switch_port": "1/1/44", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:2f:d1", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003dfa31", + "interface": "InfiniBand", + "ip": "172.18.130.13", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:fa:31", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-13-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663be04b", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-13" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json index e002e525573..b5f235e405e 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "3J6R212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.14", "ip6": "2001:660:4406:800:3::e", "kavlan": true, "mac": "e0:db:55:fd:39:81", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-14.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/43" + "switch_port": "1/1/43", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:82", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003dfa21", + "interface": "InfiniBand", + "ip": "172.18.130.14", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:fa:21", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-14-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663ba22e", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-14" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json index dfe2e055dc4..358c7017f1c 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "10/09/2014", + "vendor": "Dell Inc.", + "version": "2.6.0" }, - "bmc_version": "v1", + "bmc_version": "2.57", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "6J6R212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.15", "ip6": "2001:660:4406:800:3::f", "kavlan": true, "mac": "34:17:eb:e7:25:01", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-15.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/3" + "switch_port": "1/1/3", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "34:17:eb:e7:25:02", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003dfa71", + "interface": "InfiniBand", + "ip": "172.18.130.15", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:fa:71", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-15-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663a24f5", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-15" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json index cd1dbf8fcb5..42f7987b413 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "7J6Q212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.16", "ip6": "2001:660:4406:800:3::10", "kavlan": true, "mac": "e0:db:55:fd:39:ab", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-16.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/4" + "switch_port": "1/1/4", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:ac", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003df951", + "interface": "InfiniBand", + "ip": "172.18.130.16", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:f9:51", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-16-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c5006634c66c", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-16" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json index d8109f9a9de..3d6d41c6538 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "546L212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.2", "ip6": "2001:660:4406:800:3::2", "kavlan": true, "mac": "e0:db:55:fd:3a:2f", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-2.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/37" + "switch_port": "1/1/37", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:3a:30", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a0041", + "interface": "InfiniBand", + "ip": "172.18.130.2", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:00:41", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-2-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663a407a", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-2" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json index 3e1f45ca3fd..3aef02b2c7f 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "F46M212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.3", "ip6": "2001:660:4406:800:3::3", "kavlan": true, "mac": "e0:db:55:fd:39:96", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-3.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/9" + "switch_port": "1/1/9", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:97", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003df971", + "interface": "InfiniBand", + "ip": "172.18.130.3", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:f9:71", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-3-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c50066279bef", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-3" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json index f471b26ec49..38410e2e3b5 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "D46K212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.4", "ip6": "2001:660:4406:800:3::4", "kavlan": true, "mac": "e0:db:55:fd:39:e7", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-4.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/10" + "switch_port": "1/1/10", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:e8", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003dfa91", + "interface": "InfiniBand", + "ip": "172.18.130.4", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:fa:91", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-4-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663b9ecc", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-4" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json index 3ce1f703c42..c442ca08e4c 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "B66N212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.5", "ip6": "2001:660:4406:800:3::5", "kavlan": true, "mac": "e0:db:55:fd:38:5e", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-5.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/40" + "switch_port": "1/1/40", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:38:5f", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a0031", + "interface": "InfiniBand", + "ip": "172.18.130.5", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:00:31", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-5-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663bd236", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-5" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json index e9fcd7fb19d..69f5882d46c 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "266N212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.6", "ip6": "2001:660:4406:800:3::6", "kavlan": true, "mac": "e0:db:55:fd:3a:20", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-6.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/39" + "switch_port": "1/1/39", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:3a:21", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a05c1", + "interface": "InfiniBand", + "ip": "172.18.130.6", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:05:c1", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-6-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x500003956bc00d61", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "FL1D", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "TOSHIBA MG03ACA2", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Toshiba" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-6" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json index 3259c89975d..d4cbc9619b1 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "666N212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.7", "ip6": "2001:660:4406:800:3::7", "kavlan": true, "mac": "e0:db:55:fd:39:87", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-7.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/7" + "switch_port": "1/1/7", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:88", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a0551", + "interface": "InfiniBand", + "ip": "172.18.130.7", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:05:51", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-7-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663ba3db", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-7" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json index a7e1385d576..4635d99cb62 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "766N212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.8", "ip6": "2001:660:4406:800:3::8", "kavlan": true, "mac": "e0:db:55:fd:3a:02", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-8.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/8" + "switch_port": "1/1/8", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:3a:03", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403002a0141", + "interface": "InfiniBand", + "ip": "172.18.130.8", + "kavlan": false, + "mac": "f4:52:14:03:00:2a:01:41", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-8-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663a46e7", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-8" diff --git a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json index fc9209f35fe..0127718f722 100644 --- a/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json +++ b/data/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.json @@ -1,21 +1,22 @@ { "architecture": { - "cpu_core_numbering": "contiguous", - "nb_cores": 72, - "nb_procs": 1, - "nb_threads": 72, + "cpu_core_numbering": "contiguous-including-threads", + "nb_cores": 20, + "nb_procs": 2, + "nb_threads": 20, "platform_type": "x86_64" }, "bios": { - "release_date": "01/01/2000", - "vendor": "Unknown", - "version": 1 + "release_date": "01/02/2014", + "vendor": "Dell Inc.", + "version": "2.3.1" }, - "bmc_version": "v1", + "bmc_version": "2.29", "chassis": { "manufactured_at": "2014-04-25", - "manufacturer": "Unknown", - "name": "Unknown", + "manufacturer": "Dell Inc.", + "name": "PowerEdge C6220 II", + "serial": "7F6K212", "warranty_end": "2019-04-25" }, "exotic": false, @@ -64,7 +65,7 @@ } }, "main_memory": { - "ram_size": 8 + "ram_size": 206158430208 }, "management_tools": { "bmc_vendor_tool": "ipmitool", @@ -74,29 +75,146 @@ }, "memory_devices": [ { - "device": "dimm_proc 1 dimm 1", - "size": 8, + "device": "dimm_a1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_a5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_a8", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b1", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b2", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b3", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b4", + "size": 17179869184, + "technology": "dram" + }, + { + "device": "dimm_b5", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b6", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b7", + "size": 8589934592, + "technology": "dram" + }, + { + "device": "dimm_b8", + "size": 8589934592, "technology": "dram" } ], "network_adapters": [ { "device": "eth0", - "driver": "mlx_core", + "driver": "igb", "enabled": true, + "firmware_version": "1.57.0", "interface": "Ethernet", "ip": "172.16.130.9", "ip6": "2001:660:4406:800:3::9", "kavlan": true, "mac": "e0:db:55:fd:39:69", "management": false, + "model": "I350 Gigabit Network Connection", "mountable": true, "mounted": true, "name": "enp1s0f0np0", "network_address": "mercantour1-9.sophia.grid5000.fr", - "rate": 10000000000, + "rate": 1000000000, + "sriov": true, + "sriov_totalvfs": 7, "switch": "sw-3", - "switch_port": "1/1/42" + "switch_port": "1/1/42", + "vendor": "Intel" + }, + { + "device": "eth1", + "driver": "igb", + "enabled": false, + "firmware_version": "1.57.0", + "interface": "Ethernet", + "kavlan": false, + "mac": "e0:db:55:fd:39:6a", + "management": false, + "model": "I350 Gigabit Network Connection", + "mountable": false, + "mounted": false, + "name": "eno2", + "sriov": true, + "sriov_totalvfs": 7, + "vendor": "Intel" + }, + { + "device": "ib0", + "driver": "mlx4_core", + "enabled": true, + "firmware_version": "2.11.1250", + "guid": "0xf4521403003df931", + "interface": "InfiniBand", + "ip": "172.18.130.9", + "kavlan": false, + "mac": "f4:52:14:03:00:3d:f9:31", + "management": false, + "model": "MT27500 Family [ConnectX-3]", + "mountable": true, + "mounted": true, + "name": "ib0", + "netmask": "255.255.240.0", + "network_address": "mercantour1-9-ib0.sophia.grid5000.fr", + "rate": 40000000000, + "vendor": "Mellanox Technologies" }, { "device": "bmc", @@ -113,59 +231,61 @@ ], "nodeset": "mercantour1", "operating_system": { - "cstate_driver": "unknown", - "cstate_governor": "unknown", - "ht_enabled": true, - "pstate_driver": "unknwon", - "pstate_governor": "unknown", + "cstate_driver": "intel_idle", + "cstate_governor": "menu", + "ht_enabled": false, + "pstate_driver": "intel_cpufreq", + "pstate_governor": "performance", "turboboost_enabled": true }, "performance": { "core_flops": 22400000000, - "node_flops": 1612800000000 + "node_flops": 448000000000 }, "processor": { "cache_l1": null, - "cache_l1d": 8, - "cache_l1i": 8, - "cache_l2": 8, - "cache_l3": 8, + "cache_l1d": 32768, + "cache_l1i": 32768, + "cache_l2": 262144, + "cache_l3": 26214400, "clock_speed": 2800000000, "ht_capable": true, "instruction_set": "x86-64", "microarchitecture": "Ivy Bridge", - "microcode": "0xd000001", - "model": "Unknown", - "other_description": "description", - "vendor": "vendor", - "version": "vendor" + "microcode": "0x42e", + "model": "Intel Xeon", + "other_description": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz", + "vendor": "Intel", + "version": "E5-2680 v2" }, "redfish": true, "software": { "forced-deployment-timestamp": 202007300948, - "postinstall-version": "1.2025032008", + "postinstall-version": "1.2025042314", "standard-environment": "debian11-x64-std" }, "storage_devices": [ { - "by_id": "", + "by_id": "/dev/disk/by-id/wwn-0x5000c500663b92d9", "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1", + "firmware_version": "GA0A", "id": "disk0", - "interface": "SAS", - "model": "unknown", - "size": 8, - "storage": "SSD", - "vendor": "Unknown" + "interface": "SATA", + "model": "ST2000NM0033-9ZM", + "size": 2000398934016, + "storage": "HDD", + "vendor": "Seagate" } ], "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 604800, + "max_walltime": 0, "queues": [ "admin", "testing" - ] + ], + "virtual": "ivt" }, "type": "node", "uid": "mercantour1-9" diff --git a/input/grid5000/dell-product-data.yaml b/input/grid5000/dell-product-data.yaml index 499e08d66a9..d6a8fc80d47 100644 --- a/input/grid5000/dell-product-data.yaml +++ b/input/grid5000/dell-product-data.yaml @@ -2342,6 +2342,72 @@ sites: chassis: manufactured_at: 2017-05-23 warranty_end: 2022-05-23 + mercantour1: + nodes: + mercantour1-1: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-10: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-11: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-12: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-13: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-14: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-15: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-16: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-2: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-3: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-4: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-5: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-6: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-7: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-8: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 + mercantour1-9: + chassis: + manufactured_at: 2014-04-25 + warranty_end: 2019-04-25 mercantour2: nodes: mercantour2-1: diff --git a/input/grid5000/disks.yaml b/input/grid5000/disks.yaml index 95118476df2..89e187a9339 100644 --- a/input/grid5000/disks.yaml +++ b/input/grid5000/disks.yaml @@ -133,12 +133,14 @@ disk_vendor_model_mapping: - ST1000NX0313 - ST1000NX0423 - ST1000NX0443 + - ST2000NM0033-9ZM - ST4000NM0265-2DC - ST4000NM018B-2TF Toshiba: - TOSHIBA MG04ACA4 - TOSHIBA MG08ADA4 - TOSHIBA MG03ACA1 + - TOSHIBA MG03ACA2 Western Digital: - WDC WD2502ABYS-1 - WDC WD2003FYYS-1 diff --git a/input/grid5000/ipv4.yaml b/input/grid5000/ipv4.yaml index 6616350c5f0..a0637d93de5 100644 --- a/input/grid5000/ipv4.yaml +++ b/input/grid5000/ipv4.yaml @@ -149,6 +149,7 @@ ipv4: rennes roazhon13 eth0 0 0 14 44 rennes roazhon14 eth0 0 0 14 52 sophia mercantour1 eth0 0 0 2 0 + sophia mercantour1 ib0 0 0 2 0 sophia mercantour2 eth0 0 0 2 16 sophia mercantour2 ib0 0 0 2 16 sophia mercantour3 eth0 0 0 2 24 diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml index 8c9d36f9ebc..5a137b58ec8 100644 --- a/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml +++ b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1.yaml @@ -9,13 +9,10 @@ queues: - testing nodes: mercantour1-[1-16]: - chassis: - manufactured_at: 2014-04-25 - warranty_end: 2019-04-25 supported_job_types: deploy: true besteffort: true - max_walltime: 604800 + max_walltime: 0 processor: microarchitecture: Ivy Bridge clock_speed: 2800000000 @@ -29,11 +26,14 @@ nodes: enabled: true mountable: true mounted: true + eth1: + enabled: false + mountable: false + mounted: false storage_devices: - disk0: # This field will have to be renamed later. + pci-0000:00:1f.2-ata-1: id: disk0 - interface: SAS - by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + interface: SATA software: standard-environment: debian11-x64-std management_tools: diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_ib.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_ib.yaml new file mode 100644 index 00000000000..c5f924816fe --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/mercantour1_ib.yaml @@ -0,0 +1,9 @@ +--- +nodes: + mercantour1-[1-16]: + network_adapters: + ib0: + enabled: true + mountable: true + mounted: true + netmask: 255.255.240.0 \ No newline at end of file diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb b/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb deleted file mode 100644 index 07f5d104ccb..00000000000 --- a/input/grid5000/sites/sophia/clusters/mercantour1/nodes.yaml.erb +++ /dev/null @@ -1,110 +0,0 @@ -<% - # File generated by 'rake mass:create SRC=./doc/sophia-clusters-mass-create.csv - # If changes are needed, it might be better to edit the source data and regenerate using 'rake mass:create' - - cluster_name = "mercantour1" - nodes_number = 16 # Size of the cluster (number of nodes) - # MAC addresses declaration - mac_eth0_list = %w( -e0:db:55:fd:3a:47 -e0:db:55:fd:3a:2f -e0:db:55:fd:39:96 -e0:db:55:fd:39:e7 -e0:db:55:fd:38:5e -e0:db:55:fd:3a:20 -e0:db:55:fd:39:87 -e0:db:55:fd:3a:02 -e0:db:55:fd:39:69 -e0:db:55:fd:39:d5 -e0:db:55:fd:38:d9 -e0:db:55:fd:38:7f -e0:db:55:fd:2f:d0 -e0:db:55:fd:39:81 -34:17:eb:e7:25:01 -e0:db:55:fd:39:ab - ) - mac_bmc_list = %w( -e0:db:55:fd:3a:49 -e0:db:55:fd:3a:31 -e0:db:55:fd:39:98 -e0:db:55:fd:39:e9 -e0:db:55:fd:38:60 -e0:db:55:fd:3a:22 -e0:db:55:fd:39:89 -e0:db:55:fd:3a:04 -e0:db:55:fd:39:6b -e0:db:55:fd:39:d7 -e0:db:55:fd:38:db -e0:db:55:fd:38:81 -e0:db:55:fd:2f:d2 -e0:db:55:fd:39:83 -34:17:eb:e7:25:03 -e0:db:55:fd:39:ad - ) -%> ---- -nodes: -<% (1..nodes_number).each { |i| %> - <%= cluster_name %>-<%= i %>: - architecture: - nb_procs: 1 # Fake data, will be replaced by g5k-checks - nb_cores: 72 # Fake data, will be replaced by g5k-checks - nb_threads: 72 # Fake data, will be replaced by g5k-checks - platform_type: x86_64 # Fake data, will be replaced by g5k-checks - cpu_core_numbering: contiguous # Fake data, will be replaced by g5k-checks - bios: - release_date: 01/01/2000 # Fake date, will be replaced by g5k-checks - vendor: Unknown # Fake vendor, will be replaced by g5k-checks - version: 1 # Fake version, will be replaced by g5k-checks - bmc_version: v1 # Fake version, will be replaced by g5k-checks - chassis: - manufacturer: Unknown # Fake manufacturer, will be replaced by g5k-checks - name: Unknown # Fake name, will be replaced by g5k-checks - main_memory: - ram_size: 8 # Fake size, will be replaced by g5k-checks - memory_devices: - dimm: - size: 8 # Fake size, will be replaced by g5k-checks - technology: dram # Common memory technology, will be replaced by g5k-checks - processor: - model: Unknown # Fake model name, will be replaced by g5k-checks - other_description: description # Fake description, will be replaced by g5k-checks - vendor: vendor # Fake vendor, will be replaced by g5k-checks - version: vendor # Fake version, will be replaced by g5k-checks - cache_l1d: 8 # Fake cache, will be replaced by g5k-checks - cache_l1i: 8 # Fake cache, will be replaced by g5k-checks - cache_l2: 8 # Fake cache, will be replaced by g5k-checks - cache_l3: 8 # Fake cache, will be replaced by g5k-checks - instruction_set: x86-64 # Common instruction set, will be replaced by g5k-checks - microcode: "0xd000001" # Fake microcode, will be replaced by g5k-checks - ht_capable: true # Default ht capable value, will be replaced by g5k-checks - main_memory: - ram_size: 8 # Fake ram size, will be replaced by g5k-checks - memory_devices: - dimm_proc 1 dimm 1: # Fake dimm name, will be replaced by g5k-checks - size: 8 # Fake dimm size, will be replaced by g5k-checks - technology: dram # Default dimm technology, will be replaced by g5k-checks - operating_system: - cstate_driver: unknown # Fake driver, will be replaced by g5k-checks - cstate_governor: unknown # Fake governor, will be replaced by g5k-checks - ht_enabled: true # common value for hyper threading, will be replaced by g5k-checks - pstate_driver: unknwon # Fake driver, will be replaced by g5k-checks - pstate_governor: unknown # Fake driver, will be replaced by g5k-checks - turboboost_enabled: true # Default value for turboboost, will be replaced by g5k-checks - network_adapters: - bmc: - management: true - mac: <%= mac_bmc_list[i - 1] %> - eth0: - interface: Ethernet - management: false - driver: mlx_core # Fake data, will be replaced by g5k-checks - name: enp1s0f0np0 # Fake data, will be replaced by g5k-checks - rate: 10000000000 # Fake data, will be replaced by g5k-checks - mac: <%= mac_eth0_list[i - 1] %> - storage_devices: - disk0: - storage: SSD # Fake data, will be replaced by g5k-checks - model: unknown # Fake data, will be replaced by g5k-checks - size: 8 # Fake data, will be replaced by g5k-checks -<% } %> diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.yaml new file mode 100644 index 00000000000..91af02220f5 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-1.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-1: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: B46M212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.1 + mac: e0:db:55:fd:3a:49 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.1 + mac: e0:db:55:fd:3a:47 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:3a:48 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a06b1' + interface: InfiniBand + ip: 172.18.130.1 + mac: f4:52:14:03:00:2a:06:b1 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663a3f66" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.yaml new file mode 100644 index 00000000000..18adc727bdb --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-10.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-10: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 9F6L212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.10 + mac: e0:db:55:fd:39:d7 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.10 + mac: e0:db:55:fd:39:d5 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:d6 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003df981' + interface: InfiniBand + ip: 172.18.130.10 + mac: f4:52:14:03:00:3d:f9:81 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c5006630c6f6" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.yaml new file mode 100644 index 00000000000..b287f82861a --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-11.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-11: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: DF6L212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.11 + mac: e0:db:55:fd:38:db + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.11 + mac: e0:db:55:fd:38:d9 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:38:da + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003dfa61' + interface: InfiniBand + ip: 172.18.130.11 + mac: f4:52:14:03:00:3d:fa:61 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c5006630fa8c" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.yaml new file mode 100644 index 00000000000..15e0eeb5b19 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-12.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-12: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: CF6L212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.12 + mac: e0:db:55:fd:38:81 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.12 + mac: e0:db:55:fd:38:7f + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:38:80 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003df991' + interface: InfiniBand + ip: 172.18.130.12 + mac: f4:52:14:03:00:3d:f9:91 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500665db099" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.yaml new file mode 100644 index 00000000000..39eee48eaf1 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-13.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-13: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 296N212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.13 + mac: e0:db:55:fd:2f:d2 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.13 + mac: e0:db:55:fd:2f:d0 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:2f:d1 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003dfa31' + interface: InfiniBand + ip: 172.18.130.13 + mac: f4:52:14:03:00:3d:fa:31 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663be04b" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.yaml new file mode 100644 index 00000000000..d88fb6e7aff --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-14.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-14: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 3J6R212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.14 + mac: e0:db:55:fd:39:83 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.14 + mac: e0:db:55:fd:39:81 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:82 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003dfa21' + interface: InfiniBand + ip: 172.18.130.14 + mac: f4:52:14:03:00:3d:fa:21 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663ba22e" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.yaml new file mode 100644 index 00000000000..ee5e2330964 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-15.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-15: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 10/09/2014 + vendor: Dell Inc. + version: 2.6.0 + bmc_version: '2.57' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 6J6R212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.15 + mac: 34:17:eb:e7:25:03 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.15 + mac: 34:17:eb:e7:25:01 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: 34:17:eb:e7:25:02 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003dfa71' + interface: InfiniBand + ip: 172.18.130.15 + mac: f4:52:14:03:00:3d:fa:71 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663a24f5" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.yaml new file mode 100644 index 00000000000..09ed7c8c3b8 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-16.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-16: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 7J6Q212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.16 + mac: e0:db:55:fd:39:ad + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.16 + mac: e0:db:55:fd:39:ab + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:ac + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003df951' + interface: InfiniBand + ip: 172.18.130.16 + mac: f4:52:14:03:00:3d:f9:51 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c5006634c66c" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.yaml new file mode 100644 index 00000000000..8cecd4b41c4 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-2.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-2: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 546L212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.2 + mac: e0:db:55:fd:3a:31 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.2 + mac: e0:db:55:fd:3a:2f + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:3a:30 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a0041' + interface: InfiniBand + ip: 172.18.130.2 + mac: f4:52:14:03:00:2a:00:41 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663a407a" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.yaml new file mode 100644 index 00000000000..6f18172485f --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-3.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-3: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: F46M212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.3 + mac: e0:db:55:fd:39:98 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.3 + mac: e0:db:55:fd:39:96 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:97 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003df971' + interface: InfiniBand + ip: 172.18.130.3 + mac: f4:52:14:03:00:3d:f9:71 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c50066279bef" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.yaml new file mode 100644 index 00000000000..06a0c11ffa8 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-4.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-4: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: D46K212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.4 + mac: e0:db:55:fd:39:e9 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.4 + mac: e0:db:55:fd:39:e7 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:e8 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003dfa91' + interface: InfiniBand + ip: 172.18.130.4 + mac: f4:52:14:03:00:3d:fa:91 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663b9ecc" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.yaml new file mode 100644 index 00000000000..0350943affc --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-5.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-5: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: B66N212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.5 + mac: e0:db:55:fd:38:60 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.5 + mac: e0:db:55:fd:38:5e + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:38:5f + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a0031' + interface: InfiniBand + ip: 172.18.130.5 + mac: f4:52:14:03:00:2a:00:31 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663bd236" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.yaml new file mode 100644 index 00000000000..fe79c484ed1 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-6.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-6: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 266N212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.6 + mac: e0:db:55:fd:3a:22 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.6 + mac: e0:db:55:fd:3a:20 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:3a:21 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a05c1' + interface: InfiniBand + ip: 172.18.130.6 + mac: f4:52:14:03:00:2a:05:c1 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x500003956bc00d61" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: FL1D + model: TOSHIBA MG03ACA2 + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.yaml new file mode 100644 index 00000000000..c352c16bafc --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-7.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-7: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 666N212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.7 + mac: e0:db:55:fd:39:89 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.7 + mac: e0:db:55:fd:39:87 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:88 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a0551' + interface: InfiniBand + ip: 172.18.130.7 + mac: f4:52:14:03:00:2a:05:51 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663ba3db" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.yaml new file mode 100644 index 00000000000..93e1cbddc3b --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-8.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-8: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 766N212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.8 + mac: e0:db:55:fd:3a:04 + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.8 + mac: e0:db:55:fd:3a:02 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:3a:03 + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403002a0141' + interface: InfiniBand + ip: 172.18.130.8 + mac: f4:52:14:03:00:2a:01:41 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663a46e7" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.yaml b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.yaml new file mode 100644 index 00000000000..b0068c197c7 --- /dev/null +++ b/input/grid5000/sites/sophia/clusters/mercantour1/nodes/mercantour1-9.yaml @@ -0,0 +1,139 @@ +# Generated by g5k-checks (g5k-checks -m api) +--- +mercantour1-9: + architecture: + cpu_core_numbering: contiguous-including-threads + nb_cores: 20 + nb_procs: 2 + nb_threads: 20 + platform_type: x86_64 + bios: + release_date: 01/02/2014 + vendor: Dell Inc. + version: 2.3.1 + bmc_version: '2.29' + chassis: + manufacturer: Dell Inc. + name: PowerEdge C6220 II + serial: 7F6K212 + main_memory: + ram_size: 206158430208 + memory_devices: + dimm_a1: + size: 17179869184 + technology: dram + dimm_a2: + size: 17179869184 + technology: dram + dimm_a3: + size: 17179869184 + technology: dram + dimm_a4: + size: 17179869184 + technology: dram + dimm_a5: + size: 8589934592 + technology: dram + dimm_a6: + size: 8589934592 + technology: dram + dimm_a7: + size: 8589934592 + technology: dram + dimm_a8: + size: 8589934592 + technology: dram + dimm_b1: + size: 17179869184 + technology: dram + dimm_b2: + size: 17179869184 + technology: dram + dimm_b3: + size: 17179869184 + technology: dram + dimm_b4: + size: 17179869184 + technology: dram + dimm_b5: + size: 8589934592 + technology: dram + dimm_b6: + size: 8589934592 + technology: dram + dimm_b7: + size: 8589934592 + technology: dram + dimm_b8: + size: 8589934592 + technology: dram + network_adapters: + bmc: + ip: 172.17.130.9 + mac: e0:db:55:fd:39:6b + management: true + eth0: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + ip: 172.16.130.9 + mac: e0:db:55:fd:39:69 + management: false + model: I350 Gigabit Network Connection + name: enp1s0f0np0 + rate: 1000000000 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + eth1: + driver: igb + firmware_version: 1.57.0 + interface: Ethernet + mac: e0:db:55:fd:39:6a + management: false + model: I350 Gigabit Network Connection + name: eno2 + sriov: true + sriov_totalvfs: 7 + vendor: Intel + ib0: + driver: mlx4_core + firmware_version: 2.11.1250 + guid: '0xf4521403003df931' + interface: InfiniBand + ip: 172.18.130.9 + mac: f4:52:14:03:00:3d:f9:31 + management: false + model: MT27500 Family [ConnectX-3] + name: ib0 + rate: 40000000000 + vendor: Mellanox Technologies + operating_system: + cstate_driver: intel_idle + cstate_governor: menu + ht_enabled: false + pstate_driver: intel_cpufreq + pstate_governor: performance + turboboost_enabled: true + processor: + cache_l1d: 32768 + cache_l1i: 32768 + cache_l2: 262144 + cache_l3: 26214400 + ht_capable: true + instruction_set: x86-64 + microcode: '0x42e' + model: Intel Xeon + other_description: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz + vendor: Intel + version: E5-2680 v2 + storage_devices: + pci-0000:00:1f.2-ata-1: + by_id: "/dev/disk/by-id/wwn-0x5000c500663b92d9" + by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1" + firmware_version: GA0A + model: ST2000NM0033-9ZM + size: 2000398934016 + storage: HDD + supported_job_types: + virtual: ivt diff --git a/lib/refrepo/valid/data/homogeneity.yaml.erb b/lib/refrepo/valid/data/homogeneity.yaml.erb index a2d42ac8ede..77558bf654a 100644 --- a/lib/refrepo/valid/data/homogeneity.yaml.erb +++ b/lib/refrepo/valid/data/homogeneity.yaml.erb @@ -423,6 +423,14 @@ sophia: esterel10-3: # 3 GPUs instead of 4 - -gpu_devices.nvidia3 - ~gpu_devices.nvidia1.cpu_affinity + mercantour1-[6-7]: + - ~storage_devices.pci-0000:00:1f.2-ata-1.firmware_version + - ~storage_devices.pci-0000:00:1f.2-ata-1.model + - ~storage_devices.pci-0000:00:1f.2-ata-1.vendor + mercantour1-[15-16]: + - ~bios.release_date + - ~bios.version + - ~bmc_version mercantour2-[4-5]: # different disk firmware version - ~storage_devices.pci-0000:00:1f.2-ata-1.firmware_version mercantour2-[7-8]: # different disk -- GitLab