From 496304e28096f01657d1160507b1df4bf50d538f Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Fri, 11 Apr 2014 14:01:29 -0400 Subject: OpenStack: all-in-one node Introduce image openstack-image-aio, integrating both compute and controller functionality Signed-off-by: Amy Fong --- meta-openstack-aio-deploy/README | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 meta-openstack-aio-deploy/README (limited to 'meta-openstack-aio-deploy/README') diff --git a/meta-openstack-aio-deploy/README b/meta-openstack-aio-deploy/README new file mode 100644 index 0000000..3603739 --- /dev/null +++ b/meta-openstack-aio-deploy/README @@ -0,0 +1,48 @@ +meta-openstack-aio-deploy +============================= + +This layer provides support configuring and deploying the recipes to create an +all-in-one compute/controller node. + +Dependencies +------------ + +This layer depends on: + +URI: git://github.com/openembedded/oe-core.git +branch: master +revision: HEAD +prio: default + +URI: git://github.com/openembedded/meta-oe.git +patches: 0001-python-sqlalchemy-update-to-0.7.9.patch +revision: HEAD +layers: meta-oe + meta-networking + meta-ruby + +URI: git://git.yoctoproject.org/meta-virtualization +branch: master +revision: head + +meta-openstack +branch: master +revision: head + +Maintenance +----------- + +Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org + +When sending single patches, please using something like: +'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH' + +Maintainers: Bruce Ashfield + +License +------- + +All metadata is MIT licensed unless otherwise stated. Source code included +in tree for individual recipes is under the LICENSE stated in each recipe +(.bb file) unless otherwise stated. + -- cgit v1.2.3-54-g00ecf