From: Dan Mick Date: Thu, 27 Feb 2025 18:22:15 +0000 (-0800) Subject: checkcerts.py: add telemetry.ceph.com to hosts to check X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=442d4b3b30f0860257a12c0bcf144cb9d8f46f8b;p=ceph-cm-ansible.git checkcerts.py: add telemetry.ceph.com to hosts to check also, remove Andrew Schoen and add David Galloway to email Signed-off-by: Dan Mick --- diff --git a/tools/checkcerts.py b/tools/checkcerts.py index b2b360a..43c9fc4 100755 --- a/tools/checkcerts.py +++ b/tools/checkcerts.py @@ -35,6 +35,7 @@ DEFAULT_DOMAINS = [ 'sentry.ceph.com', 'shaman.ceph.com', 'status.sepia.ceph.com', + 'telemetry.ceph.com', 'telemetry-public.ceph.com', 'tracker.ceph.com', 'wiki.sepia.ceph.com', @@ -44,8 +45,8 @@ DEFAULT_EMAIL = [ 'dmick@redhat.com', 'ceph-infra@redhat.com', 'akraitman@redhat.com', - 'aschoen@redhat.com', 'zcerza@redhat.com', + 'dgalloway@ibm.com', ]