From 5102f5689f034e49ba37b73a8e15643e06bdc3ce Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Fri, 14 Dec 2018 13:10:22 +0000
Subject: [PATCH] Add rust-vmm OpenDev ML

A group of interested developers for crosvm and Firecracker are
seeking a neutral location to host a discussion list for
collaboration around secure/special-purpose virtual machine monitors
implemented in the Rust programming language, and asked for the list
name to be rust-vmm. This request came to us via OSF staff who they
approached earlier this week.

Change-Id: I2003e3ae7a352b12d213a553f7ee0cd4f4e5d4f1
Depends-On: https://review.openstack.org/625241
---
 modules/openstack_project/manifests/lists.pp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp
index 761aa50323..e32deaf782 100644
--- a/modules/openstack_project/manifests/lists.pp
+++ b/modules/openstack_project/manifests/lists.pp
@@ -475,4 +475,12 @@ class openstack_project::lists(
     password    => $listpassword,
     description => 'The mailman site list',
   }
+
+  mailman_list { 'rust-vmm@opendev':
+    require     => Mailman::Site['opendev'],
+    ensure      => present,
+    admin       => 'claire@openstack.org',
+    password    => $listpassword,
+    description => 'Collaborating on Rust-based virtual machine monitors.',
+  }
 }