Gonéri Le Bouder

Results 176 comments of Gonéri Le Bouder

Hi @Yajo, I initially started with `qemu:///session` and this was working great with Fedora. But it was not the case for the other Linux distributions. And a lot of manual...

> > In addition, the network was a problem. As far as I remember, you cannot create new network with `qemu:///session`. > > In https://wiki.qemu.org/Features/HelperNetworking it explains that you can...

> > Virt-Lightning uses a network called virt-lightning by default > > But by reading the docs, it seems to me that you can change the `network_name` in the configuration,...

The `init_network()` tries to do things it's not allowed to do. You can try to add a `return` statement at the beginning of the block to avoid that. A better...

Yes! You can, this is how we adjust the Python interpreter for Centos8: ``` [goneri@t14s-goneri upstream]$ ls -l /var/lib/virt-lightning/pool/upstream/centos-8.* -rw-r--r--. 1 qemu qemu 716176896 Apr 6 15:54 /var/lib/virt-lightning/pool/upstream/centos-8.qcow2 -rw-r--r--. 1...

I like what you're doing here @jpic, thank you. At this stage I believe we've got the following options: - we publish a 3.0.0 with use vl-cli2 by default -...

What you suggest is option 3 I think. We can go with option 4 for now and decide what we do before the 3.0.0 release. Overall, I don't want to...

If I understand correctly, the different is stop, that would not delete VM anymore. I think it's the right move to do. This is also a disruptive change that would...

Hi @nbari, Do you know if there is a socket file somewhere?

Thanks @ssbarnea, I've started an experimental driver for Molecule: https://github.com/virt-lightning/molecule-virt_lightning. Technically speaking, Virt-Lightning can already do 80% of the interaction with a remote libvirt server. The lacking part are the...