mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
---
|
|
# common items for the releng-* boxes
|
|
dns: 10.16.163.33
|
|
external: false
|
|
host_group: releng_riscv
|
|
ipa_client_shell_groups:
|
|
- sysadmin-riscv
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-riscv
|
|
ipa_host_group: releng-compose-riscv
|
|
ipa_host_group_desc: Hosts running composes for riscv
|
|
# for kojid config
|
|
koji_instance: secondary
|
|
koji_server_url: "https://riscv-koji.fedoraproject.org/kojihub"
|
|
koji_topurl: "https://riscv-kojipkgs.fedoraproject.org/"
|
|
koji_weburl: "https://riscv-koji.fedoraproject.org/koji"
|
|
kojihub_scheme: https
|
|
kojihub_url: riscv-koji.fedoraproject.org/kojihub
|
|
# For the mock config
|
|
kojipkgs_url: riscv-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_one_nic_unsafe }}"
|
|
zabbix_templates: "{{ [] }}" # Need to do some research on what exactly we're doing on this host before enabling any templates.
|