From 3d520b3357bf5225389c22a735223a08bc93cdf3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Jan 2024 16:52:04 -0800 Subject: [PATCH] new wildcard cert for prod apps.ocp Signed-off-by: Kevin Fenzi --- inventory/group_vars/all | 8 ++++---- playbooks/include/proxies-certificates.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 8e3f99ef85..fa980c5430 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -219,11 +219,11 @@ ocp_nodes: - worker04.ocp.iad2.fedoraproject.org - worker05.ocp.iad2.fedoraproject.org - worker06.ocp.iad2.fedoraproject.org -ocp_wildcard_cert_file: wildcard-2023.apps.ocp.fedoraproject.org.cert +ocp_wildcard_cert_file: wildcard-2024.apps.ocp.fedoraproject.org.cert # This is the openshift wildcard cert for ocp -ocp_wildcard_cert_name: wildcard-2023.apps.ocp.fedoraproject.org -ocp_wildcard_int_file: wildcard-2023.apps.ocp.fedoraproject.org.intermediate.cert -ocp_wildcard_key_file: wildcard-2023.apps.ocp.fedoraproject.org.key +ocp_wildcard_cert_name: wildcard-2024.apps.ocp.fedoraproject.org +ocp_wildcard_int_file: wildcard-2024.apps.ocp.fedoraproject.org.intermediate.cert +ocp_wildcard_key_file: wildcard-2024.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 62b3b24364..76f042e54f 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -45,8 +45,8 @@ - apps.ocp.stg.fedoraproject.org - role: httpd/certificate - certname: wildcard-2023.apps.ocp.fedoraproject.org - SSLCertificateChainFile: wildcard-2023.apps.ocp.fedoraproject.org.intermediate.cert + certname: wildcard-2024.apps.ocp.fedoraproject.org + SSLCertificateChainFile: wildcard-2024.apps.ocp.fedoraproject.org.intermediate.cert tags: - apps.ocp.fedoraproject.org