jamesantill / centos / pungi-centos

Forked from centos/pungi-centos 4 years ago
Clone
Blob Blame History Raw
image_build = {
    "^Cloud$": [
        { 
            "image-build": {
                "format": [("qcow2", "qcow2")],
                "name": "CentOS-8-GenericCloud",
                "target": "image-centos-8",
                "version": "8.1.1911",
                "release": None,
                "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD",
                "kickstart": "CentOS-8-GenericCloud.ks",
                "ksversion": "F26",
                "distro": "Fedora-20",
                "disk-size": "10",
                "arches": ["x86_64","ppc64le","aarch64"],
                "repo": [
		     'BaseOS', 
		     'AppStream'],
                "failable": ["ppc64le","aarch64"],
            },
            "factory-parameters": {
                "generate_icicle": False,
            }
        },
        {
            "image-build": {
                "format": [("qcow2", "qcow2")],
                "name": "CentOS-8-ec2",
                "target": "image-centos-8",
                "version": "8.1.1911",
                "release": None,
                "ksurl": "git+https://git.centos.org/forks/davdunc/centos/kickstarts.git?#6f0660635fad0eb2e8d02219c56036d2035b24a3",
                "kickstart": "CentOS-8-EC2.ks",
                "ksversion": "F26",
                "distro": "Fedora-20",
                "disk-size": "10",
                "arches": ["x86_64"],
                "repo": [
		     'BaseOS', 
		     'AppStream'],
                "failable": ["ppc64le","aarch64"],
            },
            "factory-parameters": {
                "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.1.1911",
                "release": None,
                "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": [
		     'BaseOS',
		     'AppStream'],
                "failable": ["ppc64le","aarch64"],
            },
            "factory-parameters": {
                "generate_icicle": False,
            }
        },
    ]
}

translate_paths = [
	("/mnt/koji", "https://koji.mbox.centos.org/pkgs"),
	("/compose", "http://172.22.0.123/compose"),
]