From d096ce37e4dee8a73e41e03f0b4cbf8efc264fb4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 04 2019 16:10:11 +0000 Subject: cloud base: drop making vmdk image for now until we have a updated productmd that supports it. Without productmd support, it causes the compose to fail due to invalid type. See: https://pagure.io/dusty/failed-composes/issue/1574 Also, see: https://github.com/release-engineering/productmd/pull/108/commits/7ebc4652be1c1045d750f92d7cccc358f647a4e1 Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 9fe6e75..47a142a 100644 --- a/fedora.conf +++ b/fedora.conf @@ -356,7 +356,7 @@ image_build = { '^Cloud$': [ { 'image-build': { - 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz'), ('vmdk','vmdk')], + 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')], 'name': 'Fedora-Cloud-Base', 'kickstart': 'fedora-cloud-base.ks', 'distro': 'Fedora-22',