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:
parent
a00499bf2f
commit
e5f7820143
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user