From f906b0655592a7eeb41df55463f9cf03cb4f977c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 15 Dec 2021 20:39:44 +0000 Subject: [PATCH] Create an OpenInfra Foundation staff ML This is a new mailing list into which the current staff ML from the lists.openstack.org site will be manually migrated. The existing one is not included in our current configuration anyway, but a followup change will set up an appropriate forward for its old address once migration is complete. Change-Id: I15f47d210e38a8f04925ffba27e44b2ad5e97dd5 --- inventory/service/host_vars/lists.openstack.org.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/service/host_vars/lists.openstack.org.yaml b/inventory/service/host_vars/lists.openstack.org.yaml index a937cb6c7d..b551ca6778 100644 --- a/inventory/service/host_vars/lists.openstack.org.yaml +++ b/inventory/service/host_vars/lists.openstack.org.yaml @@ -180,6 +180,10 @@ mailman_sites: description: 'The mailman site list' admin: 'nobody@openstack.org' password: "{{ mailman_list_password }}" + - name: staff + description: 'Private list for OpenInfra Foundation staff members' + admin: 'jeremy@openinfra.dev' + password: "{{ mailman_list_password }}" - name: openstack listdomain: lists.openstack.org install_languages: ['de', 'fr', 'it', 'ko', 'ru', 'vi', 'zh_TW']