From ac0abd5853da85e48ab97e008f43747255df63dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 30 Jun 2025 17:40:26 -0700 Subject: [PATCH] proxies: switch openqa stg to use rdu3 and add a tag for easily setting it up Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 1 + roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index a30e27f827..c5d2403d5c 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -536,6 +536,7 @@ balancer_members: ['openqa-lab01.rdu3.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true when: env == "staging" + tags: openqa-stg - role: httpd/reverseproxy website: admin.fedoraproject.org diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf index 3565012c15..78e196d9dc 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf @@ -1 +1 @@ -{% include "reversepassproxy.conf-nonopenshift-iad2" %} +{% include "reversepassproxy.conf-nonopenshift-rdu3" %}