vm_image_util: add a small openstack image for wedging into tiny places

Most vm images have an expanded root partiton to make them practical to
use as-is. Some deployments may not want such a large root, putting most
storage on other volumes.
This commit is contained in:
Michael Marineau 2016-02-16 11:22:59 -08:00
parent 06d5ac79b1
commit 707c6c6f12

View File

@ -11,6 +11,7 @@ VALID_IMG_TYPES=(
pxe
iso
openstack
openstack_mini
qemu
qemu_uefi
qemu_uefi_secure
@ -190,6 +191,11 @@ IMG_openstack_DISK_LAYOUT=vm
IMG_openstack_OEM_PACKAGE=oem-ec2-compat
IMG_openstack_OEM_USE=openstack
## openstack but without a resized root partition for more flexibility
IMG_openstack_mini_DISK_FORMAT=qcow2
IMG_openstack_mini_OEM_PACKAGE=oem-ec2-compat
IMG_openstack_mini_OEM_USE=openstack
## brightbox, supports ec2's metadata format so use oem-ec2-compat
IMG_brightbox_DISK_FORMAT=qcow2
IMG_brightbox_DISK_LAYOUT=vm