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
|
||||
website: openqa.fedoraproject.org
|
||||
destname: openqa
|
||||
remotepath: /
|
||||
localpath: /
|
||||
proxyurl: http://localhost:10044
|
||||
balancer_name: openqa
|
||||
balancer_members: ['openqa.qa.fedoraproject.org:80']
|
||||
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
|
||||
website: apps.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue