From 6e40b5ef1f0df48abd32e51706511099dc0f43b5 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Thu, 3 Feb 2022 11:05:30 +0000 Subject: [PATCH] ocp: certs updated for 2022 Signed-off-by: Mark O Brien --- inventory/group_vars/staging | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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