From 6bf6a221e29606a1204be124a2ac7d2dd50d4736 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 25 2019 14:35:50 +0000 Subject: add the vagrant artifacts to the images compose --- diff --git a/images.conf b/images.conf index c9b5ff6..b5fc1d7 100644 --- a/images.conf +++ b/images.conf @@ -87,7 +87,7 @@ image_build = { "generate_icicle": False, } }, - { + { "image-build": { "format": [("qcow2", "qcow2")], "name": "CentOS-8-ec2", @@ -109,6 +109,28 @@ image_build = { "generate_icicle": False, } }, + { + "image-build": { + "format": [("vagrant-libvirt", "vagrant-libvirt.box"),('vagrant-virtualbox','vagrant-virtualbox.box')], + "name": "CentOS-8-Vagrant", + "target": "image-centos-8", + "version": "8.0.1905", + "ksurl": "git+https://git.centos.org/centos/kickstarts.git?#HEAD", + "kickstart": "CentOS-8-x86_64-Vagrant.ks", + "ksversion": "F26", + "distro": "Fedora-20", + "disk-size": "10", + "arches": ["x86_64"], + "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, + } + }, ] }