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
This commit is contained in:
Jeremy Stanley 2018-12-14 13:10:22 +00:00
parent a507b6b401
commit 5102f5689f
1 changed files with 8 additions and 0 deletions

View File

@ -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.',
}
}