Merge "Add lists.opendev.org to Mailman"
This commit is contained in:
commit
a20990ace0
@ -52,6 +52,11 @@ class openstack_project::lists(
|
|||||||
default_url_host => 'lists.starlingx.io',
|
default_url_host => 'lists.starlingx.io',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mailman::site { 'opendev':
|
||||||
|
default_email_host => 'lists.opendev.org',
|
||||||
|
default_url_host => 'lists.opendev.org',
|
||||||
|
}
|
||||||
|
|
||||||
# Add new mailing lists below this line
|
# Add new mailing lists below this line
|
||||||
|
|
||||||
mailman_list { 'mailman@openstack':
|
mailman_list { 'mailman@openstack':
|
||||||
@ -462,4 +467,12 @@ class openstack_project::lists(
|
|||||||
password => $listpassword,
|
password => $listpassword,
|
||||||
description => 'Discussion of OpenStack usage and development.',
|
description => 'Discussion of OpenStack usage and development.',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mailman_list { 'mailman@opendev':
|
||||||
|
require => Mailman::Site['opendev'],
|
||||||
|
ensure => present,
|
||||||
|
admin => 'nobody@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'The mailman site list',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
mm_domains: 'lists.openstack.org:lists.zuul-ci.org:lists.airshipit.org:lists.starlingx.io'
|
mm_domains: 'lists.openstack.org:lists.zuul-ci.org:lists.airshipit.org:lists.starlingx.io:lists.opendev.org'
|
||||||
exim_local_domains: "@:{{ mm_domains }}"
|
exim_local_domains: "@:{{ mm_domains }}"
|
||||||
exim_aliases:
|
exim_aliases:
|
||||||
root: "{{ ','.join(listadmins|default([])) }}"
|
root: "{{ ','.join(listadmins|default([])) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user