From fd53786d35461d862576acceab09f8aae4cae8bd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Oct 2025 17:55:46 -0700 Subject: [PATCH] f43 final freeze Signed-off-by: Kevin Fenzi --- roles/haproxy/templates/haproxy.cfg | 4 ++-- vars/all/Frozen.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 48a0950025..c311c0f9d8 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -274,8 +274,8 @@ frontend kojipkgs-frontend backend kojipkgs-backend balance uri - server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:80 check inter 10s rise 1 fall 2 - server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:80 check inter 10s rise 1 fall 2 + server kojipkgs01.{{ datacenter }}.fedoraproject.org kojipkgs01.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3 + server kojipkgs02.{{ datacenter }}.fedoraproject.org kojipkgs02.{{ datacenter }}.fedoraproject.org:80 check inter 30s rise 1 fall 3 option httpchk GET / {% endif %} diff --git a/vars/all/Frozen.yaml b/vars/all/Frozen.yaml index 11f3a66d0a..8a4b4163ce 100644 --- a/vars/all/Frozen.yaml +++ b/vars/all/Frozen.yaml @@ -1,6 +1,6 @@ --- # is the infrastructure freeze currently in place? -InfraFrozen: False +InfraFrozen: True # is the pending release (Branched) currently frozen? NextReleaseFrozen: True # for 'backwards compatibility'