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
|
localpath: /accounts
|
||||||
proxyurl: http://localhost:10004
|
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
|
- role: httpd/reverseproxy
|
||||||
website: id.stg.fedoraproject.org
|
website: id.stg.fedoraproject.org
|
||||||
destname: id
|
destname: os-id
|
||||||
proxyurl: http://localhost:10020
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: username.id.stg.fedoraproject.org
|
website: username.id.stg.fedoraproject.org
|
||||||
destname: usernameid
|
destname: os-usernameid
|
||||||
proxyurl: http://localhost:10020
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue