From 0b419087e3d1cee7c44c7b84ce1bc8fb96fe186c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 14 Feb 2019 14:12:02 +0100 Subject: [PATCH] Add cloudfront for s390x kojipkgs Signed-off-by: Patrick Uiterwijk --- roles/koji_builder/templates/kojid.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9fbb8216aa..5b4e40937a 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -28,8 +28,8 @@ oz_install_timeout=14400 use_createrepo_c=True {% if host in groups['buildvm-s390x'] %} -# s390x builders use a local varnish cache -topurl = http://kojipkgs-cache01.s390.fedoraproject.org https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org +# s390x builders use cloudfront and then a local varnish cache +topurl = https://d3f37x7uoxqred.cloudfront.net http://kojipkgs-cache01.s390.fedoraproject.org https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org {% elif host in groups['buildvm-s390x-stg'] %} # s390x staging builder uses a local varnish cache topurl = http://kojipkgs-cache01.stg.s390.fedoraproject.org {{koji_topurl}}