Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 737b07a7 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[vercors2] various values + disk path

parent a8bf798d
Branches
Tags
2 merge requests!1118Testing vercors2,!1117Testing vercors2
......@@ -23,7 +23,7 @@
"ram_size": 8
},
"management_tools": {
"bmc_vendor_tool": "ipmitool",
"bmc_vendor_tool": "racadm",
"ipmitool": {
"retries": 5
}
......@@ -105,7 +105,7 @@
"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",
......
......@@ -23,7 +23,7 @@
"ram_size": 8
},
"management_tools": {
"bmc_vendor_tool": "ipmitool",
"bmc_vendor_tool": "racadm",
"ipmitool": {
"retries": 5
}
......@@ -105,7 +105,7 @@
"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",
......
{
"boot_type": "bios",
"created_at": "Thu, 01 Jan 1970 00:00:00 GMT",
"created_at": "Tue, 18 Mar 2025 00:00:00 GMT",
"exotic": false,
"kavlan": false,
"manufactured_at": "1970-01-01",
......@@ -78,7 +78,7 @@
}
}
],
"model": "Cluster Model",
"model": "Dell PowerEdge R730",
"nodes_count": 2,
"nodes_description": "1 CPU Unknown vendor, 72 cores/CPU, 0GB RAM, 0GB SSD, 1 x 10Gb Ethernet",
"priority": 197001,
......
---
model: Cluster Model # TODO: change this value.
created_at: 1970-01-01 # TODO: change this value
model: Dell PowerEdge R730
created_at: 2025-03-18
kavlan: false
boot_type: bios
exotic: false # TODO: specify if 'true' or 'false'
exotic: false
queues:
- admin
- testing
......@@ -33,9 +33,9 @@ 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:03:00.0-scsi-0:2:0: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: vercors2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment