From f4855a530b31cff2697b3da1db6573ab0433233f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 9 Dec 2024 15:40:39 -0800 Subject: [PATCH] db-riscv-koji101: switch ks repo/url Signed-off-by: Kevin Fenzi --- inventory/host_vars/db-riscv-koji01.iad2.fedoraproject.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/db-riscv-koji01.iad2.fedoraproject.org b/inventory/host_vars/db-riscv-koji01.iad2.fedoraproject.org index 16f876b660..d81d2ce625 100644 --- a/inventory/host_vars/db-riscv-koji01.iad2.fedoraproject.org +++ b/inventory/host_vars/db-riscv-koji01.iad2.fedoraproject.org @@ -9,8 +9,8 @@ dbs_to_backup: effective_cache_size: "6GB" eth0_ipv4_gw: 10.3.172.254 eth0_ipv4_ip: 10.3.172.20 -ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/ -ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel +ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ +ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel # These are normally group variables, but in this case db servers are often different lvm_size: 100000 max_stack_depth: "4MB"