Christian Zagrodnick

Results 15 issues of Christian Zagrodnick

I was trying to update Telegraf and it took me hours to find out that you had to run go2nix from $GHOME/src/github.com/influxdata/telegraf/cmd/telegraf. Running it in $GHOME/src/github.com/influxdata/telegraf/ results in an empty...

In gitlabci the local repo is in a detached head state (for some reason I do not comprehend). When deploying batou fails to create the bundle because `..` doesn't work,...

``` File "/srv/s-oldb/deployment/.batou/00086ca4/lib/python3.8/site-packages/batou/component.py", line 320, in deploy sub_component.deploy(predict_only) File "/srv/s-oldb/deployment/.batou/00086ca4/lib/python3.8/site-packages/batou/component.py", line 320, in deploy sub_component.deploy(predict_only) File "/srv/s-oldb/deployment/.batou/00086ca4/lib/python3.8/site-packages/batou/component.py", line 339, in deploy self.update() File "/srv/s-oldb/deployment/.batou/00086ca4/lib/python3.8/site-packages/batou/lib/file.py", line 616, in update ensure_path_nonexistent(self.target) File...

I've got this error and it turns out there was a generated secret containing `{#`. It would be nice if the error message would be more specific on the template...

We use ssh for connecting to remote hosts and it would be useful to have support for defining and pinning the host keys in the environment. This way it is...

enhancement

I have a case where between a component's verify and update, another component needs to run. Specifically that is a nixos UserEnv (batou_ext) which requires files to be prefetched. The...

The current behaviour is a bit odd. git.Clone with branch makes sure the right version is there, but it resets the master. @gforcada wrote: > One could do `git clean...

Secrets are currently only per environment. There are certain secrets which are the same for all envs. For non secrets one just puts that on the component class or some...

``` [provisioner:default] method = fc-nixos-dev-vm host = hydra-eval = 215351 memory = 8192 cores = 12 ``` The memory/core/hydra settings need to be overridable per VM. Also it's unclear how...

I *think* it's meant to be used just like this, e.g. `self += JSONContent(…)` but that's inconsistent with text content where one uses `File(…)`. So my expectation would be either...