Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 282ba020 authored by POUILLOUX Laurent's avatar POUILLOUX Laurent Committed by POUILLOUX Laurent
Browse files

[sophia][mercantour7] add disks path + network description

parent f233f970
Branches
No related tags found
1 merge request!1144Passage en queue testing pour mercantour7
{
"boot_type": "uefi",
"created_at": "Thu, 01 Jan 1970 00:00:00 GMT",
"created_at": "Thu, 20 Mar 2025 00:00:00 GMT",
"exotic": false,
"kavlan": false,
"manufactured_at": "1970-01-01",
......@@ -51,9 +51,9 @@
}
}
],
"model": "Cluster Model",
"model": "Dell PowerEdge R7525",
"nodes_count": 1,
"nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 10Gb Ethernet",
"nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 2x0GB SSD, 1 x 10Gb Ethernet",
"priority": 197001,
"queues": [
"admin",
......
......@@ -23,7 +23,7 @@
"ram_size": 8
},
"management_tools": {
"bmc_vendor_tool": "ipmitool",
"bmc_vendor_tool": "racadm",
"ipmitool": {
"retries": 5
}
......@@ -51,8 +51,8 @@
"name": "enp1s0f0np0",
"network_address": "mercantour7-1.sophia.grid5000.fr",
"rate": 10000000000,
"switch": null,
"switch_port": null
"switch": "sw-3",
"switch_port": "1/1/19"
},
{
"device": "bmc",
......@@ -77,8 +77,8 @@
"turboboost_enabled": true
},
"performance": {
"core_flops": 128,
"node_flops": 9216
"core_flops": 40000000000,
"node_flops": 2880000000000
},
"processor": {
"cache_l1": null,
......@@ -86,10 +86,10 @@
"cache_l1i": 8,
"cache_l2": 8,
"cache_l3": 8,
"clock_speed": 8,
"clock_speed": 2500000000,
"ht_capable": true,
"instruction_set": "x86-64",
"microarchitecture": "Haswell",
"microarchitecture": "Zen 2",
"microcode": "0xd000001",
"model": "Unknown",
"other_description": "description",
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:41:00.0-scsi-0:2:0:0",
"id": "disk0",
"interface": "SAS",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
},
{
"by_id": "",
"by_path": "/dev/disk/by-path/pci-0000:41:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SAS",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -107,6 +107,10 @@
{
},
{
"kind": "node",
"port": "eth0",
"snmp_name": "1/1/19",
"uid": "mercantour7-1"
},
{
},
......
......@@ -30,12 +30,16 @@ nodes:
mountable: true
mounted: true
storage_devices:
disk0: # This field will have to be renamed later.
disk0:
id: disk0
interface: SAS
by_path: "/dev/disk/by-path/dummy" # this path will have to change later.
by_path: "/dev/disk/by-path/pci-0000:41:00.0-scsi-0:2:0:0"
disk1:
id: disk1
interface: SAS
by_path: "/dev/disk/by-path/pci-0000:41:00.0-scsi-0:2:1:0"
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: mercantour7
......@@ -77,4 +77,8 @@ nodes:
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
disk1:
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
<% } %>
......@@ -44,6 +44,8 @@ sw-3:
uid: mercantour2-4
17:
uid: mercantour6-1
19:
uid: mercantour7-1
28:
uid: mercantour5-1
29:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment