From 6564f8a21c8acb738e0863ce427a48544f5abef0 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 3 May 2025 19:02:04 -0400 Subject: [PATCH] debuginfod vms: update to f42, enable --cors elfutils 0.193 (stable on f42) brings a new --cors option, which lets third-party webapps safely fetch debuginfo from these servers --- files/debuginfod/sysconfig.debuginfod | 2 +- inventory/host_vars/debuginfod01.iad2.fedoraproject.org | 2 +- inventory/host_vars/debuginfod01.stg.iad2.fedoraproject.org | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/debuginfod/sysconfig.debuginfod b/files/debuginfod/sysconfig.debuginfod index bdccbdf45f..4abb6db636 100644 --- a/files/debuginfod/sysconfig.debuginfod +++ b/files/debuginfod/sysconfig.debuginfod @@ -2,7 +2,7 @@ DEBUGINFOD_PORT="8002" #DEBUGINFOD_VERBOSE="-vv" -DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r --koji-sigcache -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm" +DEBUGINFOD_PATHS="--cors --fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r --koji-sigcache -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm" # to age old fedoras, change the -I regex diff --git a/inventory/host_vars/debuginfod01.iad2.fedoraproject.org b/inventory/host_vars/debuginfod01.iad2.fedoraproject.org index 004a1e0bc3..ae46af24f8 100644 --- a/inventory/host_vars/debuginfod01.iad2.fedoraproject.org +++ b/inventory/host_vars/debuginfod01.iad2.fedoraproject.org @@ -2,7 +2,7 @@ datacenter: iad2 eth0_ipv4_gw: 10.3.163.254 eth0_ipv4_ip: 10.3.163.109 -ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora sar_script_user: root virt_install_command: "{{ virt_install_command_one_nic }}" diff --git a/inventory/host_vars/debuginfod01.stg.iad2.fedoraproject.org b/inventory/host_vars/debuginfod01.stg.iad2.fedoraproject.org index 53ab955250..49dcd5e2ab 100644 --- a/inventory/host_vars/debuginfod01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/debuginfod01.stg.iad2.fedoraproject.org @@ -2,7 +2,7 @@ datacenter: iad2 eth0_ipv4_gw: 10.3.166.254 eth0_ipv4_ip: 10.3.166.62 -ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/ +ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora vmhost: vmhost-x86-08.stg.iad2.fedoraproject.org volgroup: /dev/vg_guests