From 48d5523dc55320b1791b80ad2c907b4890f88c22 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Thu, 10 Feb 2022 14:36:58 +0100 Subject: [PATCH] copr: remove copr.stg.fedoraproject.org, we don't use it. This is an old initiative, we wanted to have two frontend instances, but we never used it. --- inventory/group_vars/copr_back_stg | 1 - inventory/group_vars/copr_stg | 1 - playbooks/include/proxies-websites.yml | 7 ------- 3 files changed, 9 deletions(-) diff --git a/inventory/group_vars/copr_back_stg b/inventory/group_vars/copr_back_stg index 40e6650d9c..b663bc0c11 100644 --- a/inventory/group_vars/copr_back_stg +++ b/inventory/group_vars/copr_back_stg @@ -16,6 +16,5 @@ csi_relationship: This host is the testing environment for the cloud infrastruct # See http://infrastructure.fedoraproject.org/csi/security-policy/ csi_security_category: Moderate do_sign: "true" -frontend_base_url: "https://copr.stg.fedoraproject.org" resolvconf: "resolv.conf/cloud" spawn_in_advance: "false" diff --git a/inventory/group_vars/copr_stg b/inventory/group_vars/copr_stg index f357a01257..f4c68b7856 100644 --- a/inventory/group_vars/copr_stg +++ b/inventory/group_vars/copr_stg @@ -6,5 +6,4 @@ backend_base_url: "https://copr-be-stg.fedorainfracloud.org" copr_backend_ips: ["172.25.33.49", "209.132.184.44"] devel: false dist_git_base_url: "copr-dist-git-stg.fedorainfracloud.org" -frontend_base_url: "https://copr.stg.fedoraproject.org" keygen_host: "172.25.33.51" diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index a17c2af85a..d447d310d8 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -379,13 +379,6 @@ - fedora.my ssl: false - - role: httpd/website - site_name: copr.fedoraproject.org - sslonly: true - server_aliases: [copr.stg.fedoraproject.org] - cert_name: "{{wildcard_cert_name}}" - tags: copr - - role: httpd/website site_name: bugz.fedoraproject.org server_aliases: [bugz.stg.fedoraproject.org]