From 3a91384bfe73c84ea05066d59e2cea63e0a4d132 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Sep 25 2019 20:11:20 +0000 Subject: try out an ec2 image --- diff --git a/images.conf b/images.conf index faa96c7..ef3d151 100644 --- a/images.conf +++ b/images.conf @@ -89,6 +89,28 @@ image_build = { "generate_icicle": False, } }, + { + "image-build": { + "format": [("qcow2", "qcow2")], + "name": "CentOS-8-ec2", + "target": "image-centos-8", + "version": "8.0.1905", + "ksurl": "git+https://git.centos.org/fork/davdunc/centos/kickstarts?#6f0660635fad0eb2e8d02219c56036d2035b24a3", + "kickstart": "CentOS-8-GenericCloud.ks", + "ksversion": "F26", + "distro": "Fedora-20", + "disk-size": "10", + "arches": ["x86_64","ppc64le","aarch64"], + "repo": [ + 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart', + 'http://mirror.centos.org/centos/8.0.1905/AppStream/$arch/kickstart'], + "install_tree_from": 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/kickstart', + "failable": ["ppc64le","aarch64"], + }, + "factory-parameters": { + "generate_icicle": False, + } + }, { "image-build": { "format": [("docker", "tar.gz")],