2020-12-18 22:55:55 +00:00
|
|
|
---
|
2021-01-03 19:35:33 +00:00
|
|
|
# kojid
|
|
|
|
kojid_packages:
|
|
|
|
- koji-builder
|
|
|
|
- koji-builder-plugins
|
|
|
|
- python3-koji
|
|
|
|
- python3-kickstart
|
|
|
|
- libvirt-client
|
|
|
|
- strace
|
|
|
|
- mock
|
|
|
|
- createrepo_c
|
|
|
|
- dnf-plugins-core
|
|
|
|
- gpgme
|
|
|
|
- pykickstart
|
|
|
|
- rng-tools
|
|
|
|
|
|
|
|
kojid_vendor: Rocky
|
|
|
|
kojid_packager: infrastructure@rockylinux.org
|
|
|
|
kojid_distribution: Rocky
|
|
|
|
kojid_web_url: https://koji.rockylinux.org/koji
|
|
|
|
kojid_hub_url: https://koji.rockylinux.org/kojihub
|
|
|
|
kojid_files_url: https://koji.rockylinux.org/kojifiles
|
|
|
|
kojid_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
|
2021-01-04 08:17:40 +00:00
|
|
|
kojid_keytab: /etc/kojid.keytab
|
|
|
|
kojid_smtp_host: smtp.rockylinux.org
|
2021-01-24 18:24:49 +00:00
|
|
|
kojid_smtp_user: smtpuser
|
|
|
|
kojid_smtp_pass: smtppass
|
2021-05-04 14:58:18 +00:00
|
|
|
kojid_allowed_scm: "git.rockylinux.org:/staging/rpms/*:off:/var/srpmproc/srpmproc_wrapper git.rockylinux.org:/rocky/*:off:/var/srpmproc/srpmproc_wrapper"
|
2021-01-04 16:13:39 +00:00
|
|
|
kojid_bugzilla: https://bugs.rockylinux.org
|
2021-01-03 19:35:33 +00:00
|
|
|
|
2021-02-04 00:30:51 +00:00
|
|
|
kojid_maxjobs: 10
|
|
|
|
kojid_minspace: 4096
|
2021-01-03 19:35:33 +00:00
|
|
|
|
|
|
|
# NFS
|
2021-01-24 21:51:18 +00:00
|
|
|
kojid_nfs: false
|
2021-01-03 19:35:33 +00:00
|
|
|
kojid_mount: /mnt/koji
|
|
|
|
kojid_nfs_path: nfs.rockylinux.org:/export/koji
|
|
|
|
|
|
|
|
# Are we building images? This is definable in a playbook
|
2021-03-15 19:04:12 +00:00
|
|
|
kojid_image_builder: true
|
|
|
|
kojid_runroot_builder: true
|
2021-01-03 19:35:33 +00:00
|
|
|
|
|
|
|
# Builtools repo
|
|
|
|
# Not sure if we're using this yet
|
|
|
|
kojid_buildtools_repo: False
|
|
|
|
kojid_buildtools_repo_host: https://localhost
|
|
|
|
kojid_buildtools_repo_url: "{{ kojid_buildtools_repo_host }}/builder/$basearch/"
|
|
|
|
kojid_buildtools_repo_gpgcheck: false
|
|
|
|
kojid_buildtools_repo_gpgkey: RPM-GPG-KEY-Rocky-Infra
|
|
|
|
|
|
|
|
# SSH Pubkeys, define them in a playbook
|
|
|
|
# mockbuilder_pub_key
|
|
|
|
# kojibuilder_pub_key
|
2021-02-11 01:11:49 +00:00
|
|
|
|
|
|
|
# Are the kojid builders "shared" builders between different ecosystems
|
|
|
|
# "production" and "staging" are the predetermined names and are sorted
|
|
|
|
# as such.
|
|
|
|
kojid_shared_builders: false
|
2023-05-02 04:50:13 +00:00
|
|
|
|
|
|
|
# Define ulimits to avoid alloc issues
|
|
|
|
kojid_ulimits_conf: false
|
|
|
|
kojid_ulimits_nofiles: 10240
|