Add "mailman" meta-list to lists.katacontainers.io

Mailman uses a (usually hidden) mailing list named "mailman" to
handle things like password reminders and certain other sorts of
notifications. We have one in the configuration for all the sites on
lists.openstack.org but not on lists.katacontainers.io, even though
the production server has one. Not creating this list will cause
the services to fail to start, and since we want to test restarting
them in an upcoming change, add the missing entry (it will be a
no-op in production anyway).

Change-Id: If06d9d060e40055f95c1df337eb6f32c6064a89f
This commit is contained in:
Jeremy Stanley 2021-12-14 21:02:12 +00:00
parent 9c7f4fad46
commit 196b081159
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ extra_users:
mailman_multihost: false
mailman_listdomain: 'lists.katacontainers.io'
mailman_lists:
- name: mailman
description: 'The mailman site list'
admin: 'nobody@openstack.org'
password: "{{ mailman_list_password }}"
- name: kata-dev
description: 'Kata Containers Development Mailing List (not for usage questions)'
admin: 'jonathan@openstack.org'