oraculum: move to ocp4 in prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-22 12:03:31 -07:00
parent ff246bfc7a
commit 5c4b77373e
2 changed files with 2 additions and 14 deletions

View file

@ -986,22 +986,10 @@
website: packager-dashboard.fedoraproject.org
destname: packager-dashboard
balancer_name: app-os
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}"
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
targettype: openshift
ocp4: true
keephost: true
when: env == "staging"
tags: packager-dashboard
- role: httpd/reverseproxy
website: packager-dashboard.fedoraproject.org
destname: packager-dashboard
balancer_name: app-os
balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}"
targettype: openshift
ocp4: false
keephost: true
when: env != "staging"
tags: packager-dashboard
- role: httpd/reverseproxy

View file

@ -36,7 +36,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