From 1e88531f0a9cd82fd361cf75e114eb250c8bc401 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 15 Dec 2016 21:16:24 +0000 Subject: [PATCH] adding *.qa.fp.o to proxies --- playbooks/include/proxies-reverseproxy.yml | 22 ++++++++++++++++++++++ playbooks/include/proxies-websites.yml | 14 ++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 5122f963b7..8eb7483f2e 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -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 diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index e8a641fd59..f667fb1bd6 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -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