From f7469b2289838794abe0f74d535ba3f5ae66b538 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Jun 2022 14:29:31 -0700 Subject: [PATCH] fedora-packages-static: move to ocp4 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 4 ++-- playbooks/openshift-apps/fedora-packages-static.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 61c0ead0ad..11edef61ff 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -1015,9 +1015,9 @@ website: packages.fedoraproject.org destname: fedora-packages-static 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 - role: httpd/reverseproxy diff --git a/playbooks/openshift-apps/fedora-packages-static.yml b/playbooks/openshift-apps/fedora-packages-static.yml index 722cd36752..552c45c80e 100644 --- a/playbooks/openshift-apps/fedora-packages-static.yml +++ b/playbooks/openshift-apps/fedora-packages-static.yml @@ -1,5 +1,5 @@ - name: Make fedora-packages-static - hosts: os_masters[0]:os_masters_stg[0] + hosts: os_control[0]:os_control_stg[0] user: root gather_facts: False