Open jedi4ever opened 13 years ago
maybe @dysinger would be interested in this :)
I'd be interested in this.
If you want to get an openstack environment going fast -
launch a oneiric VM
git clone git://github.com/cloudbuilders/devstack.git cd devstack ./stack.sh
This installs the dashboard (django webapp), nova (virtualization), glance (image catalog) and CLI (novaclient)
You can then run exercise.sh
(and read the exercise directory for how to launch a VM, interact with glance, ...)
@vishvananda and @dtroyer might be interested in helping as well
Great for the help!
Yeah, devstack looks great but when I would run it in a VM, I can't test KVM as that does not work in a VM? I tried and libvirt does a fallback to qemu , but that's akwardly slow in virtualbox ....
And I don't have any 'iron' left anymore :)
We tried devstack inside vagrant last week while we were visiting Hyves. I then started messing with trying to get a bridged network setup which led me to a blog post by Patrick :)
@dysinger nice :) What virtualization did you use, I'm guessing lxc ?
devstack defaults to kvm but drops to qemu if the VM doesn't support hardware virt.
If you run KVM in KVM on linux 3.2 or above you get hardware virt in virt ;)
So are you saying that if I have access to a kvm machine, that kvm will be working inside the vm as well?
Nested virtualization. Yes indeed.
@dysinger devstack inside of vagrant: https://github.com/vishvananda/vagrant_devstack
Now that veewee support creation of kvm images, it would be interesting to create openstack kvm images.
In general it seems to require:
We could change the templates to do 1&2 but 3 (no swap) would not be a good default. Step 4. could be done in an additional/default non-activated _openstack.sh script
Now I need to learn more about openstack