asknot: prod: move to ocp4 cluster and clean up proxy includes.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-14 12:42:42 -07:00
parent 06fa8bf829
commit 0be59d005a
2 changed files with 1 additions and 13 deletions

View file

@ -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

View file

@ -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