Set up openqa with balancer
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
90696016a8
commit
24c2bc0ab8
1 changed files with 10 additions and 3 deletions
|
@ -319,9 +319,16 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: openqa.fedoraproject.org
|
website: openqa.fedoraproject.org
|
||||||
destname: openqa
|
destname: openqa
|
||||||
remotepath: /
|
balancer_name: openqa
|
||||||
localpath: /
|
balancer_members: ['openqa.qa.fedoraproject.org:80']
|
||||||
proxyurl: http://localhost:10044
|
when: env == "production"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: openqa.fedoraproject.org
|
||||||
|
destname: openqa
|
||||||
|
balancer_name: openqa-stg
|
||||||
|
balancer_members: ['openqa-stg01.qa.fedoraproject.org:80']
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue