blob: d90947eb49a667edc7452b1177d4a76d5aa266e8 [file] [log] [blame]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +02001// k0.hswaw.net kubernetes cluster
2// This defines the cluster as a single object.
3// Use the sibling k0*.jsonnet 'view' files to actually apply the configuration.
4
5local kube = import "../../kube/kube.libsonnet";
6local policies = import "../../kube/policies.libsonnet";
7
8local cluster = import "cluster.libsonnet";
9
Serge Bazanski3c5d8362021-02-06 17:27:02 +000010local admitomatic = import "lib/admitomatic.libsonnet";
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020011local cockroachdb = import "lib/cockroachdb.libsonnet";
12local registry = import "lib/registry.libsonnet";
13local rook = import "lib/rook.libsonnet";
14
15{
16 k0: {
17 local k0 = self,
18 cluster: cluster.Cluster("k0", "hswaw.net") {
19 cfg+: {
Serge Bazanski3d294842020-08-04 01:34:07 +020020 storageClassNameParanoid: k0.ceph.waw3Pools.blockRedundant.name,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020021 },
22 metallb+: {
23 cfg+: {
Serge Bazanskia5ed6442020-09-20 22:52:57 +000024 // Peer with calico running on same node.
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020025 peers: [
26 {
Serge Bazanskia5ed6442020-09-20 22:52:57 +000027 "peer-address": "127.0.0.1",
28 "peer-asn": 65003,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020029 "my-asn": 65002,
30 },
31 ],
Serge Bazanskia5ed6442020-09-20 22:52:57 +000032 // Public IP address pools. Keep in sync with k0.calico.yaml.
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020033 addressPools: [
34 {
35 name: "public-v4-1",
36 protocol: "bgp",
37 addresses: [
38 "185.236.240.48/28",
39 ],
40 },
41 {
42 name: "public-v4-2",
43 protocol: "bgp",
44 addresses: [
45 "185.236.240.112/28"
46 ],
47 },
48 ],
49 },
50 },
51 },
52
53 // Docker registry
54 registry: registry.Environment {
55 cfg+: {
56 domain: "registry.%s" % [k0.cluster.fqdn],
57 storageClassName: k0.cluster.cfg.storageClassNameParanoid,
Serge Bazanski3d294842020-08-04 01:34:07 +020058 objectStorageName: "waw-hdd-redundant-3-object",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020059 },
60 },
61
62 // CockroachDB, running on bc01n{01,02,03}.
63 cockroach: {
64 waw2: cockroachdb.Cluster("crdb-waw1") {
65 cfg+: {
66 topology: [
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020067 { name: "bc01n02", node: "bc01n02.hswaw.net" },
Patryk Jakuszewedf14cc2021-01-23 23:00:29 +010068 { name: "dcr01s22", node: "dcr01s22.hswaw.net" },
Serge Bazanskibdd403c2021-10-28 23:37:38 +000069 { name: "dcr01s24", node: "dcr01s24.hswaw.net" },
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020070 ],
71 // Host path on SSD.
72 hostPath: "/var/db/crdb-waw1",
Serge Bazanski509ab6e2020-07-30 22:43:20 +020073 extraDNS: [
74 "crdb-waw1.hswaw.net",
75 ],
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020076 },
Serge Bazanskibdd403c2021-10-28 23:37:38 +000077 initJob:: null,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020078 },
79 clients: {
80 cccampix: k0.cockroach.waw2.Client("cccampix"),
81 cccampixDev: k0.cockroach.waw2.Client("cccampix-dev"),
82 buglessDev: k0.cockroach.waw2.Client("bugless-dev"),
83 sso: k0.cockroach.waw2.Client("sso"),
Serge Bazanski509ab6e2020-07-30 22:43:20 +020084 herpDev: k0.cockroach.waw2.Client("herp-dev"),
Patryk Jakuszewf3153882021-01-23 15:38:50 +010085 gitea: k0.cockroach.waw2.Client("gitea"),
Piotr Dobrowolskif4a6a562021-02-01 21:32:25 +010086 issues: k0.cockroach.waw2.Client("issues"),
Serge Bazanskibf266c62021-03-17 21:48:58 +000087 dns: k0.cockroach.waw2.Client("dns"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020088 },
89 },
90
91 ceph: {
92 // waw1 cluster - dead as of 2019/08/06, data corruption
Serge Bazanski61f978a2021-01-22 16:26:07 +010093 // waw2 cluster - dead as of 2021/01/22, torn down (horrible M610 RAID controllers are horrible)
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020094
Serge Bazanski464fb042021-09-11 20:24:27 +000095 // waw3: 6TB SAS 3.5" HDDs, internal Rook cluster.
96 //
97 // Suffers from rook going apeshit and nuking all mons if enough of
98 // a control plane is up for rook to run but if nodes are
99 // unavailable to the point of it deciding that no mon exists and
100 // it should create some new ones, fully nuking the monmap and
101 // making recovery a pain.
102 //
103 // Supposedly new versions of Rook slowly fix these issues, but q3k
104 // doesn't personally trust this codebase anymore. He'd rather
105 // manage the actual Ceph cluster myself, we don't need all of this
106 // magic.
107 //
108 // See: b.hswaw.net/6
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200109 waw3: rook.Cluster(k0.cluster.rook, "ceph-waw3") {
110 spec: {
111 mon: {
Serge Bazanski16842112022-11-17 19:30:05 +0000112 count: 3,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200113 allowMultiplePerNode: false,
114 },
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000115 resources: {
116 osd: {
117 requests: {
Serge Bazanski64de7af2021-03-17 21:47:29 +0000118 cpu: "2",
119 memory: "6G",
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000120 },
121 limits: {
Serge Bazanski64de7af2021-03-17 21:47:29 +0000122 cpu: "2",
123 memory: "8G",
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000124 },
125 },
126
127 },
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200128 storage: {
129 useAllNodes: false,
130 useAllDevices: false,
131 config: {
132 databaseSizeMB: "1024",
133 journalSizeMB: "1024",
134 },
Serge Bazanski464fb042021-09-11 20:24:27 +0000135
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200136 nodes: [
137 {
138 name: "dcr01s22.hswaw.net",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200139 devices: [
Serge Bazanski464fb042021-09-11 20:24:27 +0000140 { name: "/dev/disk/by-id/wwn-0x" + id }
141 for id in [
Serge Bazanski712a5dc2023-02-28 01:15:40 +0000142 "5000c5008508c433", # ST6000NM0034 Z4D40QZR0000R629ME1B
143 "5000c500850989cf", # ST6000NM0034 Z4D40JRL0000R63008A2
144 "5000c5008508baf7", # ST6000NM0034 Z4D40M380000R630V00M
145 "5000c5008508f843", # ST6000NM0034 Z4D40LGP0000R630UVTD
146 "5000c500850312cb", # ST6000NM0034 Z4D3ZAAX0000R629NW31
147 "5000c500850293e3", # ST6000NM0034 Z4D3Z5TD0000R629MF7P
148 "5000c5008508e3ef", # ST6000NM0034 Z4D40LM50000R630V0W3
149 "5000c5008508e23f", # ST6000NM0034 Z4D40QMX0000R629MD3C
Serge Bazanski464fb042021-09-11 20:24:27 +0000150 ]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200151 ],
152 },
153 {
154 name: "dcr01s24.hswaw.net",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200155 devices: [
Serge Bazanski464fb042021-09-11 20:24:27 +0000156 { name: "/dev/disk/by-id/wwn-0x" + id }
157 for id in [
Serge Bazanski7572f072023-03-10 20:54:35 +0100158 "5000c5008508c9ef", # ST6000NM0034 Z4D40LY40000R630UZCE
159 "5000c5008508df33", # ST6000NM0034 Z4D40QQ00000R629MB25
160 "5000c5008508dd3b", # ST6000NM0034 Z4D40QQJ0000R630RBY6
161 "5000c5008509199b", # ST6000NM0034 Z4D40QG10000R630V0X9
162 "5000c5008508ee03", # ST6000NM0034 Z4D40LHH0000R630UYP0
163 "5000c50085046abf", # ST6000NM0034 Z4D3ZF1B0000R629NV9P
164 "5000c5008502929b", # ST6000NM0034 Z4D3Z5WG0000R629MF14
Serge Bazanski464fb042021-09-11 20:24:27 +0000165 ]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200166 ],
167 },
168 ],
169 },
170 benji:: {
171 metadataStorageClass: "waw-hdd-redundant-3",
172 encryptionPassword: std.split((importstr "../secrets/plain/k0-benji-encryption-password"), '\n')[0],
173 pools: [
174 "waw-hdd-redundant-3",
175 "waw-hdd-redundant-3-metadata",
176 "waw-hdd-yolo-3",
177 ],
178 s3Configuration: {
179 awsAccessKeyId: "RPYZIROFXNLQVU2WJ4R3",
180 awsSecretAccessKey: std.split((importstr "../secrets/plain/k0-benji-secret-access-key"), '\n')[0],
181 bucketName: "benji-k0-backups-waw3",
182 endpointUrl: "https://s3.eu-central-1.wasabisys.com/",
183 },
184 }
185 },
186 },
187 waw3Pools: {
188 // redundant block storage
189 blockRedundant: rook.ECBlockPool(k0.ceph.waw3, "waw-hdd-redundant-3") {
190 metadataReplicas: 2,
191 spec: {
192 failureDomain: "host",
193 replicated: {
194 size: 2,
195 },
196 },
197 },
Serge Bazanski242ec582020-09-20 15:36:11 +0000198 // q3k's personal pool, used externally from k8s.
199 q3kRedundant: rook.ECBlockPool(k0.ceph.waw3, "waw-hdd-redundant-q3k-3") {
200 metadataReplicas: 2,
201 spec: {
202 failureDomain: "host",
203 replicated: {
204 size: 2,
205 },
206 },
207 },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000208
209 object: {
210 local poolSpec = {
211 failureDomain: "host",
212 replicated: { size: 2 },
213 },
214
215 realm: rook.S3ObjectRealm(k0.ceph.waw3, "hscloud"),
216 zonegroup: rook.S3ObjectZoneGroup(self.realm, "eu"),
217 // This is serving at object.ceph-waw3.hswaw.net, but
218 // internally to Ceph it is known as
219 // waw-hdd-redundant-3-object (name of radosgw zone).
220 store: rook.S3ObjectStore(self.zonegroup, "waw-hdd-redundant-3-object") {
221 cfg+: {
222 // Override so that this radosgw serves on
223 // object.ceph-{waw3,eu}.hswaw.net instead of
224 // ceph-{waw-hdd-redundant-3-object,eu}.
225 domainParts: [
226 "waw3", "eu",
227 ],
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200228 },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000229 spec: {
230 metadataPool: poolSpec,
231 dataPool: poolSpec,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200232 },
233 },
234 },
235 },
236
237 // Clients for S3/radosgw storage.
238 clients: {
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200239 local ObjectStoreUser(name) = kube.CephObjectStoreUser(name) {
240 metadata+: {
241 namespace: "ceph-waw3",
242 },
243 spec: {
244 store: "waw-hdd-redundant-3-object",
245 displayName: name,
246 },
247 },
248
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200249 # Used for owncloud.hackerspace.pl, which for now lives on boston-packets.hackerspace.pl.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200250 nextcloudWaw3: ObjectStoreUser("nextcloud"),
Piotr Dobrowolski3b8a43f2021-02-01 21:19:48 +0100251 # issues.hackerspace.pl (redmine) attachments bucket
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200252 issuesWaw3: ObjectStoreUser("issues"),
Piotr Dobrowolskie839f952021-09-14 22:21:22 +0200253 # matrix.hackerspace.pl media storage bucket
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200254 matrixWaw3: ObjectStoreUser("matrix"),
Bartosz Stebel54a34b22022-03-05 23:20:56 +0100255 # tape staging temporary storage
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200256 tapeStaging: ObjectStoreUser("tape-staging"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200257
258 # nuke@hackerspace.pl's personal storage.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200259 nukePersonalWaw3: ObjectStoreUser("nuke-personal"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200260
261 # patryk@hackerspace.pl's ArmA3 mod bucket.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200262 cz2ArmaModsWaw3: ObjectStoreUser("cz2-arma3mods"),
263
Bartosz Stebel0156ab22023-02-20 21:33:33 +0100264 # implr's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200265 implrSparkWaw3: ObjectStoreUser("implr"),
266
Sergiusz Bazanskib1aadd82020-06-24 19:06:17 +0200267 # q3k's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200268 q3kWaw3: ObjectStoreUser("q3k"),
269
Serge Bazanskibfe9bb02020-10-27 20:50:50 +0100270 # woju's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200271 wojuWaw3: ObjectStoreUser("woju"),
272
Patryk Jakuszew34668a52020-11-28 13:45:25 +0100273 # cz3's (patryk@hackerspace.pl) personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200274 cz3Waw3: ObjectStoreUser("cz3"),
275
Piotr Dobrowolskie839f952021-09-14 22:21:22 +0200276 # informatic's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200277 informaticWaw3: ObjectStoreUser("informatic"),
278
Serge Bazanski16842112022-11-17 19:30:05 +0000279 # mastodon qa and prod
280 mastodonWaw3: {
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200281 qa: ObjectStoreUser("mastodon-qa"),
282 prod: ObjectStoreUser("mastodon-prod"),
Serge Bazanski16842112022-11-17 19:30:05 +0000283 },
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200284
285 codehostingWaw3: ObjectStoreUser("codehosting"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200286 },
287 },
288
289
290 # These are policies allowing for Insecure pods in some namespaces.
291 # A lot of them are spurious and come from the fact that we deployed
292 # these namespaces before we deployed the draconian PodSecurityPolicy
293 # we have now. This should be fixed by setting up some more granular
294 # policies, or fixing the workloads to not need some of the permission
295 # bits they use, whatever those might be.
296 # TODO(q3k): fix this?
297 unnecessarilyInsecureNamespaces: [
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200298 policies.AllowNamespaceInsecure("ceph-waw3"),
299 policies.AllowNamespaceInsecure("matrix"),
300 policies.AllowNamespaceInsecure("registry"),
301 policies.AllowNamespaceInsecure("internet"),
302 # TODO(implr): restricted policy with CAP_NET_ADMIN and tuntap, but no full root
303 policies.AllowNamespaceInsecure("implr-vpn"),
304 ],
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000305
306 # Admission controller that permits non-privileged users to manage
307 # their namespaces without danger of hijacking important URLs.
308 admitomatic: admitomatic.Environment {
309 cfg+: {
310 proto: {
311 // Domains allowed in given namespaces. If a domain exists
312 // anywhere, ingresses will only be permitted to be created
313 // within namespaces in which it appears here. This works
314 // the same way for wildcards, if a wildcard exists in this
315 // list it blocks all unauthorized uses of that domain
316 // elsewhere.
317 //
318 // See //cluster/admitomatic for more information.
319 //
320 // Or, tl;dr:
321 //
322 // If you do a wildcard CNAME onto the k0 ingress, you
323 // should explicitly state *.your.name.com here.
324 //
325 // If you just want to protect your host from being
326 // hijacked by other cluster users, you should also state
327 // it here (either as a wildcard, or unary domains).
328 allow_domain: [
329 { namespace: "covid-formity", dns: "covid19.hackerspace.pl" },
330 { namespace: "covid-formity", dns: "covid.hackerspace.pl" },
331 { namespace: "covid-formity", dns: "www.covid.hackerspace.pl" },
radexc2c66bf2023-08-17 14:28:32 +0200332 { namespace: "inventory", dns: "inventory.hackerspace.pl" },
radexb8d4a8a2023-09-22 23:46:05 +0200333 { namespace: "ldapweb", dns: "profile.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000334 { namespace: "devtools-prod", dns: "hackdoc.hackerspace.pl" },
335 { namespace: "devtools-prod", dns: "cs.hackerspace.pl" },
Piotr Dobrowolskie4519b12023-10-07 21:13:02 +0200336 { namespace: "codehosting-prod", dns: "git.hackerspace.pl" },
337 { namespace: "codehosting-prod", dns: "code.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000338 { namespace: "engelsystem-prod", dns: "engelsystem.hackerspace.pl" },
339 { namespace: "gerrit", dns: "gerrit.hackerspace.pl" },
Serge Bazanski6e10e462023-10-08 12:29:55 +0000340 { namespace: "gerrit-qa", dns: "gerrit-qa.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000341 { namespace: "gitea-prod", dns: "gitea.hackerspace.pl" },
342 { namespace: "hswaw-prod", dns: "*.hackerspace.pl" },
Serge Bazanski99b91b12021-03-28 17:34:32 +0000343 { namespace: "hswaw-prod", dns: "*.hswaw.net" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000344 { namespace: "internet", dns: "internet.hackerspace.pl" },
345 { namespace: "matrix", dns: "matrix.hackerspace.pl" },
346 { namespace: "onlyoffice-prod", dns: "office.hackerspace.pl" },
Piotr Dobrowolski3b2a2a22023-01-05 08:26:02 +0100347 { namespace: "paperless", dns: "paperless.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000348 { namespace: "redmine", dns: "issues.hackerspace.pl" },
Serge Bazanski877cf0a2021-02-08 00:34:34 +0100349 { namespace: "redmine", dns: "b.hackerspace.pl" },
350 { namespace: "redmine", dns: "b.hswaw.net" },
351 { namespace: "redmine", dns: "xn--137h.hackerspace.pl" },
352 { namespace: "redmine", dns: "xn--137h.hswaw.net" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000353 { namespace: "speedtest", dns: "speedtest.hackerspace.pl" },
354 { namespace: "sso", dns: "sso.hackerspace.pl" },
Serge Bazanski16842112022-11-17 19:30:05 +0000355 { namespace: "mastodon-hackerspace-qa", dns: "social-qa-2.hackerspace.pl" },
356 { namespace: "mastodon-hackerspace-prod", dns: "social.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000357
358 { namespace: "ceph-waw3", dns: "ceph-waw3.hswaw.net" },
359 { namespace: "ceph-waw3", dns: "object.ceph-waw3.hswaw.net" },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000360 { namespace: "ceph-waw3", dns: "object.ceph-eu.hswaw.net" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000361 { namespace: "monitoring-global-k0", dns: "*.hswaw.net" },
362 { namespace: "registry", dns: "*.hswaw.net" },
363
364 // q3k's legacy namespace (pre-prodvider)
365 { namespace: "q3k", dns: "*.q3k.org" },
366 { namespace: "personal-q3k", dns: "*.q3k.org" },
367 ],
Serge Bazanskic1f37252023-06-19 21:56:29 +0000368
369 anything_goes_namespace: [
370 // sourcegraph ingress wants a config snippet to set a header.
371 "devtools-prod",
372 ],
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000373 },
374 },
375 },
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200376 },
377}