From b0ee7bb1d755d7717e84bfc5697539080c7dd955 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Jun 2022 13:42:19 -0700 Subject: [PATCH] testdays: move prod to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 12 ------------ playbooks/openshift-apps/testdays.yml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 2d20335f63..61c0ead0ad 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -979,18 +979,6 @@ targettype: openshift ocp4: true keephost: true - when: env == "staging" - tags: testdays - - - role: httpd/reverseproxy - website: testdays.fedoraproject.org - destname: testdays - balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}" - targettype: openshift - ocp4: false - keephost: true - when: env != "staging" tags: testdays - role: httpd/reverseproxy diff --git a/playbooks/openshift-apps/testdays.yml b/playbooks/openshift-apps/testdays.yml index 1a7ed20d08..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_control_stg[0]:os_masters[0] + hosts: os_control_stg[0]:os_control[0] user: root gather_facts: False