16 Aug 2021 |
zaphar_ps | Trying to find out if anyone is available to take a look or not. | 18:31:30 |
adisbladis | zaphar_ps: The fix itself looks fine. I'll let CI be the judge of if it's actually done or not. Thanks! | 23:22:35 |
zaphar_ps | adisbladis: Thanks! Not sure if what looks like the integration tests is a valid test or not so feel free to tell me to change it. | 23:23:29 |
zaphar_ps | Hrmmm now that that issue is resolved... Did boto usage break in one of the derivations? | 23:52:29 |
zaphar_ps | error: boto-2.49.0 not supported for interpreter python3.9 | 23:52:33 |
17 Aug 2021 |
hexa | zaphar_ps: boto is unmaintained and has been replaced by boot3 | 00:35:39 |
hexa | * zaphar_ps: boto is unmaintained and has been replaced by boto3 | 00:35:43 |
zaphar_ps | So why is nixops 2.0 trying to use it then? | 00:36:05 |
hexa | because nixops needs work | 00:36:21 |
hexa | * because nixops is somewhat undermaintained | 00:37:12 |
Mic92 | I think many people moved on from nixops by now | 04:28:47 |
talyz | Yeah, nixops's migration to boto3 is just partially complete | 06:36:05 |
Mic92 | Maybe drop aws support for now and so that non-aws users can continue to work with it? | 08:06:57 |
| putchar joined the room. | 09:50:23 |
zaphar_ps | @mic | 11:10:45 |
zaphar_ps | Mic92: What did they move on to? | 11:10:56 |
Mic92 | https://github.com/DBCDK/morph https://github.com/serokell/deploy-rs | 11:11:40 |
Mic92 | It feels like every week there is a new variant/deployment tool | 11:12:30 |
zaphar_ps | Hrmmm. Somewhat regret starting to use nixops then I guess. | 11:13:57 |
Mic92 | I am still waiting for one that does parallel execution but evaluates on the target. currently I am using this one that does this: https://github.com/Mic92/doctor-cluster-config/blob/master/fabfile.py#L20 | 11:14:02 |
Mic92 | zaphar_ps: ah well. migration between any of those is easy | 11:14:20 |
zaphar_ps | Which one can spin up GCE resources for you? | 11:14:46 |
Mic92 | none. I would use terraform + some tool for that. | 11:17:25 |
Mic92 | I mean in theory you can do terranix: https://github.com/mrVanDalo/terranix | 11:17:46 |
Mic92 | and than use terraform provider for nixos | 11:17:57 |
zaphar_ps | That is the feature of nixops that I preferred. without it they are less useful to me. | 11:18:46 |
Mic92 | But I would say terraform is better at that than any of the nix tools | 11:18:50 |
zaphar_ps | I use terraform at work and it's great but it still separates parts of your configuration from you. | 11:19:21 |
zaphar_ps | I liked the "all in one place" feature of nixops. | 11:19:42 |
zaphar_ps | No matter, I'll figure something else out :-) | 11:20:10 |