Mentions légales du service

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

[sophia][esterel4] add disk by_path and predictable network interfaces mapping

parent ba700e43
No related branches found
No related tags found
1 merge request!1145[sophia][esterel4] Add esterel4 to testing queue
......@@ -53,7 +53,7 @@
],
"model": "Dell PowerEdge T630",
"nodes_count": 1,
"nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 1Gb Ethernet",
"nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 2x0GB SSD, 1 x 1Gb Ethernet",
"priority": 201606,
"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:03: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:03:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SATA",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -92,6 +92,7 @@ disk_vendor_model_mapping:
- SSDSC2KG480G8R
- SSDSC2KG960G8R
- INTEL SSDSC2BB30
- INTEL SSDSC2BX01
Hitachi:
- HITACHI HUA7250S
HP:
......
......@@ -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:03:00.0-scsi-0:2:0:0"
disk1:
id: disk1
interface: SATA
by_path: "/dev/disk/by-path/pci-0000:03: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: racadm
nodeset: esterel4
......@@ -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
<% } %>
......@@ -398,6 +398,10 @@ esterel1:
eno3: eth2
eno4: eth3
ibp131s0: ib0
esterel4:
enp1s0f0np0: eth0
eno2: eth1
ibp130s0: ib0
esterel5:
eno1: eth0
eno2: eth1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment