fas: try and move to ocp4

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-17 12:18:32 -07:00
parent a53327c0f6
commit 8952a71348
2 changed files with 5 additions and 5 deletions

View file

@ -158,9 +158,9 @@
remotepath: /accounts remotepath: /accounts
localpath: /accounts-old localpath: /accounts-old
balancer_name: app-os balancer_name: app-os
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: tags:
- fas - fas
@ -171,9 +171,9 @@
remotepath: /accounts remotepath: /accounts
localpath: /accounts localpath: /accounts
balancer_name: app-os balancer_name: app-os
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: tags:
- fas - fas

View file

@ -1,5 +1,5 @@
- name: make the app be real - name: make the app be real
hosts: os_masters_stg[0] hosts: os_control_stg[0]
user: root user: root
gather_facts: False gather_facts: False