ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

libvirt plugin #92

Open lmelwyn opened 1 year ago

lmelwyn commented 1 year ago

I am interested in getting the libvirt plugin migrated. Apart from a likely minor issue with newer qcow2 images, it seems to work fine. Do you have any detailed tips on what steps I could take to make that happen?

apatard commented 1 year ago

I'm not sure there's an official way of doing that. I'm tempted to say something like : ask @ssbarnea ? The problem with plugins usually comes down to having someone maintaining it, or maybe at least testing it often, in order to detect quickly a breakage.

dvzrv commented 1 year ago

As noted in https://github.com/ansible-community/molecule-libvirt/issues/13 someone would just need to open a PR to have the stuff added here and add CI jobs for it.

rigzba21 commented 11 months ago

I would :heart: to be able to use a libvirt plugin for molecule. I'm not familiar yet with how adding new molecule plugins works, but I'll start reading up on it.

konstruktoid commented 11 months ago

https://github.com/ansible-community/molecule-plugins/issues/194 is worth reading before starting any bigger coding project

rigzba21 commented 11 months ago

Hmm, good point @konstruktoid; thanks for the issue link.