From ec8e2b767b0fbd8e1ed73c065057a1588f26ace8 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Fri, 16 Jun 2023 16:18:57 +0200 Subject: [PATCH] Add download.cirros-cloud.net to certcheck While the site isn't directly related to opendev, we use it a lot in our CI, so having an early warning if the cert is failing seems useful. Change-Id: I4816a0a0f890849c6379d0db50f8ac0f1693deaa --- playbooks/group_vars/certcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/group_vars/certcheck.yaml b/playbooks/group_vars/certcheck.yaml index 890cac8b09..aef752eeb2 100644 --- a/playbooks/group_vars/certcheck.yaml +++ b/playbooks/group_vars/certcheck.yaml @@ -3,3 +3,4 @@ letsencrypt_certcheck_additional_domains: - wiki.openstack.org 443 - www.openstack.org 443 - us.linaro.cloud 5000 + - download.cirros-cloud.net 443