Adds mailing list rustyk8s

Adding a new mailing list for collaboration around
implementing the Kubernetes API in Rust. For more details on
the group, see:

https://www.cloudatomiclab.com/rustyk8s/

Change-Id: Ifb7c20725b07cb96ef69425ceb69ecff5f41da67
This commit is contained in:
Allison Randal 2019-02-05 17:51:28 +00:00
parent 56888df142
commit 96c90744b5
1 changed files with 8 additions and 0 deletions

View File

@ -483,4 +483,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Collaborating on Rust-based virtual machine monitors.',
}
mailman_list { 'rustyk8s@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'allison@lohutok.net',
password => $listpassword,
description => 'Collaborating on Rust-based Kubernetes API.',
}
}