Create the OpenStack discussion mailing list

In order to bring the operator/user/developer-focused segments of
our community together, we need a new discussion mailing list which
subsumes the topics of the current general, -dev, -operator and
-sigs mailing lists. This list will begin with configuration to
reject messages sent to it, but as we get closer to sunsetting the
original lists we'll subscribe it to them for a transitional period
and open it for discussion at that time.

I've set my E-mail address as the initial owner, but will coordinate
to find a team of list admins willing to take it on before it's
opened for posting.

Change-Id: I7dd62482229035c9b304573a3d93ef397cf43749
This commit is contained in:
Jeremy Stanley 2018-09-14 21:34:53 +00:00
parent d8abc6951d
commit 871430c491
1 changed files with 8 additions and 0 deletions

View File

@ -478,4 +478,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Discussion of StarlingX usage and development.',
}
mailman_list { 'openstack-discuss@openstack':
require => Mailman::Site['openstack'],
ensure => present,
admin => 'fungi@yuggoth.org',
password => $listpassword,
description => 'Discussion of OpenStack usage and development.',
}
}