1
0
Fork 0
hscloud/cluster/machines
q3k 55a486ae49 cluster: refactor nix machinery to fit //ops
This is a chonky refactor that get rids of the previous cluster-centric
defs-* plain nix file setup.

Now, nodes are configured individually in plain nixos modules, and are
provided a view of all other nodes in the 'machines' attribute. Cluster
logic is moved into modules which inspect this array to find other nodes
within the same cluster.

Kubernetes options are not fully clusterified yet (ie., they are still
hardcode to only provide the 'k0' cluster) but that can be fixed later.
The Ceph machinery is a good example of how that can be done.

The new NixOS configs are zero-diff against prod. While this is done
mostly by keeping the logic, we had to keep a few newly discovered
'bugs' around by adding some temporary options which keeps things as they
are. These will be removed in a future CL, then introducing a diff (but
no functional changes, hopefully).

We also remove the nix eval from clustercfg as it was not used anymore
(basically since we refactored certs at some point).

Change-Id: Id79772a96249b0e6344046f96f9c2cb481c4e1f4
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1322
Reviewed-by: informatic <informatic@hackerspace.pl>
2022-06-19 11:48:52 +00:00
..
modules cluster: refactor nix machinery to fit //ops 2022-06-19 11:48:52 +00:00
bc01n01.hswaw.net.nix cluster: refactor nix machinery to fit //ops 2022-06-19 11:48:52 +00:00
bc01n02.hswaw.net.nix cluster: refactor nix machinery to fit //ops 2022-06-19 11:48:52 +00:00
dcr01s22.hswaw.net.nix cluster: refactor nix machinery to fit //ops 2022-06-19 11:48:52 +00:00
dcr01s24.hswaw.net.nix cluster: refactor nix machinery to fit //ops 2022-06-19 11:48:52 +00:00