From 2d3cd843fd8df926a142242d379fcfe35180face Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 2 Jul 2020 00:15:09 +0300 Subject: [PATCH] Add copr-lxc3 to list of mirrors LXC3 is usable with CentOS 8, while lxc2 is not available for it anymore So it's worth adding it to reduce network related issues in CI Change-Id: I562a7d8000ecda8790da88f08128c35b1ec4a2c9 --- playbooks/roles/mirror/templates/mirror.vhost.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2 index e277775d01..51e8ef25b3 100644 --- a/playbooks/roles/mirror/templates/mirror.vhost.j2 +++ b/playbooks/roles/mirror/templates/mirror.vhost.j2 @@ -308,6 +308,10 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \ CacheEnable disk "/copr-lxc2" ProxyPass "/copr-lxc2/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc2.0/" ttl=120 keepalive=On retry=0 ProxyPassReverse "/copr-lxc2/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc2.0/" + + CacheEnable disk "/copr-lxc3" + ProxyPass "/copr-lxc3/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc3.0/" ttl=120 keepalive=On retry=0 + ProxyPassReverse "/copr-lxc3/" "https://copr-be.cloud.fedoraproject.org/results/thm/lxc3.0/"