diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-04-11 14:01:29 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-15 19:49:52 -0400 |
| commit | 496304e28096f01657d1160507b1df4bf50d538f (patch) | |
| tree | b568519f38999c1135ff0e5fee918d0fd15b2c52 /meta-openstack/recipes-extended/guest-images | |
| parent | c533b15bb52825f9062d2c7b7e945fb6205c7503 (diff) | |
| download | meta-cloud-services-496304e28096f01657d1160507b1df4bf50d538f.tar.gz | |
OpenStack: all-in-one node
Introduce image openstack-image-aio, integrating both compute and controller functionality
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/guest-images')
| -rw-r--r-- | meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb b/meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb new file mode 100644 index 0000000..459628a --- /dev/null +++ b/meta-openstack/recipes-extended/guest-images/cirros_0.3.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "An image containing the cirros cloud guest" | ||
| 2 | DESCRIPTION = "CirrOS a tiny cloud guest" | ||
| 3 | HOMEPAGE = "https://launchpad.net/cirros" | ||
| 4 | |||
| 5 | LICENSE="GPLv2" | ||
| 6 | |||
| 7 | SRC_URI = "https://launchpad.net/cirros/trunk/${PV}/+download/${PN}-${PV}-x86_64-disk.img" | ||
| 8 | SRC_URI[md5sum] = "50bdc35edb03a38d91b1b071afb20a3c" | ||
| 9 | SRC_URI[sha256sum] = "648782e9287288630250d07531fed9944ecc3986764a6664f0bf6c050ec06afd" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
| 12 | |||
| 13 | INHIBIT_PACKAGE_STRIP="1" | ||
| 14 | |||
| 15 | do_install() { | ||
| 16 | install -d ${D}/root/images | ||
| 17 | install -m 755 ${WORKDIR}/${PN}-${PV}-x86_64-disk.img ${D}/root/images | ||
| 18 | } | ||
| 19 | |||
| 20 | PACKAGES = "cirros-guest-image" | ||
| 21 | FILES_cirros-guest-image = "/root/images/*" | ||
