fedocal: move to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e57319a8c9
commit
b4d6189333
2 changed files with 3 additions and 3 deletions
|
@ -878,9 +878,9 @@
|
||||||
website: calendar.fedoraproject.org
|
website: calendar.fedoraproject.org
|
||||||
destname: calendar
|
destname: calendar
|
||||||
balancer_name: app-os
|
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
|
targettype: openshift
|
||||||
ocp4: false
|
ocp4: true
|
||||||
keephost: true
|
keephost: true
|
||||||
header_scheme: true
|
header_scheme: true
|
||||||
tags: calendar
|
tags: calendar
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters_stg[0],os_masters[0]
|
hosts: os_control_stg[0],os_control[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue