testdays: move to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
77ab5bea00
commit
0e14acf8a4
2 changed files with 3 additions and 3 deletions
|
@ -951,9 +951,9 @@
|
|||
website: testdays.fedoraproject.org
|
||||
destname: testdays
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}"
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: false
|
||||
ocp4: true
|
||||
keephost: true
|
||||
tags: testdays
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
encoding: UTF-8
|
||||
|
||||
- name: make the app be real
|
||||
hosts: os_masters_stg[0]:os_masters[0]
|
||||
hosts: os_control_stg[0]:os_control[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue