proxy routes for ocp4 stg.release-monitoring.org
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
f7ed87506b
commit
2115b4101c
1 changed files with 3 additions and 3 deletions
|
@ -914,10 +914,10 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: stg.release-monitoring.org
|
website: stg.release-monitoring.org
|
||||||
destname: stg.release-monitoring
|
destname: stg.release-monitoring
|
||||||
balancer_name: app-os
|
balancer_name: apps-ocp
|
||||||
balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}"
|
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
ocp4: false
|
ocp4: true
|
||||||
keephost: true
|
keephost: true
|
||||||
tags: release-montoring.org
|
tags: release-montoring.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue