lists: Add Airship VMP mailing lists
The Airship working committee is in the process of establishing a vulnerability management process. This change adds two mailing lists, airship-security and embargo-notice, which will provide public and private advisories related to reported security vulnerabilities. Change-Id: I1aa4d35cb12e4f3f45665688908af7e2cd5041a1 Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
parent
5497d9365c
commit
8ccd9bf83b
@ -420,6 +420,22 @@ class openstack_project::lists(
|
||||
description => 'Notification messages for failures from CICD jobs.',
|
||||
}
|
||||
|
||||
mailman_list { 'airship-security@airship':
|
||||
require => Mailman::Site['airship'],
|
||||
ensure => present,
|
||||
admin => 'andrew.walters@att.com',
|
||||
password => $listpassword,
|
||||
description => 'Public Airship security advisories.',
|
||||
}
|
||||
|
||||
mailman_list { 'airship-embargo-notice@airship':
|
||||
require => Mailman::Site['airship'],
|
||||
ensure => present,
|
||||
admin => 'andrew.walters@att.com',
|
||||
password => $listpassword,
|
||||
description => 'Embargoed security vulnerability announcements for Airship consumers.',
|
||||
}
|
||||
|
||||
mailman_list { 'mailman@starlingx':
|
||||
require => Mailman::Site['starlingx'],
|
||||
ensure => present,
|
||||
|
Loading…
Reference in New Issue
Block a user