From 93043d8f7496751b155470a0e823a44a28a5c847 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 19 Feb 2023 08:46:42 -0800 Subject: [PATCH] proxies / openshift: add new cert for 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 b9d6fba9db..eb914cb11f 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -199,11 +199,11 @@ ocp_nodes: - worker04.ocp.iad2.fedoraproject.org - worker05.ocp.iad2.fedoraproject.org - worker06.ocp.iad2.fedoraproject.org -ocp_wildcard_cert_file: wildcard-2022.apps.ocp.fedoraproject.org.cert +ocp_wildcard_cert_file: wildcard-2023.apps.ocp.fedoraproject.org.cert # This is the openshift wildcard cert for ocp -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 +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 # 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 dcdd5819c2..b9aa31bd7c 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-2022.apps.ocp.fedoraproject.org - SSLCertificateChainFile: wildcard-2022.apps.ocp.fedoraproject.org.intermediate.cert + certname: wildcard-2023.apps.ocp.fedoraproject.org + SSLCertificateChainFile: wildcard-2023.apps.ocp.fedoraproject.org.intermediate.cert tags: - apps.ocp.fedoraproject.org