Files
fedora-infra_ansible/inventory/group_vars/releng_compose
Nils Philippsen 6c85fda0c9 Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-03 20:05:02 +02:00

37 lines
1.2 KiB
Plaintext

---
# common items for the releng-* boxes
dns: 10.16.163.33
freezes: true
host_group: releng
ipa_client_shell_groups:
- sysadmin-releng
- sysadmin-troubleshoot
ipa_client_sudo_groups:
- sysadmin-releng
ipa_host_group: releng-compose
ipa_host_group_desc: Hosts running composes
# for kojid config
koji_instance: "primary"
koji_server_url: "https://koji.fedoraproject.org/kojihub"
koji_topurl: "https://kojipkgs.fedoraproject.org/"
koji_weburl: "https://koji.fedoraproject.org/koji"
kojihub_scheme: https
kojihub_url: koji.fedoraproject.org/kojihub
# For the mock config
kojipkgs_url: kojipkgs.fedoraproject.org
lvm_size: 100000
max_mem_size: "{{ mem_size }}"
mem_size: 131072
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4"
nrpe_procs_crit: 1000
# With 16 cpus, theres a bunch more kernel threads
nrpe_procs_warn: 900
num_cpus: 16
primary_auth_source: ipa
virt_install_command: "{{ virt_install_command_two_nic_unsafe }}"
zabbix_templates:
- group: "releng_compose"
template: "releng_compose_cronjobs.json"
custom_template: true # Is the template official template bundled with Zabbix or one of our custom templates
hostgroup: "fedora releng compose"