Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 92ee914b authored by DOMINOIS Hugo's avatar DOMINOIS Hugo
Browse files

[sophia][esterel26] Add cluster information

parent e160ba7b
Branches
No related tags found
No related merge requests found
{ {
"boot_type": "uefi", "boot_type": "uefi",
"created_at": "Thu, 01 Jan 1970 00:00:00 GMT", "created_at": "Tue, 25 Mar 2025 00:00:00 GMT",
"exotic": false, "exotic": false,
"kavlan": false, "kavlan": false,
"manufactured_at": "1970-01-01", "manufactured_at": "1970-01-01",
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
} }
} }
], ],
"model": "Cluster Model", "model": "Dell PowerEdge T640",
"nodes_count": 1, "nodes_count": 1,
"nodes_description": "2 CPUs Intel Xeon Silver 4216, 16 cores/CPU, 384GB RAM, 558GB HDD, 3575GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand", "nodes_description": "2 CPUs Intel Xeon Silver 4216, 16 cores/CPU, 384GB RAM, 558GB HDD, 3575GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand",
"priority": 197001, "priority": 197001,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"ram_size": 412316860416 "ram_size": 412316860416
}, },
"management_tools": { "management_tools": {
"bmc_vendor_tool": "ipmitool", "bmc_vendor_tool": "racadm",
"ipmitool": { "ipmitool": {
"retries": 5 "retries": 5
} }
...@@ -194,8 +194,8 @@ ...@@ -194,8 +194,8 @@
"turboboost_enabled": true "turboboost_enabled": true
}, },
"performance": { "performance": {
"core_flops": 128, "core_flops": 33600000000,
"node_flops": 4096 "node_flops": 1075200000000
}, },
"processor": { "processor": {
"cache_l1": null, "cache_l1": null,
...@@ -203,10 +203,10 @@ ...@@ -203,10 +203,10 @@
"cache_l1i": 32768, "cache_l1i": 32768,
"cache_l2": 1048576, "cache_l2": 1048576,
"cache_l3": 23068672, "cache_l3": 23068672,
"clock_speed": 8, "clock_speed": 2100000000,
"ht_capable": true, "ht_capable": true,
"instruction_set": "x86-64", "instruction_set": "x86-64",
"microarchitecture": "Haswell", "microarchitecture": "Cascade Lake-SP",
"microcode": "0x5003707", "microcode": "0x5003707",
"model": "Intel Xeon", "model": "Intel Xeon",
"other_description": "Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz", "other_description": "Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz",
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
"by_path": "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0", "by_path": "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:0:0",
"firmware_version": 4.3, "firmware_version": 4.3,
"id": "disk0", "id": "disk0",
"interface": "SAS", "interface": "RAID",
"model": "PERC H730P Adp", "model": "PERC H730P Adp",
"size": 599550590976, "size": 599550590976,
"storage": "HDD", "storage": "HDD",
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
"by_path": "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:1:0", "by_path": "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:1:0",
"firmware_version": 4.3, "firmware_version": 4.3,
"id": "disk1", "id": "disk1",
"interface": "SAS", "interface": "RAID",
"model": "PERC H730P Adp", "model": "PERC H730P Adp",
"size": 3838627020800, "size": 3838627020800,
"storage": "HDD", "storage": "HDD",
......
...@@ -2238,6 +2238,12 @@ sites: ...@@ -2238,6 +2238,12 @@ sites:
chassis: chassis:
manufactured_at: 2016-05-04 manufactured_at: 2016-05-04
warranty_end: 2021-05-04 warranty_end: 2021-05-04
esterel26:
nodes:
esterel26-1:
chassis:
manufactured_at: 2020-10-30
warranty_end: 2027-10-31
esterel4: esterel4:
nodes: nodes:
esterel4-1: esterel4-1:
......
--- ---
model: Cluster Model # TODO: change this value. model: Dell PowerEdge T640
created_at: 1970-01-01 # TODO: change this value created_at: 2025-03-25
kavlan: false kavlan: false
boot_type: uefi # TODO: specify if 'uefi' (ideally) or 'bios' (legacy, if no other choice) boot_type: uefi
exotic: false # TODO: specify if 'true' or 'false' exotic: false
queues: queues:
- admin - admin
- testing - testing
nodes: nodes:
esterel26-1: esterel26-1:
chassis:
manufactured_at: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line.
warranty_end: 1970-01-01 # TODO: if not Dell vendor, put date. if Dell, use rake gen:dell-product-data after g5k-checks import, and remove this line.
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 0 max_walltime: 0
processor: processor:
microarchitecture: Haswell # TODO: replace with microarch name. microarchitecture: Cascade Lake-SP
clock_speed: 8 # TODO: Replace with clock speed. clock_speed: 2100000000
network_adapters: network_adapters:
bmc: bmc:
interface: Ethernet interface: Ethernet
...@@ -43,14 +40,14 @@ nodes: ...@@ -43,14 +40,14 @@ nodes:
mountable: true mountable: true
netmask: 255.255.240.0 netmask: 255.255.240.0
storage_devices: storage_devices:
pci-0000:19:00.0-scsi-0:2:0:0: # This field will have to be renamed later. pci-0000:19:00.0-scsi-0:2:0:0:
id: disk0 id: disk0
interface: SAS interface: RAID
pci-0000:19:00.0-scsi-0:2:1:0: pci-0000:19:00.0-scsi-0:2:1:0:
id: disk1 id: disk1
interface: SAS interface: RAID
software: software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK standard-environment: debian11-x64-std
management_tools: management_tools:
bmc_vendor_tool: ipmitool # TODO: replace with bmc_vendor_tool (ipmitool, racadm) bmc_vendor_tool: racadm
nodeset: esterel26 nodeset: esterel26
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment