Add IPA to proxies
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
990cb24c13
commit
0a5758a918
2 changed files with 12 additions and 3 deletions
|
@ -178,6 +178,15 @@
|
||||||
website: id.fedoraproject.org
|
website: id.fedoraproject.org
|
||||||
destname: id
|
destname: id
|
||||||
proxyurl: http://localhost:10020
|
proxyurl: http://localhost:10020
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: id.fedoraproject.org
|
||||||
|
destname: kdcproxy
|
||||||
|
remotepath: /KdcProxy
|
||||||
|
localpath: /KdcProxy
|
||||||
|
proxyurl: http://localhost:10053
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
|
|
|
@ -325,14 +325,14 @@ listen fas3 0.0.0.0:10052
|
||||||
option httpchk GET /fas3/
|
option httpchk GET /fas3/
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if env == "staging" %}
|
|
||||||
|
|
||||||
listen ipa 0.0.0.0:10053
|
listen ipa 0.0.0.0:10053
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||||
option httpchk GET /
|
{% if env != "staging" %}
|
||||||
|
server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
option httpchk GET /
|
||||||
|
|
||||||
listen docker-candidate-registry 0.0.0.0:10054
|
listen docker-candidate-registry 0.0.0.0:10054
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue