From e9d49b48396dc69bb022ae2828bdc0757abda99c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 30 Nov 2018 18:22:00 +0000 Subject: [PATCH] Shut down openstack general, dev, ops and sigs mls The general openstack, openstack-dev, openstack-operators and openstack-sigs mailing lists have been deprecated since November 19 and are slated to be removed on December 3. Merging this on that date will ensure any further replies to messages from those lists are rerouted to the new openstack-discuss mailing list for the foreseeable future. The openstack-tc list is included in this batch as it has already been closed down with a recommendation to send further such communications to the openstack-discuss ML. Additionally remove the Puppet mailman resource for the openstack-sigs ML so it won't be automatically recreated after it gets deleted (the other lists predate our use of Puppet for this purpose). Clean up the corresponding -owner spam rejection aliases since these addresses will no longer be accepting E-mail anyway. Change-Id: I9a7fae465c3f6bdcf3ebbadb8926eb4feb8fad79 --- modules/openstack_project/manifests/lists.pp | 8 -------- playbooks/host_vars/lists.openstack.org.yaml | 10 +++++----- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index efd481512a..d5467646e2 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -278,14 +278,6 @@ class openstack_project::lists( description => 'Discussions around consuming the OpenStack REST APIs and development of API-consuming SDKs and frameworks', } - mailman_list { 'openstack-sigs@openstack': - require => Mailman::Site['openstack'], - ensure => present, - admin => 'thierry@openstack.org', - password => $listpassword, - description => 'OpenStack SIGs discussions, gathering users, operators and developers of OpenStack into common groups.', - } - mailman_list { 'enterprise-wg@openstack': require => Mailman::Site['openstack'], ensure => present, diff --git a/playbooks/host_vars/lists.openstack.org.yaml b/playbooks/host_vars/lists.openstack.org.yaml index fad60c1b69..e2678dc37f 100644 --- a/playbooks/host_vars/lists.openstack.org.yaml +++ b/playbooks/host_vars/lists.openstack.org.yaml @@ -2,6 +2,11 @@ mm_domains: 'lists.openstack.org:lists.zuul-ci.org:lists.airshipit.org:lists.sta exim_local_domains: "@:{{ mm_domains }}" exim_aliases: root: "{{ ','.join(listadmins|default([])) }}" + openstack: openstack-discuss + openstack-dev: openstack-discuss + openstack-operators: openstack-discuss + openstack-sigs: openstack-discuss + openstack-tc: openstack-discuss ambassadors-owner: spam community-owner: spam edge-computing-owner: spam @@ -12,18 +17,13 @@ exim_aliases: mailman-owner: spam marketing-owner: spam openstack-announce-owner: spam - openstack-dev-owner: spam openstack-docs-owner: spam openstack-fr-owner: spam openstack-i18n-owner: spam openstack-infra-owner: spam openstack-ko-owner: spam - openstack-operators-owner: spam - openstack-owner: spam openstack-qa-owner: spam openstack-security-owner: spam - openstack-sigs-owner: spam - openstack-tc-owner: spam openstack-vi-owner: spam product-wg-owner: spam superuser-owner: spam