From 33fc2a4d4e0628f1580893579c275f0095ce7eec Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 22 Nov 2021 19:34:16 +0000 Subject: [PATCH] Create a new lists.openinfra.dev mailing list site The Open Infrastructure Foundation has a number of mailing lists located in the lists.openstack.org site due to historical reasons (from when they were the OpenStack Foundation). In order to better disambiguate their mailing lists, a new Mailman site is being created into which they'll be moved, leaving the old site exclusively for OpenStack project-specific lists. As a first step, create the new lists.openinfra.dev site with the default "mailman" meta-list (which will be hidden once created). Subsequent changes will create new lists, and remove/redirect the old ones once configuration is manually replicated. Change-Id: I64770fbc33184374f1d24f4a2c234f849ab47bce --- inventory/service/host_vars/lists.openstack.org.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/inventory/service/host_vars/lists.openstack.org.yaml b/inventory/service/host_vars/lists.openstack.org.yaml index 786268cb20..d690836762 100644 --- a/inventory/service/host_vars/lists.openstack.org.yaml +++ b/inventory/service/host_vars/lists.openstack.org.yaml @@ -1,4 +1,4 @@ -mm_domains: 'lists.openstack.org:lists.zuul-ci.org:lists.airshipit.org:lists.starlingx.io:lists.opendev.org' +mm_domains: 'lists.openstack.org:lists.zuul-ci.org:lists.airshipit.org:lists.starlingx.io:lists.opendev.org:lists.openinfra.dev' exim_local_domains: "@:{{ mm_domains }}" exim_enable_spf: true exim_aliases: @@ -164,6 +164,14 @@ mailman_sites: description: 'Discussions & Coordination around the FLOSS MOOC being collaboratively developed here: https://gitlab.com/mooc-floss/mooc-floss' admin: 'knelson@openinfra.dev' password: "{{ mailman_list_password }}" + - name: openinfra + listdomain: lists.openinfra.dev + install_languages: ['en'] + lists: + - name: mailman + description: 'The mailman site list' + admin: 'nobody@openstack.org' + password: "{{ mailman_list_password }}" - name: openstack listdomain: lists.openstack.org install_languages: ['de', 'fr', 'it', 'ko', 'ru', 'vi', 'zh_TW']