Add a service discussion mailing list for OpenDev

The OpenDev collaboratory has been sharing the openstack-infra
mailing list with OpenStack's Infrastructure team, a commingling of
communication channels which gives mixed signals about the logical
relationship between these services and projects. Create a new
discussion list for OpenDev services, named consistent with the
existing service-announce list we already have.

Change-Id: I63caca269e779acef1e04e00755b885c613c343b
This commit is contained in:
Jeremy Stanley 2020-03-30 14:47:19 +00:00
parent a00499bf2f
commit e5f7820143
1 changed files with 8 additions and 0 deletions

View File

@ -508,6 +508,14 @@ class openstack_project::lists(
description => 'Announcement list for OpenDev services.',
}
mailman_list { 'service-discuss@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'cboylan@sapwetik.org',
password => $listpassword,
description => 'Discussion list for OpenDev services.',
}
mailman_list { 'openinfralabs@opendev':
require => Mailman::Site['opendev'],
ensure => present,