From 7af66f25c43ec857d2ccb327798c6a5a0985347e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 17 Mar 2022 02:51:39 +0000 Subject: [PATCH] Stop checking the OpenStackID HTTPS cert None of the services we operate rely on openstackid.org any longer, so we can drop our monitoring of its cert expiration safely (which is currently complaining). We're already monitoring its successor, id.openinfra.dev. Change-Id: I059ef0492f05137fa542c819b64427bd9ef0eb0c --- playbooks/group_vars/certcheck.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/group_vars/certcheck.yaml b/playbooks/group_vars/certcheck.yaml index 3cab95bd79..890cac8b09 100644 --- a/playbooks/group_vars/certcheck.yaml +++ b/playbooks/group_vars/certcheck.yaml @@ -1,6 +1,5 @@ letsencrypt_certcheck_additional_domains: - id.openinfra.dev 443 - - openstackid.org 443 - wiki.openstack.org 443 - www.openstack.org 443 - us.linaro.cloud 5000