Break the world (add awx to proxies)

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-11 19:45:48 +00:00
parent 0dced93f85
commit 72003bf457
3 changed files with 22 additions and 0 deletions

View file

@ -127,6 +127,13 @@
keephost: true keephost: true
proxyurl: "{{ varnish_url }}" proxyurl: "{{ varnish_url }}"
- role: httpd/reverseproxy
website: awx.fedoraproject.org
destname: awx
remotepath: /
localpath: /
proxyurl: http://localhost:10069
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: admin.fedoraproject.org website: admin.fedoraproject.org
destname: totpcgiprovision destname: totpcgiprovision

View file

@ -475,6 +475,12 @@
sslonly: true sslonly: true
cert_name: "{{wildcard_cert_name}}" cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
name: awx.fedoraproject.org
sslonly: true
cert_name: "{{wildcard_cert_name}}"
# #
# Make a website here so we can redirect it to paste.fedoraproject.org # Make a website here so we can redirect it to paste.fedoraproject.org
# #

View file

@ -236,6 +236,15 @@ backend hubs-backend
{% endif %} {% endif %}
option httpchk GET / option httpchk GET /
frontend awx-frontend
bind 0.0.0.0:10069
default_backend awx-backend
backend awx-backend
balance hdr(appserver)
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
option httpchk GET /
# IMPORTANT: 10023-10026 will NOT work because of selinux policies # IMPORTANT: 10023-10026 will NOT work because of selinux policies
frontend datagrepper-frontend frontend datagrepper-frontend