Merge "Adding new ML for the NBMP group"

This commit is contained in:
Zuul 2019-05-29 14:17:48 +00:00 committed by Gerrit Code Review
commit d3d13152a7

@ -491,4 +491,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Collaborating on Rust-based Kubernetes API.',
}
mailman_list { 'nbmp-discuss@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'ildiko@openstack.org',
password => $listpassword,
description => 'Collaborating on Network Based Media Processing related platform and infrastructure systems usage and development.',
}
}