From 8952a71348a4b0161efa3e47a557e134bbaca01e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Jun 2022 12:18:32 -0700 Subject: [PATCH] fas: try and move to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 8 ++++---- playbooks/openshift-apps/fas-stg.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index ee0b69571c..9e756279e6 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -158,9 +158,9 @@ remotepath: /accounts localpath: /accounts-old 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 - ocp4: false + ocp4: true keephost: true tags: - fas @@ -171,9 +171,9 @@ remotepath: /accounts localpath: /accounts 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 - ocp4: false + ocp4: true keephost: true tags: - fas diff --git a/playbooks/openshift-apps/fas-stg.yml b/playbooks/openshift-apps/fas-stg.yml index f97651fc4f..7425e3075b 100644 --- a/playbooks/openshift-apps/fas-stg.yml +++ b/playbooks/openshift-apps/fas-stg.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_masters_stg[0] + hosts: os_control_stg[0] user: root gather_facts: False