Some more stg only stuff

This commit is contained in:
Kevin Fenzi 2015-01-20 23:10:32 +00:00
parent 8e6f599598
commit 2473e4dec9

View file

@ -151,6 +151,8 @@
website: id.stg.fedoraproject.org
destname: id
proxyurl: http://localhost:10020
when: env == "staging"
- role: httpd/reverseproxy
website: id.fedoraproject.org
destname: id
@ -236,6 +238,7 @@
localpath: /mirrormanager2
remotepath: /mirrormanager2
proxyurl: http://localhost:10039
when: env == "staging"
- role: httpd/reverseproxy
website: admin.fedoraproject.org
@ -327,6 +330,7 @@
destname: taskotron
# Talk directly to the app server, not haproxy
proxyurl: http://taskotron-stg01.qa.fedoraproject.org
when: env == "staging"
- role: httpd/reverseproxy
website: taskotron.stg.fedoraproject.org
@ -335,6 +339,7 @@
remotepath: /resultsdb
# Talk directly to the app server, not haproxy
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
when: env == "staging"
- role: httpd/reverseproxy
website: taskotron.stg.fedoraproject.org
@ -343,6 +348,7 @@
remotepath: /resultsdb_api
# Talk directly to the app server, not haproxy
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
when: env == "staging"
# This one gets its own role (instead of httpd/reverseproxy) so that it can
# copy in some silly static resources (globe.png, index.html)