Make staging work (it only has 1 node)

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-22 09:09:48 +02:00
parent 4baab47474
commit f05bc90b8f

View file

@ -653,9 +653,20 @@
keephost: true
balancer_name: koji
balancer_members:
- "koji01{{ env_suffix }}.phx2.fedoraproject.org"
- "koji02{{ env_suffix }}.phx2.fedoraproject.org"
- "koji01.phx2.fedoraproject.org"
- "koji02.phx2.fedoraproject.org"
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
when: env == "production"
- role: httpd/reverseproxy
website: koji.fedoraproject.org
destname: koji
keephost: true
balancer_name: koji
balancer_members:
- "koji01.phx2.fedoraproject.org"
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
when: env == "staging"
- role: httpd/reverseproxy
website: kojipkgs.fedoraproject.org