fedora-packages-static: move to ocp4
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
18d4aae59f
commit
f7469b2289
2 changed files with 3 additions and 3 deletions
|
@ -1015,9 +1015,9 @@
|
||||||
website: packages.fedoraproject.org
|
website: packages.fedoraproject.org
|
||||||
destname: fedora-packages-static
|
destname: fedora-packages-static
|
||||||
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
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Make fedora-packages-static
|
- name: Make fedora-packages-static
|
||||||
hosts: os_masters[0]:os_masters_stg[0]
|
hosts: os_control[0]:os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue