Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9b36e824 authored by LELAURAIN Julien's avatar LELAURAIN Julien
Browse files

[sophia][esterel12] update some info and warranty

parent e7a7e6dd
Branches
No related tags found
1 merge request!1224Testing esterel12
Pipeline #1158127 passed with warnings
{
"boot_type": "bios",
"created_at": "Thu, 01 Jan 1970 00:00:00 GMT",
"created_at": "Fri, 11 Apr 2025 00:00:00 GMT",
"exotic": false,
"kavlan": false,
"manufactured_at": "1970-01-01",
"manufactured_at": "2018-03-02",
"metrics": [
{
"description": "Default subset of metrics from Prometheus Node Exporter",
......@@ -78,10 +78,10 @@
}
}
],
"model": "Cluster Model",
"model": "Dell PowerEdge T630",
"nodes_count": 1,
"nodes_description": "2 CPUs Intel Xeon E5-2630 v4, 10 cores/CPU, 4 GPUs GeForce GTX 1080 Ti, 64GB RAM, 558GB HDD, 1489GB HDD, 1 x 1Gb Ethernet, 1 x 40Gb InfiniBand",
"priority": 197101,
"priority": 201903,
"queues": [
"admin",
"testing"
......@@ -89,5 +89,5 @@
"redfish": true,
"type": "cluster",
"uid": "esterel12",
"warranty_end": "1970-01-01"
"warranty_end": "2025-03-02"
}
\ No newline at end of file
......@@ -13,11 +13,11 @@
},
"bmc_version": "2.86",
"chassis": {
"manufactured_at": "1970-01-01",
"manufactured_at": "2018-03-02",
"manufacturer": "Dell Inc.",
"name": "PowerEdge T630",
"serial": "3T80JN2",
"warranty_end": "1970-01-01"
"warranty_end": "2025-03-02"
},
"exotic": false,
"gpu_devices": {
......@@ -94,7 +94,7 @@
"ram_size": 68719476736
},
"management_tools": {
"bmc_vendor_tool": "ipmitool",
"bmc_vendor_tool": "racadm",
"ipmitool": {
"retries": 5
}
......@@ -205,8 +205,8 @@
"turboboost_enabled": true
},
"performance": {
"core_flops": 128,
"node_flops": 2560
"core_flops": 35200000000,
"node_flops": 704000000000
},
"processor": {
"cache_l1": null,
......@@ -214,10 +214,10 @@
"cache_l1i": 32768,
"cache_l2": 262144,
"cache_l3": 26214400,
"clock_speed": 8,
"clock_speed": 2200000000,
"ht_capable": true,
"instruction_set": "x86-64",
"microarchitecture": "Haswell",
"microarchitecture": "Broadwell",
"microcode": "0xb000040",
"model": "Intel Xeon",
"other_description": "Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz",
......
......@@ -2266,6 +2266,12 @@ sites:
chassis:
manufactured_at: 2017-11-15
warranty_end: 2024-11-15
esterel12:
nodes:
esterel12-1:
chassis:
manufactured_at: 2018-03-02
warranty_end: 2025-03-02
esterel2:
nodes:
esterel2-1:
......
---
model: Cluster Model # TODO: change this value.
created_at: 1970-01-01 # TODO: change this value
model: Dell PowerEdge T630
created_at: 2025-04-11
kavlan: false
boot_type: bios # TODO: specify if 'uefi' (ideally) or 'bios' (legacy, if no other choice)
exotic: false # TODO: specify if 'true' or 'false'
boot_type: bios
exotic: false
queues:
- admin
- testing
nodes:
esterel12-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:
deploy: true
besteffort: true
max_walltime: 0
processor:
microarchitecture: Haswell # TODO: replace with microarch name.
clock_speed: 8 # TODO: Replace with clock speed.
microarchitecture: Broadwell
clock_speed: 2200000000
network_adapters:
bmc:
interface: Ethernet
......@@ -45,7 +42,7 @@ nodes:
id: disk1
interface: RAID
software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK
standard-environment: debian11-x64-std
management_tools:
bmc_vendor_tool: ipmitool # TODO: replace with bmc_vendor_tool (ipmitool, racadm)
bmc_vendor_tool: racadm
nodeset: esterel12
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment