oraculum/packager-dashbard: move to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1dced7fdde
commit
ff246bfc7a
2 changed files with 13 additions and 1 deletions
|
@ -982,6 +982,17 @@
|
|||
when: env != "staging"
|
||||
tags: testdays
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: packager-dashboard.fedoraproject.org
|
||||
destname: packager-dashboard
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: true
|
||||
keephost: true
|
||||
when: env == "staging"
|
||||
tags: packager-dashboard
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: packager-dashboard.fedoraproject.org
|
||||
destname: packager-dashboard
|
||||
|
@ -990,6 +1001,7 @@
|
|||
targettype: openshift
|
||||
ocp4: false
|
||||
keephost: true
|
||||
when: env != "staging"
|
||||
tags: packager-dashboard
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
encoding: UTF-8
|
||||
|
||||
- name: make the app be real
|
||||
hosts: os_masters_stg[0]:os_masters[0]
|
||||
hosts: os_control_stg[0]:os_masters[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue