From 96c90744b552448de683681d35b845a19686cbd0 Mon Sep 17 00:00:00 2001 From: Allison Randal Date: Tue, 5 Feb 2019 17:51:28 +0000 Subject: [PATCH] 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 --- 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 e32deaf782..fe5c917d98 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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.', + } }