From 0e14acf8a40a4b610c202b7fb140a2644b0cc17b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 21 Jun 2022 17:15:18 -0700 Subject: [PATCH] testdays: move to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 4 ++-- playbooks/openshift-apps/testdays.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 896e640b5b..0fbc7a9a52 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -951,9 +951,9 @@ website: testdays.fedoraproject.org destname: testdays 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: testdays diff --git a/playbooks/openshift-apps/testdays.yml b/playbooks/openshift-apps/testdays.yml index 7201dda8e8..38af40bb69 100644 --- a/playbooks/openshift-apps/testdays.yml +++ b/playbooks/openshift-apps/testdays.yml @@ -50,7 +50,7 @@ encoding: UTF-8 - 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