adding *.qa.fp.o to proxies

This commit is contained in:
Tim Flink 2016-12-15 21:16:24 +00:00
parent a5dc34d3e1
commit 1e88531f0a
2 changed files with 36 additions and 0 deletions

View file

@ -491,6 +491,28 @@
proxyurl: http://docs.qa-stg01.qa.fedoraproject.org
when: env == "staging"
### QA production
- role: httpd/reverseproxy
website: qa.fedoraproject.org
destname: qa-prod
# Talk directly to the app server, not haproxy
proxyurl: http://qa-prod01.qa.fedoraproject.org
- role: httpd/reverseproxy
website: phab.qa.fedoraproject.org
destname: qa-prod-phab
# Talk directly to the app server, not haproxy
proxyurl: http://phab.qa-prod01.qa.fedoraproject.org
keephost: true
- role: httpd/reverseproxy
website: docs.qa.fedoraproject.org
destname: qa-prod-docs
# Talk directly to the app server, not haproxy
proxyurl: http://docs.qa-prod01.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)
- role: geoip-city-wsgi/proxy

View file

@ -705,3 +705,17 @@
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
sslonly: true
when: env == "staging"
- role: httpd/website
name: phab.qa.fedoraproject.org
server_aliases: [phab.qa.fedoraproject.org]
cert_name: qa.fedoraproject.org
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
sslonly: true
- role: httpd/website
name: docs.qa.fedoraproject.org
server_aliases: [docs.qa.fedoraproject.org]
cert_name: qa.fedoraproject.org
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
sslonly: true