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