From 7f4197b73e7570692b974eaf0dd15e471cefe5ba Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Feb 21 2020 15:46:37 +0000 Subject: copr: use CDN for AWS --- diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index 4469349..8bbe926 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -8,7 +8,7 @@ _forward_src: "forward" copr_backend_ips: ["34.227.76.72", "172.30.2.166"] keygen_host: "52.202.64.55" -backend_base_url: "https://copr-be.aws.fedoraproject.org" +backend_base_url: "https://download.copr.fedorainfracloud.org" postfix_maincf: "postfix/main.cf/main.cf.copr" frontend_base_url: "https://copr-fe.aws.fedoraproject.org" diff --git a/inventory/group_vars/copr_dev_aws b/inventory/group_vars/copr_dev_aws index 1b12c84..0401de5 100644 --- a/inventory/group_vars/copr_dev_aws +++ b/inventory/group_vars/copr_dev_aws @@ -12,7 +12,7 @@ _forward_src: "forward_dev" copr_backend_ips: ["54.174.143.212", "172.30.2.128"] keygen_host: "18.209.1.14" -backend_base_url: "https://copr-be-dev.cloud.fedoraproject.org" +backend_base_url: "https://download.copr-dev.fedorainfracloud.org" postfix_maincf: "postfix/main.cf/main.cf.copr" frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"