Enable candidate registry on prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
794ab5d43f
commit
18d37c7875
4 changed files with 0 additions and 5 deletions
|
@ -45,7 +45,6 @@
|
||||||
website: registry.fedoraproject.org
|
website: registry.fedoraproject.org
|
||||||
- role: fedora-web/candidate-registry
|
- role: fedora-web/candidate-registry
|
||||||
website: candidate-registry.fedoraproject.org
|
website: candidate-registry.fedoraproject.org
|
||||||
when: env == "staging"
|
|
||||||
- role: fedora-web/codecs
|
- role: fedora-web/codecs
|
||||||
website: codecs.fedoraproject.org
|
website: codecs.fedoraproject.org
|
||||||
- role: fedora-web/alt
|
- role: fedora-web/alt
|
||||||
|
|
|
@ -505,7 +505,6 @@
|
||||||
website: candidate-registry.fedoraproject.org
|
website: candidate-registry.fedoraproject.org
|
||||||
destname: candidate-registry
|
destname: candidate-registry
|
||||||
proxyurl: http://localhost:10048
|
proxyurl: http://localhost:10048
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: retrace.fedoraproject.org
|
website: retrace.fedoraproject.org
|
||||||
|
|
|
@ -503,7 +503,6 @@
|
||||||
server_aliases: [candidate-registry.stg.fedoraproject.org]
|
server_aliases: [candidate-registry.stg.fedoraproject.org]
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: retrace.fedoraproject.org
|
name: retrace.fedoraproject.org
|
||||||
|
|
|
@ -336,13 +336,11 @@ listen ipa 0.0.0.0:10053
|
||||||
option httpchk GET /
|
option httpchk GET /
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if env == "staging" %}
|
|
||||||
|
|
||||||
listen docker-candidate-registry 0.0.0.0:10054
|
listen docker-candidate-registry 0.0.0.0:10054
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server docker-candidate-registry01 docker-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
server docker-candidate-registry01 docker-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# Apache doesn't handle the initial connection here like the other proxy
|
||||||
# entries. This proxy also doesn't use the http mode like the others.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue