attempt to stg cutover to modernpaste

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-01-09 16:07:19 +00:00
parent 98c27f78e8
commit f26069c9ab

View file

@ -138,6 +138,13 @@
website: paste.fedoraproject.org website: paste.fedoraproject.org
destname: sticky-notes destname: sticky-notes
proxyurl: "{{ varnish_url }}" proxyurl: "{{ varnish_url }}"
when: env != "staging"
- role: httpd/reverseproxy
website: paste.fedoraproject.org
destname: modernpaste
proxyurl: http://localhost:10055
when: env == "staging"
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: admin.fedoraproject.org website: admin.fedoraproject.org
@ -569,12 +576,6 @@
proxyurl: http://localhost:10052 proxyurl: http://localhost:10052
when: env == "staging" when: env == "staging"
- role: httpd/reverseproxy
website: modernpaste.fedoraproject.org
destname: modernpaste
proxyurl: http://localhost:10055
when: env == "staging"
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: koji.fedoraproject.org website: koji.fedoraproject.org
destname: koji destname: koji