Updated hardware descriptions to custom instead of case manufactorers
This commit is contained in:
parent
69d1f16a69
commit
c50a3b5acf
3 changed files with 9 additions and 13 deletions
|
|
@ -2,18 +2,14 @@
|
|||
hostname: mf00
|
||||
kind: server
|
||||
status: staging
|
||||
model: Fractal
|
||||
model: custom
|
||||
location: The pile
|
||||
cpu: Intel Core i5-6600 @3.30GHz
|
||||
cpu_cores: 4
|
||||
cpu_threads: 4
|
||||
ram_gb: 32
|
||||
storage:
|
||||
- { dev: sda, gb: 256, type: ssd }
|
||||
- { dev: sdb, gb: 1000, type: hdd }
|
||||
- { dev: sdc, gb: 1000, type: hdd }
|
||||
- { dev: nvme0n1, gb: 1000, type: nvme }
|
||||
nic_gbps: [1, 2.5, 10]
|
||||
cpu: ?
|
||||
cpu_cores: ?
|
||||
cpu_threads: ?
|
||||
ram_gb: ?
|
||||
storage: ?
|
||||
nic_gbps: ?
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
hostname: mf03
|
||||
kind: server
|
||||
status: staging
|
||||
model: VisionComputer
|
||||
model: custom
|
||||
location: The pile
|
||||
cpu: Intel Core i5-3570K @ 3.40GHz
|
||||
cpu_cores: 4
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
hostname: mf04
|
||||
kind: server
|
||||
status: staging
|
||||
model: Frankenstein
|
||||
model: custom
|
||||
location: The pile
|
||||
cpu: Intel Core i5-3570K @ 3.40GHz
|
||||
cpu_cores: 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue