summaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-deploy/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* OpenStack: all-in-one nodeAmy Fong2014-04-151-21/+0
| | | | | | Introduce image openstack-image-aio, integrating both compute and controller functionality Signed-off-by: Amy Fong <amy.fong@windriver.com>
* cirros: stash and squashBruce Ashfield2013-10-031-3/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* openstack-controller-deploy: cirros simple guest supportBruce Ashfield2013-10-031-0/+19
It is often desireable to test a OpenStack controller and compute node pair with a small, well known image. The cirros simple cloud image fits this bill. To enable the inclusion of this image, add: IMAGE_INSTALL_append = " cirros-guest-image" to local.conf (or relevant configuration file). Once the build completes, the cirros image can be found in /root/images/ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>