From 0be59d005aee496ed645ea10b6c1b2d8b1f50a0e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 14 Jun 2022 12:42:42 -0700 Subject: [PATCH] asknot: prod: move to ocp4 cluster and clean up proxy includes. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 12 ------------ playbooks/openshift-apps/asknot.yml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index fafaba7158..312d3618d3 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -946,18 +946,6 @@ ocp4: true keephost: true tags: whatcanidoforfedora.org - when: env == "staging" - - - role: httpd/reverseproxy - website: whatcanidoforfedora.org - destname: whatcanidoforfedora - balancer_name: app-os - balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}" - targettype: openshift - ocp4: false - keephost: true - tags: whatcanidoforfedora.org - when: env != "staging" - role: httpd/reverseproxy website: testdays.fedoraproject.org diff --git a/playbooks/openshift-apps/asknot.yml b/playbooks/openshift-apps/asknot.yml index b97917e080..883a5cebf3 100644 --- a/playbooks/openshift-apps/asknot.yml +++ b/playbooks/openshift-apps/asknot.yml @@ -1,5 +1,5 @@ - name: make the app be real - hosts: os_control_stg:os_masters_stg[0]:os_masters[0] + hosts: os_control_stg:os_control user: root gather_facts: False