Attempt to move FAS in stg to openshift
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
cc3530da34
commit
f2a1da4e22
1 changed files with 13 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue