ipsilon: attempt move in stg to openshift
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c62cf8bf1d
commit
f208989382
1 changed files with 9 additions and 5 deletions
|
@ -158,17 +158,21 @@
|
|||
localpath: /accounts
|
||||
proxyurl: http://localhost:10004
|
||||
|
||||
# Fedoauth is odd here -- it has an entry for both stg and prod.
|
||||
# Ipsilon is odd here -- it has an entry for both stg and prod.
|
||||
- role: httpd/reverseproxy
|
||||
website: id.stg.fedoraproject.org
|
||||
destname: id
|
||||
proxyurl: http://localhost:10020
|
||||
destname: os-id
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: username.id.stg.fedoraproject.org
|
||||
destname: usernameid
|
||||
proxyurl: http://localhost:10020
|
||||
destname: os-usernameid
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue