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