From 18b00a20e3e245bf9b7c0503ee7cf99185f537b7 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 9 Apr 2019 20:47:11 +0000 Subject: [PATCH] proxies: fixing hostname for taskotron/resultsdb When I changed taskotron-prod to new-style proxy declarations, I used the wrong hostname for the balancers - fixing that to move traffic over the vpn --- playbooks/include/proxies-reverseproxy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index dbf3a7722a..0e2fcd56c3 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -423,7 +423,7 @@ website: taskotron.fedoraproject.org destname: taskotron balancer_name: taskotron - balancer_members: ['taskotron01.qa.fedoraproject.org:80'] + balancer_members: ['taskotron01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true - role: httpd/reverseproxy @@ -432,7 +432,7 @@ localpath: /taskmaster/ws remotepath: /taskmaster/ws balancer_name: taskotron - balancer_members: ['taskotron01.qa.fedoraproject.org:80'] + balancer_members: ['taskotron01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true - role: httpd/reverseproxy @@ -441,7 +441,7 @@ localpath: /resultsdb remotepath: /resultsdb balancer_name: resultsdb - balancer_members: ['resultsdb01.qa.fedoraproject.org:80'] + balancer_members: ['resultsdb01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true - role: httpd/reverseproxy @@ -450,7 +450,7 @@ localpath: /resultsdb_api remotepath: /resultsdb_api balancer_name: resultsdb - balancer_members: ['resultsdb01.qa.fedoraproject.org:80'] + balancer_members: ['resultsdb01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true - role: httpd/reverseproxy @@ -459,7 +459,7 @@ localpath: /execdb remotepath: /execdb balancer_name: resultsdb - balancer_members: ['resultsdb01.qa.fedoraproject.org:80'] + balancer_members: ['resultsdb01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true - role: httpd/reverseproxy @@ -468,7 +468,7 @@ localpath: /vault remotepath: /vault balancer_name: resultsdb - balancer_members: ['resultsdb01.qa.fedoraproject.org:80'] + balancer_members: ['resultsdb01.vpn.fedoraproject.org:80'] http_not_https_yes_this_is_insecure_and_i_feel_bad: true ### And four entries for taskotron for staging