Add mailing list for OpenInfra Labs

This creates a new mailing list under OpenDev for discussion
around OpenInfra Labs.

Change-Id: I6754df15b7cd205fc9a9d6bc1ace5cbcd65faa84
This commit is contained in:
Mohammed Naser 2020-01-17 13:03:35 -05:00
parent e0c627d8a6
commit 4b90ba9b4f
1 changed files with 8 additions and 0 deletions

View File

@ -507,4 +507,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Announcement list for OpenDev services.',
}
mailman_list { 'openinfralabs@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'mnaser@vexxhost.com',
password => $listpassword,
description => 'Discussion of the OpenInfra Labs academic and research resource sharing effort',
}
}