Once again try and move openshift behind a apache based balancer instead of haproxy
This commit is contained in:
parent
1a516eb0b3
commit
a07a7818e3
1 changed files with 4 additions and 2 deletions
|
@ -642,7 +642,8 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: os.fedoraproject.org
|
website: os.fedoraproject.org
|
||||||
destname: os
|
destname: os
|
||||||
proxyurl: http://localhost:10064
|
balancer_name: os
|
||||||
|
balancer_members: ['https://os-master01.vpn.fedoraproject.org', 'https://os-master02.vpn.fedoraproject.org', 'https://os-master03.vpn.fedoraproject.org']
|
||||||
keephost: true
|
keephost: true
|
||||||
tags:
|
tags:
|
||||||
- os.fedoraproject.org
|
- os.fedoraproject.org
|
||||||
|
@ -650,7 +651,8 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: app.os.fedoraproject.org
|
website: app.os.fedoraproject.org
|
||||||
destname: app.os
|
destname: app.os
|
||||||
proxyurl: http://localhost:10065
|
balancer_name: app-os
|
||||||
|
balancer_members: ['https://os-node01.vpn.fedoraproject.org', 'https://os-node02.vpn.fedoraproject.org']
|
||||||
keephost: true
|
keephost: true
|
||||||
tags:
|
tags:
|
||||||
- app.os.fedoraproject.org
|
- app.os.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue