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
Branches
No related tags found
1 merge request!1145[sophia][esterel4] Add esterel4 to testing queue
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
], ],
"model": "Dell PowerEdge T630", "model": "Dell PowerEdge T630",
"nodes_count": 1, "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, "priority": 201606,
"queues": [ "queues": [
"admin", "admin",
......
...@@ -105,13 +105,23 @@ ...@@ -105,13 +105,23 @@
"storage_devices": [ "storage_devices": [
{ {
"by_id": "", "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", "id": "disk0",
"interface": "SAS", "interface": "SAS",
"model": "unknown", "model": "unknown",
"size": 8, "size": 8,
"storage": "SSD", "storage": "SSD",
"vendor": "Unknown" "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": { "supported_job_types": {
......
...@@ -92,6 +92,7 @@ disk_vendor_model_mapping: ...@@ -92,6 +92,7 @@ disk_vendor_model_mapping:
- SSDSC2KG480G8R - SSDSC2KG480G8R
- SSDSC2KG960G8R - SSDSC2KG960G8R
- INTEL SSDSC2BB30 - INTEL SSDSC2BB30
- INTEL SSDSC2BX01
Hitachi: Hitachi:
- HITACHI HUA7250S - HITACHI HUA7250S
HP: HP:
......
...@@ -30,12 +30,16 @@ nodes: ...@@ -30,12 +30,16 @@ nodes:
mountable: true mountable: true
mounted: true mounted: true
storage_devices: storage_devices:
disk0: # This field will have to be renamed later. disk0:
id: disk0 id: disk0
interface: SAS 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: software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK standard-environment: debian11-x64-std
management_tools: management_tools:
bmc_vendor_tool: racadm bmc_vendor_tool: racadm
nodeset: esterel4 nodeset: esterel4
...@@ -77,4 +77,8 @@ nodes: ...@@ -77,4 +77,8 @@ nodes:
storage: SSD # Fake data, will be replaced by g5k-checks storage: SSD # Fake data, will be replaced by g5k-checks
model: unknown # 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 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: ...@@ -398,6 +398,10 @@ esterel1:
eno3: eth2 eno3: eth2
eno4: eth3 eno4: eth3
ibp131s0: ib0 ibp131s0: ib0
esterel4:
enp1s0f0np0: eth0
eno2: eth1
ibp130s0: ib0
esterel5: esterel5:
eno1: eth0 eno1: eth0
eno2: eth1 eno2: eth1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment