Mentions légales du service

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

[sophia][mercantour5] add disk config

parent ff8b680a
Branches
No related tags found
1 merge request!1042Testing mercantour5
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:3b: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:3b:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SSD",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:3b: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:3b:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SSD",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:3b: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:3b:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SSD",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -105,13 +105,23 @@
"storage_devices": [
{
"by_id": "",
"by_path": "/dev/disk/by-path/dummy",
"by_path": "/dev/disk/by-path/pci-0000:3b: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:3b:00.0-scsi-0:2:1:0",
"id": "disk1",
"interface": "SSD",
"model": "unknown",
"size": 8,
"storage": "SSD",
"vendor": "Unknown"
}
],
"supported_job_types": {
......
......@@ -45,6 +45,7 @@ disk_vendor_model_mapping:
- ST600MM0088
- ST600MP0005
- ST600MP0036
- ST600MM0069
- ST2000NX0463
- ST4000NM0295
- ST8000NM0185
......
......@@ -30,10 +30,14 @@ 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:3b:00.0-scsi-0:2:0:0"
disk1:
id: disk1
interface: SSD
by_path: "/dev/disk/by-path/pci-0000:3b:00.0-scsi-0:2:1:0"
software:
standard-environment: debian11-x64-std
management_tools:
......
......@@ -83,4 +83,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