Files
fedora-infra_ansible/inventory/host_vars/pagure01.fedoraproject.org
Kevin Fenzi 6ff7ce78ce pkgs01: double cpus to 32
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-12-04 18:15:38 -08:00

1.5 KiB

— datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: vpn.fedoraproject.org dns_search2: fedoraproject.org effective_cache_size: 1 eth0_ipv4_gw: 10.16.179.254 eth0_ipv4_ip: 10.16.179.60 eth0_ipv6_gw: "2620:52:6:1161::1" eth0_ipv6_ip: "2620:52:6:1161::32" eth0_ipv6_nm: 64 eth0_nm: 255.255.255.0 has_ipv6: yes ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8 max_stack_depth: "4MB" nagios_Check_Services: swap: false network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
    • "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet

pagure_db_host: 127.0.0.1 rdu3_external: true sar_output_file: pagure.json

sar_script: /usr/local/bin/pagure_sar.py sar_script_user: git #

# shared_buffers: "512MB" ssh_hostnames:

  • pagure.io

temp_buffers: "8MB" vmhost: vmhost-x86-iso01.rdu3.fedoraproject.org volgroup: /dev/vg_guests zabbix_macros: 'SWAP.PFREE.MIN.WARN': 0 # pagure uses all its limited swap all the time 'VFS.FS.PUSED.MAX.WARN:"/"': 85 # pagure uses a lot of disk, raise this from default of 80