diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 4ff54cd048..adace81f12 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -492,6 +492,14 @@ class openstack_project::lists( description => 'Organizing efforts around the edge-computing focus area.', } + mailman_list { 'openstack-mentoring@openstack': + require => Mailman::Site['openstack'], + ensure => present, + admin => 'amy@demarco.com', + password => $listpassword, + description => 'List to coordinate interactions between mentors and mentees of the OpenStack mentoring program. Also for questions about the mentoring program (i.e. how to get involved, how it works, etc.', + } + mailman_list { 'mailman@zuul': require => Mailman::Site['zuul'], ensure => present,