!UKDpaKNNsBpOPfLWfX:zhaofeng.li

Colmena

251 Members
A simple, stateless NixOS deployment tool - https://github.com/zhaofengli/colmena87 Servers

Load older messages


SenderMessageTime
19 Feb 2025
@gmacon:matrix.orggmacon Looks like you need enable = config.roles ? etcd; since on the non-etcd hosts, config.roles will be an attrset that does not contain an etcd key, so you can't get the value of that key. Another option would be to ensure that roles always contains every possible role, but set to false for the roles this host doesn't have. 20:18:22
@pc:rrier.frpcarrierwell I thought I did exactly that through its default value20:19:22
@pc:rrier.frpcarrier
          options = {
            roles = mkOption {
              type = types.attrsOf types.bool;
              default = {
                bastion = false;
                spawner = false;
                etcd = false;
                webserver = false;
              };
            };
          };
20:20:05
@pc:rrier.frpcarrierthat's OK, I'll switch to a single role per box20:22:35
@pc:rrier.frpcarrierperfect :)20:37:06
@pc:rrier.frpcarrierRedacted or Malformed Event20:43:00
@pc:rrier.frpcarrier* I'm trying to make nix run .#deploy args... run the colmena version as imported, can't find how to access the binary to put in a pkgs.writeShellScriptBin though20:43:20
@gmacon:matrix.orggmaconAh; the assignment overrides the default value instead of being merged with it, you need types.submodule with each role having its own default to do that.20:48:17
@kevinpthorne:matrix.orgkevinpthorne

From the cheap seats: Why not use an array of enum type? The kubernetes pkgs does it and makes it clean to check

Roles = [ “bastion” “etc” ]; for example

20:50:11
@pc:rrier.frpcarriermaybe I should ask for what I'm actually after: how can I run colmena unstable?20:56:44
@pc:rrier.frpcarrier* maybe I should ask for what I'm actually after: how can I run colmena unstable, ideally through instructions in my flake?21:02:01
@pc:rrier.frpcarrier * maybe I should ask for what I'm actually after: how can I run colmena unstable, ideally through instructions in my flake? (I was hoping to expose a wrapper à la nix run .#c) 21:02:23
@pc:rrier.frpcarrier
      deployTool = pkgs.writeShellScriptBin "deployTool" ''
        ${colmena.packages.${system}.colmena}/bin/colmena "$@"
      '';
fails with:
21:08:47
@pc:rrier.frpcarrier *
      deployTool = pkgs.writeShellScriptBin "deployTool" ''
        ${colmena.packages.${system}.colmena}/bin/colmena "$@"
      '';

fails with:

error: builder for '/nix/store/h8hz7zb1vllgws7sw9fbhm1cjpbrmpww-nix-eval-jobs-2.14.0-colmena.drv' failed with exit code 1;
       last 8 log lines:
       > unpacking sources
       > unpacking source archive /nix/store/wj7x28pyf2230189fw788mm31z8zmzm3-source
       > source root is source
       > patching sources
       > applying patch /nix/store/v5farz7ph5afn6hw2hi0r343lhhpv8dd-nix-eval-jobs-stable.patch
       > patching file src/nix-eval-jobs.cc
       > Hunk #1 FAILED at 342.
       > 1 out of 1 hunk FAILED -- saving rejects to file src/nix-eval-jobs.cc.rej
       For full logs, run:
         nix-store -l /nix/store/h8hz7zb1vllgws7sw9fbhm1cjpbrmpww-nix-eval-jobs-2.14.0-colmena.drv
21:09:14
20 Feb 2025
@gmacon:matrix.orggmacon This looks like the correct approach to me, but it seems that the build is broken with the versions you have pinned. Maybe nix flake update? 13:44:38
24 Feb 2025
@galaxyyy:matrix.orgSaturn changed their profile picture.22:37:07
25 Feb 2025
@sumner:nevarro.space@sumner:nevarro.space left the room.15:11:53
26 Feb 2025
@pc:rrier.frpcarrierIs it normal for node enumeration to take tens of seconds and evaluations to take ~3 mins for about 10 nodes?19:25:36
@pc:rrier.frpcarrier* Is it normal for node enumeration to take tens of seconds and evaluations to take ~3 mins for about 10 nodes? running unstable from a few days ago19:26:06
@pc:rrier.frpcarrier * how can I run colmena unstable, ideally through instructions in my flake? (I was hoping to expose a wrapper à la nix run .#c) 19:26:31
@pc:rrier.frpcarrier* Is it normal for node enumeration to take tens of seconds for less than 30 nodes and for evaluations to take ~3 mins for about 10 nodes? running unstable from a few days ago19:26:57
@pc:rrier.frpcarrier* Is it normal for node enumeration to take tens of seconds for less than 30 nodes and for evaluations to take ~3 mins for about 10 nodes? most builds+deploys are really fast in comparison. running unstable from a few days ago.19:27:18
@gmacon:matrix.orggmacon I've found that the heuristic for --node-eval-limit is too optimistic and so my machine swaps like crazy during evaluation if I forget to lower it. With a reasonable value, I see about 30s eval time for 10 nodes. 19:40:17
@pc:rrier.frpcarrierno swapping AFAICT (I do have 96GB of RAM)19:41:43
@gmacon:matrix.orggmaconwell, then... if you only have 30 nodes, that's no problem (the heuristic limit will be 190)20:29:00
27 Feb 2025
@polygon:catgirl.cloudUnit 1721344 [polygon] (it/its, es/ihr) changed their profile picture.08:24:02
@polygon:catgirl.cloudUnit 1721344 [polygon] (it/its, es/ihr) changed their display name from Unit 1721344 [polygon] (it/she) to Unit 1721344 [polygon] (it/its, es/ihr).22:21:08
3 Mar 2025
@recoup3948:matrix.orgrecoup3948 joined the room.16:03:11
4 Mar 2025
@Valodim:stratum0.orgValodim joined the room.20:23:22
5 Mar 2025
@rntpts:synapse.rntpts.derntpts joined the room.23:02:45

Show newer messages


Back to Room ListRoom Version: 6