From abc66ed38c416d0c1040f0e1fb077f22cc401bf4 Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Thu, 22 Oct 2020 16:16:04 +0000
Subject: [PATCH] Add service-incident@opendev mailing list

Create a mailing list for private coordination of security incidents
for the OpenDev Collaboratory. The intent is that this can be used
to share sensitive information between sysadmins and council members
in the event of any suspected breach. For the sake of transparency,
all information discussed on this list which can safely be made
public should also be communicated to the service-announce or
service-discuss mailing lists at the earliest opportunity.

Change-Id: I32bef68eb7019261471c167d19eee733457078a2
---
 modules/openstack_project/manifests/lists.pp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp
index 2bf246600a..2418f3447c 100644
--- a/modules/openstack_project/manifests/lists.pp
+++ b/modules/openstack_project/manifests/lists.pp
@@ -533,6 +533,14 @@ class openstack_project::lists(
     description => 'Discussion list for OpenDev services.',
   }
 
+  mailman_list { 'service-incident@opendev':
+    require     => Mailman::Site['opendev'],
+    ensure      => present,
+    admin       => 'cboylan@sapwetik.org',
+    password    => $listpassword,
+    description => 'Private list for OpenDev incident coordination.',
+  }
+
   mailman_list { 'openinfralabs@opendev':
     require     => Mailman::Site['opendev'],
     ensure      => present,