-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
53 lines (37 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
meta-cloud-services
===================
This layer provides support for building the packages required to support cloud
agents and APIs for construction OE-based cloud solutions.
This layer contains common infrastructure and recipes, while specific sub-layers
provide support for various cloud/clustering solutions (oVirt, OpenStack, etc).
Dependencies
------------
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD
prio: default
Layers
------
openstack layers
----------------
There are six openstack layers that are used to build a controller/compute
node image pair. The dependencies of these layers are also required for a
build, and are listed in the layers themselves.
- meta-cloud-services/meta-openstack
- meta-cloud-services/meta-openstack-compute-deploy
- meta-cloud-services/meta-openstack-controller-deploy
- meta-cloud-services/meta-openstack-qemu
- meta-cloud-services/meta-openstack-compute-test-config
- meta-cloud-services/meta-openstack-controller-test-config
Maintenance
-----------
Send pull requests, patches, comments or questions to [email protected]
When sending single patches, please using something like:
'git send-email -1 -M --to [email protected] --subject-prefix=meta-virtualization][m-c-s][PATCH'
Maintainers: Bruce Ashfield <[email protected]>
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.