Use balancer for openshift in staging

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-10 17:10:55 +02:00
parent 3233cc1388
commit 35e6135967

View file

@ -605,6 +605,21 @@
destname: os
proxyurl: http://localhost:10064
keephost: true
when: env != "staging"
tags:
- os.fedoraproject.org
- role: httpd/reverseproxy
website: os.fedoraproject.org
destname: os
proxyurl: http://localhost:10064
balancer_name: osmaster
balancer_members:
- "https://os-master01"
- "https://os-master02"
- "https://os-master03"
keephost: true
when: env == "staging"
tags:
- os.fedoraproject.org