From c5854ba7e471f0ecc9beaa4bd69554bdd96b91dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 14 Jun 2022 16:30:40 -0700 Subject: [PATCH] transtats: move to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 4 ++-- playbooks/openshift-apps/transtats.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 0cd5fd92d6..762b8830f0 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -458,9 +458,9 @@ website: transtats.fedoraproject.org destname: transtats 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: transtats diff --git a/playbooks/openshift-apps/transtats.yml b/playbooks/openshift-apps/transtats.yml index 626434464a..32daf1c025 100644 --- a/playbooks/openshift-apps/transtats.yml +++ b/playbooks/openshift-apps/transtats.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_masters[0]:os_masters_stg[0] + hosts: os_control[0]:os_control_stg[0] user: root gather_facts: False