nixops-libvirtd
nixops-libvirtd copied to clipboard
NixOps libvirtd backend plugin [maintainer=@AmineChikhaoui]
With #30 was a PR made two years ago to update `libvirt-python`. In the meantime is `libvirt-python` at 10.0.0 in Nixpkgs. ```bash error: builder for '/nix/store/a7w1r5nfqh500ygzkxvl7m0s5f0wfwlr-python3.11-nixops-libvirtd-unstable-2023-09-01.drv' failed with exit code...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Hey, I followed the example mentioned on the Readme.md but somehow the Python script seems to fail: ``` $ nixops deploy -d example-libvirtd Traceback (most recent call last): File "/nix/store/6rdrwjdaba0xhzil64acz3hfdmlxw5m4-nixops-1.7/bin/..nixops-wrapped-wrapped",...
This updates all the dependencies of the project, allowing it to work with the latest nixpkgs, since we now have libvirt 8.1.0.
I would like to port some of the pull requests from the old repo to the new one. How can I use this plugin in let's say development mode ?...
It is not clear to me how this module can be used with NixOps. If I install NixOps from the NixOps GitHub repository, this libvirtd backend is not found. If...
Hey, with the release of NixOps 2.0, many backends migrate to Python 3 ( https://github.com/NixOS/nixops/issues/1242 ). Is it possible for the libvirtd backend to migrate to Python 3 too? Best...
Can I somehow select the IP a machine will have later? `networking.privateIPv4` seems to have no effect.
nixops-libvirtd allows you to specify virtual networks to use with the `deployment.libvirtd.networks` field. But those networks must already exist. There is no ability to define and use a new virtual...
Similar like the PR https://github.com/nix-community/nixops-vbox/pull/2 for virtualbox backend, the changes here are to extend network capabalities for libvirt backend following the idea I proposed at https://github.com/NixOS/nixops/issues/1223. Though the implementation is...