]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
checkcerts.py: add telemetry.ceph.com to hosts to check 772/head
authorDan Mick <dan.mick@redhat.com>
Thu, 27 Feb 2025 18:22:15 +0000 (10:22 -0800)
committerDan Mick <dan.mick@redhat.com>
Sat, 1 Mar 2025 03:39:17 +0000 (19:39 -0800)
also, remove Andrew Schoen and add David Galloway to email

Signed-off-by: Dan Mick <dan.mick@redhat.com>
tools/checkcerts.py

index b2b360ad0fc038a8767de9ba4fa74ecbc8ee14ba..43c9fc47a04bd532c62cd24a4296d4fc182ad192 100755 (executable)
@@ -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',
     ]