I’m looking to use KVM/QEMU on my Linux computer.

Are there scripts that help me automate deploying the same VM builds I’ve done before – with the same RAM, HDD, networking, etc… settings.

I’ve found the following but I’m not sure if there are better options:

https://github.com/doccaz/kvm-scripts

https://github.com/doccaz/kvm-scripts

Would Ansible be a better option for this?

  • Botzo@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    It has been 7 or 8 years since I touched it, but yes. I extended some intern-built VMware automation to ovirt so we could validate KVM images and reduce VMware costs for internal dev and because that was the platform the manager decided on. We initially only dedicated 6U or 8U to it.

    In general, I’d say it worked just fine and the python sdk was approachable. It wouldn’t be my first choice knowing it’s Oracle Virtualization now, but that’s a moral stance instead of technical.

    As for maintaining it long term, I can’t really say. I left that team to go play in the clouds with terraform and kubernetes. But I also haven’t heard anything negative from that team since (and I’m still friends with one of the system engineers who is responsible for it). And there was a much needed fundamental rewrite of the bits I original extended that continued with ovirt that went smoothly.