proxies: old fas2 never moved to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fbc18add50
commit
fa6096d33d
1 changed files with 4 additions and 4 deletions
|
@ -151,9 +151,9 @@
|
|||
remotepath: /accounts
|
||||
localpath: /accounts-old
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: true
|
||||
ocp4: false
|
||||
keephost: true
|
||||
tags:
|
||||
- fas
|
||||
|
@ -164,9 +164,9 @@
|
|||
remotepath: /accounts
|
||||
localpath: /accounts
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: true
|
||||
ocp4: false
|
||||
keephost: true
|
||||
tags:
|
||||
- fas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue