molecule-libvirt icon indicating copy to clipboard operation
molecule-libvirt copied to clipboard

Molecule LibVirt Provider

Results 7 molecule-libvirt issues
Sort by recently updated
recently updated
newest added

## Error The virtual machine does not start. ```log FAILED - RETRYING: [localhost]: Get instance(s) ip address (1 retries left).Result was: { "attempts": 10, "changed": true, "cmd": "virsh --connect qemu:///system...

``` $ molecule test -s kvm TASK [Allow qemu process read qcow2 images in home directory] ****************** failed: [localhost -> localhost] (item=centos7-instance) => {"ansible_loop_var": "item", "changed": false, "cmd": "/usr/bin/setfacl --test...

Hi! I need to customize the `user-data.j2` file. What's the best way to do this? I'm using python's virtualenv. I'm currently changing the file directly in `$PROJECT_FOLDER/.venv/lib/python3.10/site-packages/molecule_libvirt/playbooks/templates/user-data.j2`, but I'd like...

Hi guys, I have simple issue, task 'Get instance(s) ip address' in create.yml playbook always fail on my working station. It could be some performance issue on my side, but...

I've been introducing myself to molecule and the vagrant integration worked pretty good. As I move to make this something working on my infrastructure, vagrant was not a solution so...

Hi, At first, thank you for providing this plugin, and secondly, I noticed that "item." is missing a couple of places, so that some definitions in molecule.yml are ignored when...

bug
enhancement

List of small chores we should take care of: - [ ] Identify which libvirt issue tracker should be used for python related stuff - [ ] Identify which git...

help wanted