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'