Enable registry.fp.o prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
02b79e799b
commit
86b83c3e2b
4 changed files with 0 additions and 5 deletions
|
@ -43,7 +43,6 @@
|
|||
website: budget.fedoraproject.org
|
||||
- role: fedora-web/registry
|
||||
website: registry.fedoraproject.org
|
||||
when: env == "staging"
|
||||
- role: fedora-web/codecs
|
||||
website: codecs.fedoraproject.org
|
||||
- role: fedora-web/alt
|
||||
|
|
|
@ -493,7 +493,6 @@
|
|||
website: registry.fedoraproject.org
|
||||
destname: registry
|
||||
proxyurl: http://localhost:10048
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: retrace.fedoraproject.org
|
||||
|
|
|
@ -497,7 +497,6 @@
|
|||
server_aliases: [registry.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: retrace.fedoraproject.org
|
||||
|
|
|
@ -294,11 +294,9 @@ listen osbs 0.0.0.0:10047
|
|||
server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
listen docker-registry 0.0.0.0:10048
|
||||
balance hdr(appserver)
|
||||
server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
listen retrace 0.0.0.0:10049
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue