From 9a2574096163234f9b092695d544e624b16d1d33 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 24 Feb 2022 19:29:17 +0000 Subject: [PATCH] Clean up two retired mailing lists The enterprise-wg and product-wg lists were deleted from the openstack site per the announcement[*] on 2022-02-01, but I neglected to push a change to remove them from our configuration management, so Ansible helpfully recreated them for me. Clean this up so I can re-remove the lists once and for all. [*] http://lists.openinfra.dev/pipermail/foundation/2022-February/003048.html Change-Id: Iddcb5cbac68d426e0ad13dd41541ad1371366bb1 --- inventory/service/host_vars/lists.openstack.org.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inventory/service/host_vars/lists.openstack.org.yaml b/inventory/service/host_vars/lists.openstack.org.yaml index ebd8c622a8..93802cea06 100644 --- a/inventory/service/host_vars/lists.openstack.org.yaml +++ b/inventory/service/host_vars/lists.openstack.org.yaml @@ -304,14 +304,6 @@ mailman_sites: description: 'Discussions around consuming the OpenStack REST APIs and development of API-consuming SDKs and frameworks' admin: 'mordred@inaugust.com' password: "{{ mailman_list_password }}" - - name: enterprise-wg - description: 'Collaboration workspace for members of the Win The Enterprise Working Group of the User Commitee/Board.' - admin: 'carol.l.barrett@intel.com' - password: "{{ mailman_list_password }}" - - name: product-wg - description: 'Collaboration workspace for OpenStack-related Product Managers working group.' - admin: 'stefano@openstack.org' - password: "{{ mailman_list_password }}" - name: third-party-announce description: 'Announcements for third party CI operators.' admin: 'anteaya@anteaya.info'