Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6a200c59 authored by PAULIN Nathan's avatar PAULIN Nathan Committed by PAULIN Nathan
Browse files

[sophia][esterel24] Determine disk paths

parent 9b811b66
No related branches found
No related tags found
1 merge request!1175[sophia][esterel24] add esterel24 to testing queue
......@@ -80,7 +80,7 @@
],
"model": "Dell PowerEdge T640",
"nodes_count": 1,
"nodes_description": "1 CPU Intel Xeon Gold 6240R, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 1Gb Ethernet",
"nodes_description": "1 CPU Intel Xeon Gold 6240R, 72 cores/CPU, 0GB RAM, 2x0GB SSD, 1 x 1Gb Ethernet",
"priority": 197001,
"queues": [
"admin",
......
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:19: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:19:00.0-scsi-0:2:63:0",
"id": "disk1",
"interface": "SATA",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -33,7 +33,11 @@ nodes:
disk0: # This field will have to be renamed later.
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:19:00.0-scsi-0:2:0:0"
disk1: # This field will have to be renamed later.
id: disk1
interface: SATA
by_path: "/dev/disk/by-path/pci-0000:19:00.0-scsi-0:2:63:0"
software:
standard-environment: debian11-x64-std
management_tools:
......
......@@ -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
<% } %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment