From a53327c0f6a0b81f6d86f68366e4072411cd68db Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Jun 2022 11:10:30 -0700 Subject: [PATCH] elections: move to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 4 ++-- playbooks/openshift-apps/elections.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 0c8045ee25..ee0b69571c 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -867,9 +867,9 @@ website: elections.fedoraproject.org destname: elections 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: elections header_scheme: true diff --git a/playbooks/openshift-apps/elections.yml b/playbooks/openshift-apps/elections.yml index 649f6c5966..7c7e76491d 100644 --- a/playbooks/openshift-apps/elections.yml +++ b/playbooks/openshift-apps/elections.yml @@ -21,7 +21,7 @@ - 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