summaryrefslogtreecommitdiffstats
path: root/meta-openstack-qemu
Commit message (Collapse)AuthorAgeFilesLines
* nova: update to juno configuration requirementsBruce Ashfield2014-09-031-1/+1
| | | | | | | | | To boot a nested guest in juno, we need to relocate the virtualization type config setting into the [libvirt] section. With this, we can sucessfully launch a guest. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ceilometer: set libvirt_type to KVM, but allow modification for nested virtBruce Ashfield2014-01-151-0/+11
| | | | | | | | We expose the libvirt_type config setting with a default value of 'kvm', but for nested virtualization configurations, we also provide a bbappend that will modify the value to 'qemu' automatically. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack-qemu: rename python-nova_<version> to python-nova_git.bbappendBruce Ashfield2013-11-251-0/+0
| | | | | | | Without renaming the bbappend, our configuration will fail to launch in a virtualized environment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* postgresql: unify startup and initializationBruce Ashfield2013-10-042-11/+0
| | | | | | | | | | | Since we can't count on package postinst order, many components check for a configured postgresql daemon, and if not found, initialize it. Rather than sprinkling the knowledge of how to initialize the database through all these packages, we create a more robust, central postgresql-init script, and call it when any component needs the database configured. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack-qemu: initial creationBruce Ashfield2013-10-034-0/+79
When included in a build, this layer modifies settings to allow a controller and compute node boot and runtime under qemu system emulation. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>