diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 9b15b46da3..f5e371d21c 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -878,9 +878,9 @@ website: calendar.fedoraproject.org destname: calendar 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 header_scheme: true tags: calendar diff --git a/playbooks/openshift-apps/fedocal.yml b/playbooks/openshift-apps/fedocal.yml index a867a4507f..2acc88f443 100644 --- a/playbooks/openshift-apps/fedocal.yml +++ b/playbooks/openshift-apps/fedocal.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_masters_stg[0],os_masters[0] + hosts: os_control_stg[0],os_control[0] user: root gather_facts: False