gchristensen changed the topic of #nixops to: NixOps related talk | logs: https://logs.nix.samueldr.com/nixops/ https://meet.jit.si/NixOpsReview
ixxie_ has quit [Quit: Lost terminal]
ixxie has quit [Ping timeout: 258 seconds]
abathur has quit [Ping timeout: 264 seconds]
abathur has joined #nixops
johnny101 has joined #nixops
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nixops
nuncanada has quit [Read error: Connection reset by peer]
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nixops
abathur has quit [Ping timeout: 256 seconds]
abathur has joined #nixops
abathur has quit [Ping timeout: 240 seconds]
cole-h has quit [Quit: Goodbye]
abathur has joined #nixops
abathur has quit [Ping timeout: 240 seconds]
globin has quit [Ping timeout: 260 seconds]
globin has joined #nixops
abathur has joined #nixops
abathur has quit [Ping timeout: 264 seconds]
globin_ has joined #nixops
globin has quit [Ping timeout: 256 seconds]
globin_ has quit [Ping timeout: 260 seconds]
globin_ has joined #nixops
meh` has joined #nixops
abathur has joined #nixops
abathur has quit [Ping timeout: 264 seconds]
globin has joined #nixops
globin_ has quit [Ping timeout: 244 seconds]
<DigitalKiwi> adisbladis: hi
<adisbladis> DigitalKiwi: o/
<DigitalKiwi> do you know why i don't have run_command_get_stdout in DropletState but do have run_command
<DigitalKiwi> which i was able to get to work by looking at the implementation of run_command_get_stdout and using the option that uses
<DigitalKiwi> was just weird
<DigitalKiwi> and then all of the other questions :(
<DigitalKiwi> mostly the state/definition/update settings one
<adisbladis> run_command_get_stdout is in ssh_util
<adisbladis> It's not what you inherit from
<DigitalKiwi> oh
<DigitalKiwi> "address": self.run_command(
<DigitalKiwi> capture_stdout=True,
<DigitalKiwi> can/should i import it and use instead of that
<adisbladis> No, I don't think so.
<DigitalKiwi> ok
<adisbladis> In the longer term (some time after 2.0 is released) I want to make SSH an implementation detail
<{^_^}> nixops#1353 (by adisbladis, 8 weeks ago, open): Add support for pluggable transports
<DigitalKiwi> how do i update DropletState when the deployment settings change
<DigitalKiwi> right now a changed setting means i have to delete and create the droplet to get the new setting
<adisbladis> DigitalKiwi: You can update the state by setting an attr_property
<adisbladis> I don't know if that answers your question?
<DigitalKiwi> maaaybe
<DigitalKiwi> can i use that for arbitrary things or only parts of the plugin
<DigitalKiwi> + # ("services", "do-agent", "enable"): self.enableMonitoring,
<DigitalKiwi> i want to set that
<DigitalKiwi> (among others)
<DigitalKiwi> but that's in the droplet state and i need the droplet definition
<DigitalKiwi> in the attr_property am i setting the state when i think i am getting
<DigitalKiwi> maybe i should learn python ;(
<DigitalKiwi> droplet_id: Optional[str] = attr_property("droplet.dropletId", None)
<DigitalKiwi> like that, what does it *do*
nuncanada has joined #nixops
<DigitalKiwi> https://gist.github.com/Kiwi/c9777b6ab1e98665f41d758a0efdcbca#file-git-diff-L50-L52 like here if i change the default to True then it updates it but how do i make that enable_monitoring the same value as the definition https://gist.github.com/Kiwi/c9777b6ab1e98665f41d758a0efdcbca#file-git-diff-L30
<DigitalKiwi> which is a different enable_monitoring :|
<DigitalKiwi> and is there a def i can put stuff in that i can call the digital ocean api that isn't create
nuncanada has quit [Remote host closed the connection]
nuncanada has joined #nixops
<adisbladis> DigitalKiwi: Look at set_common_state
<adisbladis> I can take a proper look at all this later
e has quit [Ping timeout: 606 seconds]
colemickens has quit [*.net *.split]
Cadey has quit [*.net *.split]
NobbZ[m] has quit [Read error: Connection reset by peer]
chvp has quit [Write error: Connection reset by peer]
sparogy has quit [Write error: Connection reset by peer]
aanderse has quit [Remote host closed the connection]
hpfr[m] has quit [Write error: Connection reset by peer]
tokudan[m] has quit [Write error: Connection reset by peer]
JJJollyjim has quit [Write error: Connection reset by peer]
Cadey has joined #nixops
hpfr[m] has joined #nixops
e has joined #nixops
aanderse has joined #nixops
tokudan[m] has joined #nixops
sparogy has joined #nixops
NobbZ[m] has joined #nixops
JJJollyjim has joined #nixops
colemickens has joined #nixops
chvp has joined #nixops
polezaivsani has joined #nixops
<polezaivsani> #nixos-chat
globin has quit [Ping timeout: 260 seconds]
globin has joined #nixops
abathur has joined #nixops
abathur has quit [Ping timeout: 265 seconds]
meh` has quit [Ping timeout: 246 seconds]
abathur has joined #nixops
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nixops
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nixops
andi- has quit [Ping timeout: 260 seconds]
abathur has quit [Quit: abathur]
andi- has joined #nixops
jD91mZM2 has joined #nixops
<jD91mZM2> Hi! I want to install the nixops-digitalocean plugin... How do I do that?
<jD91mZM2> The problem is that zipp seems to be null
<jD91mZM2> Seems similar to https://github.com/nix-community/poetry2nix/issues/50. I guess I need to downgrade python, but I'm not sure how to override a poetry2nix derivation
<{^_^}> nix-community/poetry2nix#50 (by Infinisil, 21 weeks ago, closed): Python version bounds for `pyproject.toml` are ignored -> Building poetry with Python 3.8 fails
<jD91mZM2> Hmm, seems like I should send a PR to make it use python 3.7 for the plugin
<jD91mZM2> Adding `python = pkgs.python37` to that default.nix, instead causes https://gist.github.com/jD91mZM2/3f41f7af193bba76c47eb981f5bc4595
polezaivsani has quit [Remote host closed the connection]
polezaivsani has joined #nixops
ixxie has joined #nixops
ehmry has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
polezaivsani has quit [Remote host closed the connection]
cole-h has joined #nixops
ixxie has quit [Remote host closed the connection]
abathur has joined #nixops
<chiiba> In NixOps v1.7 is it possible to use a machines IP address in its own configuration? I.e. deploy a DigitalOcean droplet and use it's public IP address.
cole-h has quit [Quit: Goodbye]