use different nodes for staging updates-coroes-cincinnati
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
415244f7e6
commit
f4f54f8809
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
||||||
destname: cincinnati
|
destname: cincinnati
|
||||||
balancer_name: apps-ocp
|
balancer_name: apps-ocp
|
||||||
ocp4: true
|
ocp4: true
|
||||||
balancer_members: "{{ ocp_nodes }}"
|
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
keephost: true
|
keephost: true
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue