andsens / build-debian-cloud

This project has been superseeded by andsens/bootstrap-vz and is no longer maintained - Script to create Debian Squeeze & Wheezy Amazon Machine Images (AMIs) and Google Compute Engine images
Other
116 stars 43 forks source link

add KVM provider with virtio support #134

Closed osallou closed 10 years ago

osallou commented 10 years ago

Here is a new provider for KVM as we talked about.

This provider is almost identical to virtualbox, to create a raw image and adds an optional virtio support.

Most tasks in init are identical to vitualbox, which may lead to "meta" tasks to group virtualbox/kvm/... init tasks to create a raw image.

I have tested it with and without virtio in my private cloud.

andsens commented 10 years ago

You accidentally added providers/kvm/tasks/virtio.py~

osallou commented 10 years ago

Sorry, I fixed it. I made a rebase to keep a single commit in pull request.