This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
nodes.yaml
118 lines (109 loc) · 2.38 KB
/
nodes.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# kernel.cafe nodes
#
# Description of fields
#
# name: the short hostname of the node
# arch: should match nomenclature used by GOARCH
# os: should match nomenclature used by GOOS
# distro: free-form distribution field, like "macOS" or "Ubuntu"
nodes:
- name: min
arch: arm64
os: Darwin
distro: macOS
ip: "2001:470:803d:cafe:8a7:1845:7e65:ccf0"
owner: t
location: San Francisco, CA, US
hw:
desc: Apple Mac Mini (M1)
cores: 8
memory: 16GB
- name: max
arch: arm64
os: Darwin
distro: macOS
ip: "2001:470:803d:cafe:1406:65c5:6a78:7601"
owner: t
location: San Francisco, CA, US
hw:
desc: Apple Mac Mini (i7)
cores: 6
memory: 32GB
- name: x
arch: arm64
os: Linux
distro: Ubuntu
ip: "2001:470:803d:cafe:480:a56f:2891:52a2"
owner: t
location: San Francisco, CA, US
hw:
desc: Nvidia Xavier AGX
cores: 8
memory: 32GB
- name: pi
arch: armv7l
os: Linux
distro: Raspbian
ip: "2001:470:803d:cafe:6965:f7c6:69b8:3b71"
owner: t
location: San Francisco, CA, US
hw:
desc: Raspberry Pi 4
cores: 4
memory: 8GB
- name: pneumatic
arch: amd64
os: FreeBSD
distro: FreeBSD
ip: "2001:470:803d:cafe:264b:feff:fec8:d05"
owner: t
location: San Francisco, CA, US
hw:
desc: Asus PN50 (Ryzen 4700U)
cores: 8
memory: 64GB
- name: dory
arch: arm64
os: Linux
distro: Debian
ip: "2001:470:803d:cafe:f3c6:b27a:9bec:efe8"
owner: t
location: San Francisco, CA, US
hw:
desc: ROCKPro64 (Rockchip RK3399)
cores: 5
memory: 4GB
- name: freddie
arch: amd64
os: Linux
distro: Fedora
ip: "2001:470:803d:cafe:cad3:ffff:fe9b:14ee"
owner: t
location: San Francisco, CA, US
hw:
desc: HP ProDesk 600 (i7-6700T)
cores: 4
memory: 16GB
- name: honeycomb
arch: arm64
os: Linux
distro: Gentoo
ip: "2001:470:803d:cafe:7086:80ff:fe37:482c"
owner: t
location: San Francisco, CA, US
hw:
desc: Honeycomb LX2 ARM Workstation
cores: 16
memory: 64GB
- name: dash
arch: mips
os: Linux
distro: OnionOS
ip: "2001:470:803d:cafe:42a3:6bff:fec4:d322"
owner: t
location: San Francisco, CA, US
shell: /bin/ash
hw:
desc: Onion Omega2 Dash
cores: 1
memory: 128MB