From 871430c491b40ce33b9164a67226e3e6b72cc8bb Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 14 Sep 2018 21:34:53 +0000 Subject: [PATCH] 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 --- 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 27edee2bae..71ad83640e 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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.', + } }