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
This commit is contained in:
parent
b5ee5e6eb8
commit
abc66ed38c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user