Once again try and move openshift behind a apache based balancer instead of haproxy

This commit is contained in:
Kevin Fenzi 2018-06-01 17:05:43 +00:00
parent 1a516eb0b3
commit a07a7818e3

View file

@ -642,7 +642,8 @@
- role: httpd/reverseproxy
website: os.fedoraproject.org
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
tags:
- os.fedoraproject.org
@ -650,7 +651,8 @@
- role: httpd/reverseproxy
website: app.os.fedoraproject.org
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
tags:
- app.os.fedoraproject.org