Enable candidate registry on prod

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-02 14:34:57 +00:00
parent 794ab5d43f
commit 18d37c7875
4 changed files with 0 additions and 5 deletions

View file

@ -45,7 +45,6 @@
website: registry.fedoraproject.org
- role: fedora-web/candidate-registry
website: candidate-registry.fedoraproject.org
when: env == "staging"
- role: fedora-web/codecs
website: codecs.fedoraproject.org
- role: fedora-web/alt

View file

@ -505,7 +505,6 @@
website: candidate-registry.fedoraproject.org
destname: candidate-registry
proxyurl: http://localhost:10048
when: env == "staging"
- role: httpd/reverseproxy
website: retrace.fedoraproject.org

View file

@ -503,7 +503,6 @@
server_aliases: [candidate-registry.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
- role: httpd/website
name: retrace.fedoraproject.org

View file

@ -336,13 +336,11 @@ listen ipa 0.0.0.0:10053
option httpchk GET /
{% endif %}
{% if env == "staging" %}
listen docker-candidate-registry 0.0.0.0:10054
balance hdr(appserver)
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
# entries. This proxy also doesn't use the http mode like the others.