summaryrefslogtreecommitdiffstats
path: root/meta-openstack/README
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-11 16:49:34 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:58 -0400
commit69d4e505aefdd3689690586481309a5b5ce37a21 (patch)
treeba6f6d275ae7fd215054e9fc2ebf96bdf8e8a249 /meta-openstack/README
parentba8fb8e50fc40adaa1460bfd25619d2f60dfb3d3 (diff)
downloadmeta-cloud-services-69d4e505aefdd3689690586481309a5b5ce37a21.tar.gz
readme: Added README file
This contains all the informations required to build the OpenStack components. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/README')
-rw-r--r--meta-openstack/README52
1 files changed, 52 insertions, 0 deletions
diff --git a/meta-openstack/README b/meta-openstack/README
index e69de29..215d686 100644
--- a/meta-openstack/README
+++ b/meta-openstack/README
@@ -0,0 +1,52 @@
1meta-openstack
2===================
3
4This layer provides support for building the packages from the OpenStack project.
5The layer contains recipes for the nova, glance, keystone, cinder, quantum, swift
6and horizon components.
7
8Dependencies
9------------
10
11This layer depends on:
12
13URI: git://github.com/openembedded/oe-core.git
14branch: master
15tag: yocto-1.4.1
16
17URI: git://github.com/openembedded/meta-oe.git
18branch: dylan
19revision: HEAD
20patches: 0001-python-sqlalchemy-update-to-0.7.9.patch
21layers: meta-oe
22 meta-networking
23 meta-ruby
24
25URI: git://git.yoctoproject.org/meta-virtualization
26branch: master
27revision: 7040db74c375ef55d1b040f53071be29590882de
28patches: 0001-linux-yocto-Added-3.8-kernel-bbappend.patch
29
30The patches for the layers can be found in the patches folder. They can be
31applied using git am.
32
33Maintenance
34-----------
35
36Maintainers: Mihai Prica <prica.mihai@gmail.com>
37
38License
39-------
40
41All metadata is MIT licensed unless otherwise stated. Source code included
42in tree for individual recipes is under the LICENSE stated in each recipe
43(.bb file) unless otherwise stated.
44
45Target images
46-------------
47
48There are two target images: nova-image-compute and nova-image-controller.
49This contain the packagegroups with the same name and can be used to create
50the two types of targets. There are no extra configurations required to build
51these images.
52