testdays: move prod to ocp4

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-23 13:42:19 -07:00
parent 524d2e8691
commit b0ee7bb1d7
2 changed files with 1 additions and 13 deletions

View file

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

View file

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