From 0dd19d3262fc0c639a477a8f636e3ae729f0cbc8 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 30 2019 16:21:21 +0000 Subject: add the images config --- diff --git a/c8.conf b/c8.conf index 3b2e469..fae7f1d 100644 --- a/c8.conf +++ b/c8.conf @@ -40,9 +40,9 @@ tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64'] # RUNROOT SETTINGS runroot = True -runroot_channel = 'compose' -runroot_tag = 'dist-c8' -runroot_method = 'local' +runroot_channel = 'image' +runroot_tag = 'dist-c8-build' +runroot_method = 'koji' # PKGSET pkgset_source = "koji" @@ -134,6 +134,7 @@ variant_as_lookaside = [ productimg = False translate_paths = [ - ("/mnt/koji", "https://koji.mbox.centos.org/kojifiles/"), + ("/mnt/koji", "https://koji.mbox.centos.org/pkgs"), + ("/compose", "http://172.22.0.123/compose"), ] diff --git a/images.conf b/images.conf index 36fafb9..f8608b0 100644 --- a/images.conf +++ b/images.conf @@ -3,15 +3,17 @@ image_build = { { "image-build": { "format": [("qcow2", "qcow2")], - "name": "CentOS-8.0.1905-GenericCloud", - "version": "8", + "name": "CentOS-8-GenericCloud", + "target": "image-centos-8", + "version": "8.0.1905", "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"], + "arches": ["x86_64","ppc64le","aarch64"], "repo": ["BaseOS", "AppStream"], - "failable": ["*"], + "failable": ["ppc64le","aarch64"], }, "factory-parameters": { "generate_icicle": False, @@ -20,15 +22,17 @@ image_build = { { "image-build": { "format": [("docker", "tar.gz")], - "name": "CentOS-8.0.1905-Docker", - "version": "8", + "name": "CentOS-8-Docker", + "target": "image-centos-8", + "version": "8.0.1905", "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD", - "kickstart": "centos-8.ks", + "kickstart": "CentOS-8-Docker.ks", + "ksversion": "F26", "distro": "Fedora-20", "disk-size": "10", - "arches": ["x86_64"], + "arches": ["x86_64","ppc64le","aarch64"], "repo": ["BaseOS", "AppStream"], - "failable": ["*"], + "failable": ["ppc64le","aarch64"], }, "factory-parameters": { "generate_icicle": False,