diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 11685e5bfe..cc6fb7727e 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -180,11 +180,11 @@ nrpe_procs_warn: 250 num_cpus: 2 # ocp4 is only set true in some proxy roles ocp4: false -ocp_wildcard_cert_file: wildcard-2021.apps.ocp.fedoraproject.org.cert +ocp_wildcard_cert_file: wildcard-2022.apps.ocp.fedoraproject.org.cert # This is the openshift wildcard cert for ocp -ocp_wildcard_cert_name: wildcard-2021.apps.ocp.fedoraproject.org -ocp_wildcard_int_file: wildcard-2021.apps.ocp.fedoraproject.org.intermediate.cert -ocp_wildcard_key_file: wildcard-2021.apps.ocp.fedoraproject.org.key +ocp_wildcard_cert_name: wildcard-2022.apps.ocp.fedoraproject.org +ocp_wildcard_int_file: wildcard-2022.apps.ocp.fedoraproject.org.intermediate.cert +ocp_wildcard_key_file: wildcard-2022.apps.ocp.fedoraproject.org.key # Path to the openshift-ansible checkout as external git repo brought into # Fedora Infra openshift_ansible: /srv/web/infra/openshift-ansible/ diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 7855bdfbb0..6f0ce7cd68 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -49,7 +49,7 @@ - app.os.fedoraproject.org - role: httpd/certificate - certname: wildcard-2021.apps.ocp.fedoraproject.org + certname: wildcard-2022.apps.ocp.fedoraproject.org SSLCertificateChainFile: wildcard-2021.apps.ocp.fedoraproject.org.intermediate.cert tags: - apps.ocp.fedoraproject.org