From e809f9f22a85ff51e12ee935bda3eaaf8de00b47 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: May 25 2021 10:08:58 +0000 Subject: Add qcow2 for ppc64le Cloud_Base for the moment only handle the qcow2 format TODO: * after merge should only have changes in images.sample Signed-off-by: Michel Normand --- diff --git a/sample-configs/images.json.sample b/sample-configs/images.json.sample index 3e402a4..acd2f02 100644 --- a/sample-configs/images.json.sample +++ b/sample-configs/images.json.sample @@ -234,6 +234,13 @@ }, { "match": { + "subvariant": "Cloud_Base", + "format": "qcow2", + "arch": "ppc64le" + } + }, + { + "match": { "subvariant": "Server", "type": "boot", "format": "iso",