coreos: add some more routes for coreos: ticket 8066
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7ad62ce6c0
commit
d65b5f56c0
1 changed files with 37 additions and 0 deletions
|
@ -263,6 +263,10 @@
|
||||||
keephost: true
|
keephost: true
|
||||||
tags: bodhi
|
tags: bodhi
|
||||||
|
|
||||||
|
#
|
||||||
|
# fedora core os routes
|
||||||
|
# These point to openshift
|
||||||
|
#
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: "updates.coreos{{ env_suffix }}.fedoraproject.org"
|
website: "updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
destname: cincinnati
|
destname: cincinnati
|
||||||
|
@ -273,6 +277,39 @@
|
||||||
- updates.coreos.fedoraproject.org
|
- updates.coreos.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: "status.updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
destname: cincinnati
|
||||||
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
tags:
|
||||||
|
- updates.coreos.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
destname: cincinnati
|
||||||
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
tags:
|
||||||
|
- updates.coreos.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org"
|
||||||
|
destname: cincinnati
|
||||||
|
balancer_name: app-os
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
tags:
|
||||||
|
- updates.coreos.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
|
#
|
||||||
|
# end coreos
|
||||||
|
#
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: caiapi.fedoraproject.org
|
website: caiapi.fedoraproject.org
|
||||||
destname: caiapi
|
destname: caiapi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue