Attempt to move FAS in stg to openshift

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 18:13:38 +02:00
parent cc3530da34
commit f2a1da4e22

View file

@ -157,6 +157,19 @@
remotepath: /accounts remotepath: /accounts
localpath: /accounts localpath: /accounts
proxyurl: http://localhost:10004 proxyurl: http://localhost:10004
when: env == "production"
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: fas
remotepath: /accounts
localpath: /accounts
balancer_name: app-os
targettype: openshift
keephost: true
when: env == "staging"
tags:
- fas
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: "id{{ env_suffix }}.fedoraproject.org" website: "id{{ env_suffix }}.fedoraproject.org"