diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 8404709bf7..8c54a66a1c 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -39,11 +39,11 @@ network_connections: mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet -ocp_wildcard_cert_file: wildcard-2021.apps.ocp.stg.fedoraproject.org.cert +ocp_wildcard_cert_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.cert # This is the openshift wildcard cert for ocp stg -ocp_wildcard_cert_name: wildcard-2021.apps.ocp.stg.fedoraproject.org -ocp_wildcard_int_file: wildcard-2021.apps.ocp.stg.fedoraproject.org.intermediate.cert -ocp_wildcard_key_file: wildcard-2021.apps.ocp.stg.fedoraproject.org.key +ocp_wildcard_cert_name: wildcard-2022.apps.ocp.stg.fedoraproject.org +ocp_wildcard_int_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.intermediate.cert +ocp_wildcard_key_file: wildcard-2022.apps.ocp.stg.fedoraproject.org.key os_wildcard_cert_file: wildcard-2021.app.os.stg.fedoraproject.org.cert # This is the openshift wildcard cert for stg os_wildcard_cert_name: wildcard-2021.app.os.stg.fedoraproject.org