From 32927a218159370e49caca56a471d5019d7c8cdd Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 5 Dec 2022 16:05:50 +0000 Subject: [PATCH] Create lists.zuul-ci.org on the Mailman v3 server Uncomment the existing configuration for the Zuul community's mailing lists so they'll be precreated in time for our migration maintenance later today. Change-Id: I5d0680eae356c2585f872411ab4529e895f543fd --- .../host_vars/lists01.opendev.org.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/inventory/service/host_vars/lists01.opendev.org.yaml b/inventory/service/host_vars/lists01.opendev.org.yaml index 57390c8732..8254f129ac 100644 --- a/inventory/service/host_vars/lists01.opendev.org.yaml +++ b/inventory/service/host_vars/lists01.opendev.org.yaml @@ -82,6 +82,18 @@ mailman_sites: description: 'Private list for OpenDev incident coordination.' owner: 'cboylan@sapwetik.org' private: true + - listdomain: lists.zuul-ci.org + install_languages: ['en'] + lists: + - name: zuul-announce + description: 'Announcements of Zuul releases and other important information.' + owner: 'corvus@inaugust.com' + - name: zuul-discuss + description: 'Discussion of Zuul usage and development.' + owner: 'corvus@inaugust.com' + - name: zuul-jobs-failures + description: 'Gets notifications about zuul-jobs periodic job failures.' + owner: 'corvus@inaugust.com' # The domains and lists below are currently commented out as we intend on # deploying a single domain and its lists at a time starting with # lists.opendev.org. As we deploy other domains we can uncomment these @@ -211,15 +223,3 @@ mailman_sites: # - name: starlingx-discuss # description: 'Discussion of StarlingX usage and development.' # owner: 'jonathan@openstack.org' - #- listdomain: lists.zuul-ci.org - # install_languages: ['en'] - # lists: - # - name: zuul-announce - # description: 'Announcements of Zuul releases and other important information.' - # owner: 'corvus@inaugust.com' - # - name: zuul-discuss - # description: 'Discussion of Zuul usage and development.' - # owner: 'corvus@inaugust.com' - # - name: zuul-jobs-failures - # description: 'Gets notifications about zuul-jobs periodic job failures.' - # owner: 'ssbarnea@redhat.com'