mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
Added template cloud-* images
Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
591945c8ee
commit
26348cc9a0
14
recipes-extended/images/cloud-image-compute.bb
Normal file
14
recipes-extended/images/cloud-image-compute.bb
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
IMAGE_FEATURES += "ssh-server-openssh"
|
||||||
|
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
|
||||||
|
|
||||||
|
IMAGE_INSTALL = "\
|
||||||
|
${CORE_IMAGE_BASE_INSTALL} \
|
||||||
|
packagegroup-core-basic \
|
||||||
|
openvswitch \
|
||||||
|
libvirt \
|
||||||
|
openflow \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit core-image
|
||||||
|
|
||||||
|
IMAGE_FSTYPES = "tar.gz"
|
34
recipes-extended/images/cloud-image-controller.bb
Normal file
34
recipes-extended/images/cloud-image-controller.bb
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
IMAGE_FEATURES += "ssh-server-openssh package-management"
|
||||||
|
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
|
||||||
|
|
||||||
|
IMAGE_INSTALL = "\
|
||||||
|
${CORE_IMAGE_BASE_INSTALL} \
|
||||||
|
${ROOTFS_PKGMANAGE_BOOTSTRAP} \
|
||||||
|
packagegroup-core-basic \
|
||||||
|
openvswitch \
|
||||||
|
openvswitch-controller \
|
||||||
|
openvswitch-switch \
|
||||||
|
openvswitch-brcompat \
|
||||||
|
criu \
|
||||||
|
libvirt \
|
||||||
|
libvirt-libvirtd \
|
||||||
|
libvirt-python \
|
||||||
|
libvirt-virsh \
|
||||||
|
openflow \
|
||||||
|
qemu \
|
||||||
|
kernel-modules \
|
||||||
|
dhcp-client \
|
||||||
|
perl-modules \
|
||||||
|
grub \
|
||||||
|
mysql5 \
|
||||||
|
python-twisted \
|
||||||
|
python-lxml \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit core-image
|
||||||
|
inherit image-vmdk
|
||||||
|
|
||||||
|
IMAGE_FSTYPES = "vmdk tar.gz"
|
||||||
|
|
||||||
|
# Ensure extra space for guest images
|
||||||
|
#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
|
18
recipes-extended/images/cloud-image-guest.bb
Normal file
18
recipes-extended/images/cloud-image-guest.bb
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
IMAGE_FEATURES += "ssh-server-openssh package-management"
|
||||||
|
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
|
||||||
|
|
||||||
|
IMAGE_INSTALL = "\
|
||||||
|
${CORE_IMAGE_BASE_INSTALL} \
|
||||||
|
${ROOTFS_PKGMANAGE_BOOTSTRAP} \
|
||||||
|
packagegroup-core-basic \
|
||||||
|
openflow \
|
||||||
|
qemu \
|
||||||
|
kernel-modules \
|
||||||
|
tcpdump \
|
||||||
|
dhcp-client \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit core-image
|
||||||
|
inherit image-vmdk
|
||||||
|
|
||||||
|
IMAGE_FSTYPES += "vmdk"
|
Loading…
Reference in New Issue
Block a user