From fad1ec8048f62715935a82a0c9bc20b3d5587c27 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Wed, 30 Nov 2016 10:46:10 -0800 Subject: [PATCH] Create new mailing list for Interop Working Group On mandate from board, the DefCore Committee is changing its name to the Interop Working Group. This change creates a new mailing list with the updated name. Once the Interop Working Group mailing list is created, the DefCore mailing list will be shut down and left in place as an archive of previous communication. Change-Id: Iaf750d1887307c2686f20028368fd8eaa3534882 --- 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 c0e72f1dfe..7d181e4378 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -231,6 +231,14 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'interop-wg': + ensure => present, + admin => 'chris@openstack.org', + password => $listpassword, + description => 'Discussions of the OpenStack Foundation Board Interoperability Working Group', + webserver => $listdomain, + mailserver => $listdomain, + } maillist { 'ambassadors': ensure => present,