proxies: changing taskotron-prod to use new-style reverseproxy
The old-style reverseproxy declarations don't have anything in them for websockets. This changes the reverseproxy definitions so that we're using the new style ones for taskotron-prod and get ws handling along with that
This commit is contained in:
parent
26a7274e66
commit
efbbbc9de6
1 changed files with 25 additions and 12 deletions
|
@ -418,45 +418,58 @@
|
||||||
# Talk directly to the app server, not haproxy
|
# Talk directly to the app server, not haproxy
|
||||||
proxyurl: http://log01
|
proxyurl: http://log01
|
||||||
|
|
||||||
### Four entries for taskotron for production
|
### Six entries for taskotron for production
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
destname: taskotron
|
destname: taskotron
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: taskotron
|
||||||
proxyurl: http://taskotron01.vpn.fedoraproject.org
|
balancer_members: ['taskotron01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: taskotron.fedoraproject.org
|
||||||
|
destname: taskotron-websockets
|
||||||
|
localpath: /taskmaster/ws
|
||||||
|
remotepath: /taskmaster/ws
|
||||||
|
balancer_name: taskotron
|
||||||
|
balancer_members: ['taskotron01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
destname: taskotron-resultsdb
|
destname: taskotron-resultsdb
|
||||||
localpath: /resultsdb
|
localpath: /resultsdb
|
||||||
remotepath: /resultsdb
|
remotepath: /resultsdb
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb
|
||||||
proxyurl: http://resultsdb01.vpn.fedoraproject.org
|
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
destname: taskotron-resultsdbapi
|
destname: taskotron-resultsdbapi
|
||||||
localpath: /resultsdb_api
|
localpath: /resultsdb_api
|
||||||
remotepath: /resultsdb_api
|
remotepath: /resultsdb_api
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb
|
||||||
proxyurl: http://resultsdb01.vpn.fedoraproject.org
|
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
destname: taskotron-execdb
|
destname: taskotron-execdb
|
||||||
localpath: /execdb
|
localpath: /execdb
|
||||||
remotepath: /execdb
|
remotepath: /execdb
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb
|
||||||
proxyurl: http://resultsdb01.vpn.fedoraproject.org
|
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
destname: taskotron-vault
|
destname: taskotron-vault
|
||||||
localpath: /vault
|
localpath: /vault
|
||||||
remotepath: /vault
|
remotepath: /vault
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb
|
||||||
proxyurl: http://resultsdb01.vpn.fedoraproject.org
|
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
|
|
||||||
### And four entries for taskotron for staging
|
### And four entries for taskotron for staging
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue