Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 192bc3ca authored by Pascal Morillon's avatar Pascal Morillon
Browse files

[sophia] Fixes suno-20 (not 23) serial number

parent 82c70120
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"chassis": { "chassis": {
"manufacturer": "Dell Inc.", "manufacturer": "Dell Inc.",
"name": "PowerEdge R410", "name": "PowerEdge R410",
"serial": "C5JPH4J" "serial": "43JPH4J"
}, },
"gpu": { "gpu": {
"gpu": false "gpu": false
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"chassis": { "chassis": {
"manufacturer": "Dell Inc.", "manufacturer": "Dell Inc.",
"name": "PowerEdge R410", "name": "PowerEdge R410",
"serial": "43JPH4J" "serial": "C5JPH4J"
}, },
"gpu": { "gpu": {
"gpu": false "gpu": false
......
...@@ -1219,7 +1219,7 @@ suno-20: ...@@ -1219,7 +1219,7 @@ suno-20:
supported_job_types: supported_job_types:
virtual: ivt virtual: ivt
chassis: chassis:
serial_number: C5JPH4J serial_number: 43JPH4J
manufacturer: Dell Inc. manufacturer: Dell Inc.
product_name: PowerEdge R410 product_name: PowerEdge R410
main_memory: main_memory:
...@@ -1405,7 +1405,7 @@ suno-23: ...@@ -1405,7 +1405,7 @@ suno-23:
supported_job_types: supported_job_types:
virtual: ivt virtual: ivt
chassis: chassis:
serial_number: 43JPH4J serial_number: C5JPH4J
manufacturer: Dell Inc. manufacturer: Dell Inc.
product_name: PowerEdge R410 product_name: PowerEdge R410
main_memory: main_memory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment