summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 15:01:33 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commit16f5f0ddc175c89a035ce3c5100413b3acb98634 (patch)
tree24a36a1c66991b249ccf055b845de26aced9382e /meta-openstack
parent945e38b33452d26b251e378bc7adee4ac343ffae (diff)
downloadmeta-cloud-services-16f5f0ddc175c89a035ce3c5100413b3acb98634.tar.gz
nova-image-compute: Updated recipe to use packagegroup
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/images/nova-image-compute.bb20
1 files changed, 4 insertions, 16 deletions
diff --git a/meta-openstack/recipes-extended/images/nova-image-compute.bb b/meta-openstack/recipes-extended/images/nova-image-compute.bb
index eba9d56..632b21b 100644
--- a/meta-openstack/recipes-extended/images/nova-image-compute.bb
+++ b/meta-openstack/recipes-extended/images/nova-image-compute.bb
@@ -1,28 +1,16 @@
1DESCRIPTION = "A minimal nova compute image" 1DESCRIPTION = "Openstack compute node image"
2LICENSE = "MIT"
2 3
3IMAGE_INSTALL = " \ 4IMAGE_INSTALL = " \
4 packagegroup-core-boot \ 5 packagegroup-core-boot \
5 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ 6 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
6 qemu \ 7 packagegroup-cloud-compute \
7 libvirt \
8 libvirt-libvirtd \
9 libvirt-virsh \
10 python-nova \
11 python-novaclient \
12 qpid \
13 kernel-module-kvm \
14 kernel-module-kvm-intel \
15 kernel-module-kvm-amd \
16 " 8 "
17 9
18IMAGE_FEATURES += "ssh-server-openssh" 10IMAGE_FEATURES += "ssh-server-openssh"
19 11
20IMAGE_LINGUAS = " "
21
22LICENSE = "MIT"
23
24inherit core-image 12inherit core-image
25 13
26IMAGE_ROOTFS_SIZE = "8192" 14#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
27 15
28ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " 16ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "