subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
329 stars 55 forks source link

Feature Request: Add support for VMware and oVirt #27

Closed chris1984 closed 5 years ago

chris1984 commented 5 years ago

if possible can these be added?

subuk commented 5 years ago

I think it is already possible but not tested because I don't have access to neither of them.

Libvirt has ESXi support, try to set libvirt_uri to something like 'esx://server' https://libvirt.org/drvesx.html

oVirt uses libvirt/kvm so you can connect directly to ovirt node: qemu+ssh://ovirt-node/system.

chris1984 commented 5 years ago

Thanks will check and report back to see if it works

subuk commented 5 years ago

I close this issue for now, feel free to open another one with specific problems.