network_inventory/backend/computers/fixtures/computers.yaml

158 lines
2.5 KiB
YAML
Raw Normal View History

2020-01-12 14:36:44 +01:00
- model: computers.CpuManufacturer
2019-06-10 21:52:40 +02:00
fields:
name: Intel
2020-01-12 14:36:44 +01:00
- model: computers.CpuManufacturer
2019-06-10 21:52:40 +02:00
fields:
name: AMD
2020-01-12 14:36:44 +01:00
- model: computers.CpuArchitecture
2019-06-10 21:52:40 +02:00
fields:
name: x86_64
2020-01-12 14:36:44 +01:00
- model: computers.CpuArchitecture
2019-06-10 21:52:40 +02:00
fields:
name: i686
2020-01-12 14:36:44 +01:00
- model: computers.CpuArchitecture
2019-06-10 21:52:40 +02:00
fields:
name: ARM
2020-01-12 14:36:44 +01:00
- model: computers.CpuArchitecture
2019-06-10 21:52:40 +02:00
fields:
name: ARM64
2020-04-30 15:40:00 +02:00
- model: computers.GpuManufacturer
fields:
name: Intel
- model: computers.GpuManufacturer
fields:
name: AMD
- model: computers.GpuManufacturer
fields:
name: Nvidia
2020-01-12 14:36:44 +01:00
- model: computers.RamType
2019-12-27 19:19:28 +01:00
fields:
name: unkown
2020-01-12 14:36:44 +01:00
- model: computers.RamType
2019-06-10 21:52:40 +02:00
fields:
name: DDR2
2020-01-12 14:36:44 +01:00
- model: computers.RamType
2019-06-10 21:52:40 +02:00
fields:
name: DDR3
2020-01-12 14:36:44 +01:00
- model: computers.RamType
2019-06-10 21:52:40 +02:00
fields:
name: DDR4
2020-01-12 14:36:44 +01:00
- model: computers.DiskType
2019-06-10 21:52:40 +02:00
fields:
name: SSD
2020-01-12 14:36:44 +01:00
- model: computers.DiskType
2019-06-10 21:52:40 +02:00
fields:
name: HDD
2020-01-12 14:36:44 +01:00
- model: computers.DiskType
2019-06-10 21:52:40 +02:00
fields:
name: SAS
2020-04-30 14:49:29 +02:00
- model: computers.Cpu
fields:
name: Generic Intel CPU
manufacturer: 1
hyper_threading: 0
- model: computers.Cpu
fields:
name: Generic AMD CPU
manufacturer: 2
hyper_threading: 0
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 0"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 1"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 5"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 6"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 10"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 50"
2020-01-12 14:36:44 +01:00
- model: computers.RaidType
2019-06-10 21:52:40 +02:00
fields:
name: "RAID 60"
2019-12-29 12:26:20 +01:00
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 1
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 2
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 4
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 8
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 16
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 24
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 32
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 64
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 96
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 128
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 256
ecc: False
-
2020-01-12 14:36:44 +01:00
model: computers.Ram
2019-12-27 19:19:28 +01:00
fields:
ram_type: 1
size_in_gb: 512
ecc: False