From 8ad2025f06fb54e0801ac5cc9aa14ad49dfd4275 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 19 2016 19:01:15 +0000 Subject: Adding Fedora 25 beta and atomic configs Signed-off-by: Mohan Boddu --- diff --git a/fedora-atomic.conf b/fedora-atomic.conf new file mode 100644 index 0000000..8ada6e0 --- /dev/null +++ b/fedora-atomic.conf @@ -0,0 +1,339 @@ +# PRODUCT INFO +release_name = 'Fedora-Atomic' +release_short = 'Fedora-Atomic' +release_version = '25' +release_is_layered = False +# GENERAL SETTINGS +bootable = False +comps_file = 'comps-f25.xml' #{ +# 'scm': 'git', +# 'repo': 'git://git.fedorahosted.org/git/comps.git', +# 'branch': None, # defaults to cvs/HEAD or git/master +# 'file': 'comps-f23.xml', +#} +keep_original_comps = ['Everything'] +variants_file='variants-fedora.xml' +sigkeys = ['81B46521', '030D5AED'] # None = unsigned +# limit tree architectures +# if undefined, all architectures from variants.xml will be included +tree_arches = ['i386', 'x86_64', 'armhfp'] +# limit tree variants +# if undefined, all variants from variants.xml will be included +tree_variants = ['Atomic', 'CloudImages', 'Docker'] +hashed_directories = True +# RUNROOT settings +runroot = True +#runroot_channel = 'fedora_compose' +runroot_channel = 'compose' +runroot_tag = 'f25-build' +# PKGSET +pkgset_source = 'repos' # koji, repos +# PKGSET - REPOS +# pkgset_repos format: {arch: [repo1_url, repo2_url, ...]} +pkgset_repos = {'x86_64': ['https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/x86_64/os/', + 'https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/source/tree/'], + 'i386': ['https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/i386/os/', + 'https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/source/tree/'], + 'armhfp': ['https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/x86_64/os/', + 'https://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/source/tree/']} +filter_system_release_packages = False +# GATHER +gather_source = 'comps' +gather_method = 'deps' +check_deps = False +greedy_method = 'build' +# fomat: [(variant_uid_regex, {arch|*: [repos]})] +# gather_lookaside_repos = [] +# GATHER - JSON +# format: {variant_uid: {arch: package: [arch1, arch2, None (for any arch)]}} +#gather_source_mapping = '/path/to/mapping.json' +# CREATEREPO +createrepo_c = True +createrepo_checksum = 'sha256' +# CHECKSUMS +media_checksums = ['sha256'] +media_checksum_one_file = True +media_checksum_base_filename = 'Fedora-%(variant)s-%(version)s-%(date)s.%(respin)s-%(arch)s' +#jigdo +create_jigdo = False +# BUILDINSTALL +buildinstall_method = 'lorax' +# Enables macboot on x86_64 for all variants and disables upgrade image building +# # everywhere. +lorax_options = [ + ('^.*$', { + 'x86_64': { + 'nomacboot': False + } + '*': { + 'noupgrade': True + } + }) +] +#extra_packages = [ +# '/mnt/packages/foo*', +#] +# fomat: [(variant_uid_regex, {arch|*: [packages]})] +additional_packages = [ + ('.*', { + '*': [ + 'kernel.*', + 'dracut.*', + 'autocorr-.*', + 'eclipse-nls-.*', + 'hunspell-.*', + 'hyphen-.*', + 'calligra-l10n-.*', + 'kde-l10n-.*', + 'libreoffice-langpack-.*', + 'man-pages-.*', + 'mythes-.*', + ], + }), + ('^Everything$', { + '*': [ + '*', + ], + }), + ('^Server$', { + '*': [ + ], + }), + ('^Workstation$', { + '*': [ + ], + }), + ('^Cloud$', { + '*': [ + ], + }), +] +multilib = [ + ('^Everything$', { + 'x86_64': ['devel', 'runtime'], + 's390x': ['devel', 'runtime'] + }) +] +filter_packages = [ + ('(Workstation|Server|Cloud)$', { + '*': [ + '^kernel.*debug.*', + '^kernel-kdump.*', + '^kernel-tools.*', + '^syslog-ng.*', + '^astronomy-bookmarks', + '^generic.*', + '^GConf2-dbus.*', + '^bluez-gnome', + #Periods cause problems in paterns, so replace with *s + '^java-1.8.0-openjdk', + '^community-mysql.*', + '^jruby.*', + '^gimp-help-.*', + ] + }), +] +# format: {arch|*: [packages]} +multilib_blacklist = { + '*': ['kernel*', 'kernel-PAE*', 'kernel*debug*', + 'dmraid-devel', 'kdeutils-devel', 'mkinitrd-devel', + 'java-1.5.0-gcj-devel', 'java-1.7.0-icedtea-devel', + 'php-devel', 'java-1.6.0-openjdk-devel', + 'java-1.7.0-openjdk-devel', 'java-1.8.0-openjdk-devel', + 'httpd-devel', 'tomcat-native', 'php*', 'httpd', + 'krb5-server', 'krb5-server-ldap', 'mod_*', 'ghc-*' + ], +} +# format: {arch|*: [packages]} +multilib_whitelist = { + '*': ['libgnat', 'wine*', 'lmms-vst', 'nspluginwrapper', + 'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb', + 'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux', + 'syslinux-tftpboot', 'nosync', '*-static' + ], +} +createiso_skip = [ + ('^Workstation$', { + '*': True, + 'src': True + }), + ('^Server$', { + 'src': True + }), + ('^Cloud$', { + '*': True, + 'src': True + }), + ('^Everything$', { + '*': True, + 'src': True + }), + ] +# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})] +#extra_files = [ +# ('^(Server|Workstation|Cloud)$', { +# '*': [ +# { +# 'scm': 'rpm', +# 'repo': 'fedora-release-%(variant_id_lower)s', +# 'branch': None, +# 'file': [ +# '/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release', +# ], +# 'target': '', +# }, +# ], +# }), +#] +# Image name respecting Fedora's image naming policy +image_name_format = 'Fedora-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s.%(respin)s.iso' +# # Use the same format for volume id +image_volid_formats = [ + 'Fedora-%(variant)s-%(disc_type)s-%(arch)s-%(version)s' + ] +# No special handling for layered products, use same format as for regular images +image_volid_layered_product_formats = [] +# Replace 'Cloud' with 'C' in volume id etc. +volume_id_substitutions = { + 'Rawhide': 'rawh', + 'Images': 'img', + 'MATE_Compiz': 'MATE', + 'Security': 'Sec', + 'Electronic_Lab': 'Elec', + 'Robotics': 'Robo', + 'Scientific_KDE': 'SciK', + 'Astronomy_KDE': 'AstK', + 'Design_suite': 'Dsgn', + 'Games': 'Game', + 'Jam_KDE': 'Jam', + 'Workstation': 'WS', + 'Everything': 'E', + 'Server': 'S', + 'Cloud': 'C', + 'Alpha': 'A', + 'Beta': 'B', + 'TC': 'T', +} +disc_types = { + 'boot': 'netinst', + 'live': 'Live', +} +translate_paths = [ + ('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'), +] +image_build = { + '^Docker$': [ + { + 'image-build': { + 'format': [('docker', 'tar.xz')] + 'name': 'Fedora-Docker-Base', + 'target': 'f25', + 'version': '25', + 'release': None, + # correct SHA1 hash will be put into the URL below automatically + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25', + 'kickstart': 'fedora-docker-base.ks', + 'distro': 'Fedora-20', + 'disk_size': 3, + 'arches': ['x86_64', 'armhfp'], + 'repo': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'subvariant': 'Docker_Base' + } + } + ], + '^CloudImages$': [ + { + 'image-build': { + 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] + 'name': 'Fedora-Cloud-Base', + 'target': 'f25', + 'version': '25', + 'release': None, + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25', + 'kickstart': 'fedora-cloud-base.ks', + 'distro': 'Fedora-20', + 'disk_size': 3, + 'arches': ['x86_64', 'i386'], + 'repo': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'subvariant': 'Cloud_Base' + } + }, + { + 'image-build': { + 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] + 'name': 'Fedora-Cloud-Base-Vagrant', + 'target': 'f25', + 'version': '25', + 'release': None, + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25', + 'kickstart': 'fedora-cloud-base-vagrant.ks', + 'distro': 'Fedora-20', + 'disk_size': 40, + 'arches': ['x86_64'], + 'repo': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'subvariant': 'Cloud_Base', + 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + } + }, + { + 'image-build': { + 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] + 'name': 'Fedora-Atomic', + 'target': 'f25', + 'version': '25', + 'release': None, + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25', + 'kickstart': 'fedora-atomic.ks', + 'distro': 'Fedora-20', + 'disk_size': 6, + 'arches': ['x86_64'], + 'repo': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'subvariant': 'Atomic' + } + }, + { + 'image-build': { + 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] + 'name': 'Fedora-Atomic-Vagrant', + 'target': 'f25', + 'version': '25', + 'release': None, + 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25', + 'kickstart': 'fedora-atomic-vagrant.ks', + 'distro': 'Fedora-20', + 'disk_size': 40, + 'arches': ['x86_64'], + 'repo': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'install_tree_from': 'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/', + 'subvariant': 'Atomic' + } + } + ], +} +ostree_installer = [ + ("^Atomic$", { + "x86_64": { + "source_repo_from": "http://kojipkgs.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$arch/os/", + "release": None, + "installpkgs": ["fedora-productimg-atomic"], + "add_template": ["atomic-installer/lorax-configure-repo.tmpl"], + "add_template_var": [ + "ostree_osname=fedora-atomic", + "ostree_ref=fedora-atomic/25/x86_64/docker-host", + ], + "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"], + "add_arch_template_var": [ + "ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/", + "ostree_osname=fedora-atomic", + "ostree_ref=fedora-atomic/25/x86_64/docker-host", + ] + 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', + 'template_branch': 'f25', + } + }) +] +koji_profile = 'koji' diff --git a/fedora-beta.conf b/fedora-beta.conf new file mode 100644 index 0000000..a20b4af --- /dev/null +++ b/fedora-beta.conf @@ -0,0 +1,589 @@ +# PRODUCT INFO +release_name = 'Fedora' +release_short = 'Fedora' +release_version = '25' +release_is_layered = False + +# GENERAL SETTINGS +bootable = True +comps_file = 'comps-f25.xml' #{ +# 'scm': 'git', +# 'repo': 'https://pagure.io/fedora-comps.git', +# 'branch': None, # defaults to cvs/HEAD or git/master +# 'file': 'comps-f23.xml', +#} +keep_original_comps = ['Everything'] + +variants_file='variants-fedora.xml' +sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned + +# limit tree architectures +# if undefined, all architectures from variants.xml will be included +tree_arches = ['i386', 'x86_64', 'armhfp'] + +# limit tree variants +# if undefined, all variants from variants.xml will be included +#tree_variants = ['Server'] + + +hashed_directories = True + +# RUNROOT settings +runroot = True +#runroot_channel = 'fedora_compose' +runroot_channel = 'compose' +runroot_tag = 'f25-build' + +# PKGSET +pkgset_source = 'koji' # koji, repos + +# PKGSET - REPOS +# pkgset_repos format: {arch: [repo1_url, repo2_url, ...]} +# pkgset_repos = {} + +# PKGSET - KOJI +pkgset_koji_path_prefix = '/mnt/koji/' +pkgset_koji_url = 'http://koji.fedoraproject.org/kojihub' +pkgset_koji_tag = 'f25-compose' +pkgset_koji_inherit = True + +filter_system_release_packages = False + +# GATHER +gather_source = 'comps' +gather_method = 'deps' +check_deps = False +greedy_method = 'build' + +# fomat: [(variant_uid_regex, {arch|*: [repos]})] +# gather_lookaside_repos = [] + +# GATHER - JSON +# format: {variant_uid: {arch: package: [arch1, arch2, None (for any arch)]}} +#gather_source_mapping = '/path/to/mapping.json' + + +link_files = 'hardlink-or-copy' + +notification_script = '/usr/bin/pungi-fedmsg-notification' + +# CREATEREPO +createrepo_c = True +createrepo_checksum = 'sha256' +createrepo_deltas = True + +# CHECKSUMS +media_checksums = ['sha256'] +media_checksum_one_file = True +media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-1.1-%(arch)s' +#jigdo +create_jigdo = False + +# BUILDINSTALL +buildinstall_method = 'lorax' + +# Enables macboot on x86_64 for all variants and disables upgrade image building +# # everywhere. +lorax_options = [ + ('^.*$', { + 'x86_64': { + 'nomacboot': False + } + '*': { + 'noupgrade': True + } + }) +] + +#extra_packages = [ +# '/mnt/packages/foo*', +#] + + +# fomat: [(variant_uid_regex, {arch|*: [packages]})] +additional_packages = [ + ('.*', { + '*': [ + 'kernel.*', + 'dracut.*', + 'autocorr-.*', + 'eclipse-nls-.*', + 'hunspell-.*', + 'hyphen-.*', + 'calligra-l10n-.*', + 'kde-l10n-.*', + 'libreoffice-langpack-.*', + 'man-pages-.*', + 'mythes-.*', + ], + }), + + ('^Everything$', { + '*': [ + '*', + ], + }), + + ('^Server$', { + '*': [ + + ], + }), + + ('^Workstation$', { + '*': [ + + ], + }), + + ('^Cloud$', { + '*': [ + + ], + }), + +] + +multilib = [ + ('^Everything$', { + 'x86_64': ['devel', 'runtime'], + 's390x': ['devel', 'runtime'] + }) +] + +filter_packages = [ + ('(Workstation|Server|Cloud)$', { + '*': [ + '^kernel.*debug.*', + '^kernel-kdump.*', + '^kernel-tools.*', + '^syslog-ng.*', + '^astronomy-bookmarks', + '^generic.*', + '^GConf2-dbus.*', + '^bluez-gnome', + #Periods cause problems in paterns, so replace with *s + '^java-1.8.0-openjdk', + '^community-mysql.*', + '^jruby.*', + '^gimp-help-.*', + ] + }), +] + + +# format: {arch|*: [packages]} +multilib_blacklist = { + '*': ['kernel', 'kernel-PAE*', 'kernel*debug*', + 'dmraid-devel', 'kdeutils-devel', 'mkinitrd-devel', + 'java-1.5.0-gcj-devel', 'java-1.7.0-icedtea-devel', + 'php-devel', 'java-1.6.0-openjdk-devel', + 'java-1.7.0-openjdk-devel', 'java-1.8.0-openjdk-devel', + 'httpd-devel', 'tomcat-native', 'php*', 'httpd', + 'krb5-server', 'krb5-server-ldap', 'mod_*', 'ghc-*' + ], +} + + +# format: {arch|*: [packages]} +multilib_whitelist = { + '*': ['libgnat', 'wine', 'lmms-vst', 'nspluginwrapper', + 'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb', + 'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux', + 'syslinux-tftpboot', 'nosync', '*-static', 'apitrace-libs', + 'fakeroot-libs' + ], +} + +createiso_skip = [ + ('^Workstation$', { + '*': True, + 'src': True + }), + + ('^Server$', { + 'src': True + }), + + ('^Cloud$', { + '*': True, + 'src': True + }), + + ('^Everything$', { + '*': True, + 'src': True + }), + + ] + +# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})] +#extra_files = [ +# ('^(Server|Workstation|Cloud)$', { +# '*': [ +# { +# 'scm': 'rpm', +# 'repo': 'fedora-release-%(variant_id_lower)s', +# 'branch': None, +# 'file': [ +# '/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-release', +# ], +# 'target': '', +# }, +# ], +# }), +#] + +# Image name respecting Fedora's image naming policy +image_name_format = '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-1.1.iso' +# # Use the same format for volume id +image_volid_formats = [ + '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s' + ] +# No special handling for layered products, use same format as for regular images +image_volid_layered_product_formats = [] +# Replace 'Cloud' with 'C' in volume id etc. +volume_id_substitutions = { + 'Rawhide': 'rawh', + 'Images': 'img', + 'MATE_Compiz': 'MATE', + 'Security': 'Sec', + 'Electronic_Lab': 'Elec', + 'Robotics': 'Robo', + 'Scientific_KDE': 'SciK', + 'Astronomy_KDE': 'AstK', + 'Design_suite': 'Dsgn', + 'Games': 'Game', + 'Jam_KDE': 'Jam', + 'Workstation': 'WS', + 'Everything': 'E', + 'Server': 'S', + 'Cloud': 'C', + 'Alpha': 'A', + 'Beta': 'B', + 'TC': 'T', +} + +disc_types = { + 'boot': 'netinst', + 'live': 'Live', +} + +translate_paths = [ + ('/mnt/koji/compose/', 'http://kojipkgs.fedoraproject.org/compose/'), +] + + +# These will be inherited by live_media, live_images and image_build +global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25' +global_release = "1.1" +global_version = '25_Beta' +# live_images ignores this in favor of live_target +global_target = 'f25' + +image_build = { + '^Docker$': [ + { + 'failable': ['*'], + 'image-build': { + 'format': [('docker', 'tar.xz')] + 'name': 'Fedora-Docker-Base', + 'kickstart': 'fedora-docker-base.ks', + 'distro': 'Fedora-22', + 'disk_size': 3, + 'arches': ['x86_64', 'armhfp'], + 'repo_from': 'Cloud', + 'install_tree_from': 'Cloud', + 'subvariant': 'Docker_Base' + } + } + ], + '^CloudImages$': [ + { + 'failable': ['*'], + 'image-build': { + 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] + 'name': 'Fedora-Cloud-Base', + 'kickstart': 'fedora-cloud-base.ks', + 'distro': 'Fedora-22', + 'disk_size': 3, + 'arches': ['x86_64'], + 'repo_from': 'Cloud', + 'install_tree_from': 'Cloud', + 'subvariant': 'Cloud_Base' + } + }, + { + 'failable': ['*'], + 'image-build': { + 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] + 'name': 'Fedora-Cloud-Base-Vagrant', + 'kickstart': 'fedora-cloud-base-vagrant.ks', + 'distro': 'Fedora-22', + 'disk_size': 40, + 'arches': ['x86_64'], + 'repo_from': 'Cloud', + 'install_tree_from': 'Cloud', + 'subvariant': 'Cloud_Base', + 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + } + } + ], +} + +live_media = { + '^Workstation$': [ + { + 'name': 'Fedora-Workstation-Live', + 'kickstart': 'fedora-live-workstation.ks', + 'arches': ['x86_64', 'i386'], + 'repo_from': 'Everything', + 'subvariant': 'Workstation' + + } + ], + '^Spins': [ + { + 'name': 'Fedora-KDE-Live', + 'kickstart': 'fedora-live-kde.ks', + 'arches': ['x86_64', 'i386'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'KDE' + + }, + { + 'name': 'Fedora-Xfce-Live', + 'kickstart': 'fedora-live-xfce.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Xfce' + }, + { + 'name': 'Fedora-SoaS-Live', + 'kickstart': 'fedora-live-soas.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'SoaS' + }, + { + 'name': 'Fedora-Cinnamon-Live', + 'kickstart': 'fedora-live-cinnamon.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Cinnamon' + }, + { + 'name': 'Fedora-LXDE-Live', + 'kickstart': 'fedora-live-lxde.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'LXDE' + }, + { + 'name': 'Fedora-MATE_Compiz-Live', + 'kickstart': 'fedora-live-mate_compiz.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Mate' + } + ], + '^Labs$': [ + { + 'name': 'Fedora-Astronomy_KDE-Live', + 'kickstart': 'fedora-live-astronomy_kde.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Astronomy_KDE' + }, + { + 'name': 'Fedora-Design_suite-Live', + 'kickstart': 'fedora-live-design_suite.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Design_suite' + }, + { + 'name': 'Fedora-Scientific_KDE-Live', + 'kickstart': 'fedora-live-scientific_kde.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Scientific_KDE' + }, + { + 'name': 'Fedora-Games-Live', + 'kickstart': 'fedora-live-games.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Games' + }, + { + 'name': 'Fedora-Security-Live', + 'kickstart': 'fedora-live-security.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Security' + }, + { + 'name': 'Fedora-Jam_KDE-Live', + 'kickstart': 'fedora-live-jam_kde.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Jam_KDE' + }, + { + 'name': 'Fedora-Robotics-Live', + 'kickstart': 'fedora-live-robotics.ks', + 'arches': ['x86_64', 'i386'], + 'failable': ['*'], + 'repo_from': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Robotics' + } + ], +} + +failable_deliverables = [ + ('^.*$', { + # Buildinstall can fail on any variant and any arch + '*': ['buildinstall', 'iso', 'image-build', 'live-media', 'live', 'ostree', 'ostree-installer'], + 'src': ['buildinstall'], + # Nothing on i386 blocks the compose + 'i386': ['buildinstall', 'iso', 'live'], + }) +] + +live_target = 'f25' +live_images_no_rename = True +# fomat: [(variant_uid_regex, {arch|*: scm_dict})] +live_images = [ + ('^Workstation$', { + 'armhfp': { + 'kickstart': 'fedora-arm-workstation.ks', + 'name': 'Fedora-Workstation-armhfp', + 'type': 'appliance', + 'failable': True, + } + }), + ('^Server$', { + 'armhfp': { + 'kickstart': 'fedora-arm-server.ks', + 'name': 'Fedora-Server-armhfp', + 'type': 'appliance', + 'failable': True, + } + }), + ('^Spins$', { + 'armhfp': [{ + 'kickstart': 'fedora-arm-kde.ks', + 'name': 'Fedora-KDE-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'KDE', + 'failable': True, + }, + { + 'kickstart': 'fedora-arm-lxde.ks', + 'name': 'Fedora-LXDE-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'LXDE', + 'failable': True, + }, + { + 'kickstart': 'fedora-arm-mate.ks', + 'name': 'Fedora-Mate-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'Mate', + 'failable': True, + }, + { + 'kickstart': 'fedora-arm-minimal.ks', + 'name': 'Fedora-Minimal-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'Minimal', + 'failable': False, + }, + { + 'kickstart': 'fedora-arm-soas.ks', + 'name': 'Fedora-SoaS-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'SoaS', + 'failable': True, + }, + { + 'kickstart': 'fedora-arm-xfce.ks', + 'name': 'Fedora-Xfce-armhfp', + 'repo_from': 'Everything', + 'type': 'appliance', + 'subvariant': 'Xfce', + 'failable': True, + },] + }), +] + +ostree = [ + ("^ostree$", { + "x86_64": { + "treefile": "fedora-ostree-workstation.json", + "config_url": "https://pagure.io/workstation-ostree-config.git", + "config_branch": "f25", + "source_repo_from": "Workstation", + "ostree_repo": "/mnt/koji/compose/ostree/25/", + 'failable': ['*'], + } + }) +] +ostree_installer = [ + ("^Workstation$", { + "x86_64": { + "source_repo_from": "Everything", + "release": None, + "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso", + "installpkgs": ["fedora-productimg-atomic"], + "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"], + "add_template_var": [ + "ostree_osname=fedora-atomic", + "ostree_ref=fedora-atomic/25/x86_64/docker-host", + ], + "add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"], + "add_arch_template_var": [ + "ostree_repo=https://kojipkgs.fedoraproject.org/compose/ostree/25/", + "ostree_osname=fedora-workstation", + "ostree_ref=fedora/25/x86_64/workstation", + ] + 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', + 'template_branch': 'f25', + 'failable': ['*'], + } + }) +] + + +release_id_allow_missing = True +koji_profile = 'koji'