From 4929d84f49d58bc66cb79f6fc756cae6ed42411b Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 18 Oct 2023 08:43:33 -0700 Subject: [PATCH] Fix the linaro cloud certcheck entry The entry we had did not match the name used by nodepool. This caused us to not detect that this cert would expire (and has now expired). Change-Id: Ibd4885f2f3fbbc776f76fef92736b98b8f87c664 --- playbooks/group_vars/certcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/group_vars/certcheck.yaml b/playbooks/group_vars/certcheck.yaml index aef752eeb2..7e9a02c0e2 100644 --- a/playbooks/group_vars/certcheck.yaml +++ b/playbooks/group_vars/certcheck.yaml @@ -2,5 +2,5 @@ letsencrypt_certcheck_additional_domains: - id.openinfra.dev 443 - wiki.openstack.org 443 - www.openstack.org 443 - - us.linaro.cloud 5000 + - openinfraci.linaro.cloud 5000 - download.cirros-cloud.net 443