juergh / dwarf

OpenStack API on top of libvirt/kvm
Apache License 2.0
35 stars 9 forks source link

Update 1 #6

Closed dtroyer closed 6 years ago

dtroyer commented 7 years ago

Having gotten really frustrated with breaking Vagrant (again) I'm returning to dwarf to manage my development server...using the same tools as on the other clouds is big.

Do you have an interest in more and more substantial updates, such as newer API support? The following is what I needed to do to cleanly launch an instance using the current OpenStackClient.

juergh commented 7 years ago

Hi Dean, thanks for this! I'm currently recovering from surgery so it will be a while until I can incorporate your changes. Are there any other missing features that might be useful?

dtroyer commented 7 years ago

No worries, take your time and heal.

This network change is incomplete, I'll have the rest to tell libvirt to use a regular bridge soon.

As far as additional things, I've been kicking around adding just enough volume support to manage local LVM use, basically about what we had when we pulled Cinder out of Nova. I'm running on an SSD and would like to hand libvirt LVs directly to avoid nested filesystems. Definitely a longer-term thing.

dtroyer commented 6 years ago

This is way out of date, and should not have been rolled into one PR.