-
Notifications
You must be signed in to change notification settings - Fork 3
/
machines.yaml
89 lines (81 loc) · 1.48 KB
/
machines.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
- name: cp1
role: controlplane
arch: amd64
firmware: uefi
bmcType: ipmi
hostNumber: 0
type: virtual
- name: w1
role: worker
arch: amd64
firmware: bios
bmcType: ipmi
hostNumber: 10
type: virtual
# disk devices:
# /dev/mmcblk0 64 GB eMMC
# /dev/nvme0n1 1 TB NVMe
- name: odyssey
role: worker
arch: amd64
mac: 00:e0:4c:01:93:a8
hostNumber: 20
installDisk: /dev/nvme0n1
type: physical
# disk devices:
# /dev/sda 1000 GB SATA SSD
- name: op1
role: worker
arch: amd64
bmcType: amt
mac: 00:4e:01:9d:c7:ef
hostNumber: 21
type: physical
# disk devices:
# /dev/sda 1000 GB SATA SSD
# /dev/sdb 120 GB SATA SSD
- name: op2
role: worker
arch: amd64
bmcType: amt
mac: 00:4e:01:9d:cd:17
hostNumber: 22
type: physical
# disk devices:
# /dev/sda 1000 GB SATA SSD
# /dev/sdb 120 GB SATA SSD
- name: op3
role: worker
arch: amd64
bmcType: amt
mac: 00:4e:01:9d:aa:b6
hostNumber: 23
type: physical
# disk devices:
# /dev/sda 1000 GB SATA SSD
- name: dm1
role: worker
arch: amd64
bmcType: amt
mac: c4:65:16:ab:f9:59
hostNumber: 24
type: physical
# disk devices:
# /dev/sda 1000 GB SATA SSD
- name: dm2
role: worker
arch: amd64
bmcType: amt
mac: ec:b1:d7:71:ff:f3
hostNumber: 25
type: physical
# disk devices:
# /dev/mmcblk0 16 GB SD Card (with rpi4-uefi-ipxe)
# /dev/sda 1000 GB USB SSD
- name: rpi4-8gb
role: worker
arch: arm64
mac: dc:a6:32:b0:ba:1d
hostNumber: 26
type: physical
kexec: false