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
This commit is contained in:
Tim Flink
2019-04-09 20:47:11 +00:00
parent efbbbc9de6
commit 18b00a20e3

View File

@@ -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