From ffc8ff23129c3c62cb32f150d9a479c5ce7ebede Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jan 30 2019 20:09:03 +0000 Subject: produce cloud image in vmdk format This is needed for uploading the image to aws using the github.com/coreos/mantle code base. We can upload the raw files but it is a significant waste of bandwidth to do so. Right now aws import-image does not support qcow2 files, otherwise we would be using that. Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index 3caa7c6..2cda1b1 100644 --- a/fedora.conf +++ b/fedora.conf @@ -350,7 +350,7 @@ image_build = { '^Cloud$': [ { 'image-build': { - 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')], + 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz'), ('vmdk','vmdk')], 'name': 'Fedora-Cloud-Base', 'kickstart': 'fedora-cloud-base.ks', 'distro': 'Fedora-22',