diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-11 00:04:39 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:59 -0400 |
commit | 106487af8f1d02f556d69f5274cf10a6c04c73dc (patch) | |
tree | 4484b8d3819ff8137a36d3cd5f027034680c7cf5 /meta-openstack/recipes-extended/images/openstack-image-compute.bb | |
parent | a4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d (diff) | |
download | meta-cloud-services-106487af8f1d02f556d69f5274cf10a6c04c73dc.tar.gz |
openstack: rename and clarify image names
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/images/openstack-image-compute.bb')
-rw-r--r-- | meta-openstack/recipes-extended/images/openstack-image-compute.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/images/openstack-image-compute.bb b/meta-openstack/recipes-extended/images/openstack-image-compute.bb new file mode 100644 index 0000000..632b21b --- /dev/null +++ b/meta-openstack/recipes-extended/images/openstack-image-compute.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Openstack compute node image" | ||
2 | LICENSE = "MIT" | ||
3 | |||
4 | IMAGE_INSTALL = " \ | ||
5 | packagegroup-core-boot \ | ||
6 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
7 | packagegroup-cloud-compute \ | ||
8 | " | ||
9 | |||
10 | IMAGE_FEATURES += "ssh-server-openssh" | ||
11 | |||
12 | inherit core-image | ||
13 | |||
14 | #IMAGE_ROOTFS_EXTRA_SPACE = "41943040" | ||
15 | |||
16 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||