Use balancer for openshift in staging
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
3233cc1388
commit
35e6135967
1 changed files with 15 additions and 0 deletions
|
@ -605,6 +605,21 @@
|
||||||
destname: os
|
destname: os
|
||||||
proxyurl: http://localhost:10064
|
proxyurl: http://localhost:10064
|
||||||
keephost: true
|
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:
|
tags:
|
||||||
- os.fedoraproject.org
|
- os.fedoraproject.org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue