Mailing list for Airship

This creates mailing list
airship-job-failures@lists.airshipit.org for Airship project.

Change-Id: Ia354c0440ababe99705041c618db2b6ea24d1450
This commit is contained in:
Roman Gorshunov 2019-06-20 17:02:59 +02:00
parent 051da8cab0
commit d50e17e043

View File

@ -436,6 +436,14 @@ class openstack_project::lists(
description => 'Discussion of Airship usage and development.',
}
mailman_list { 'airship-job-failures@airship':
require => Mailman::Site['airship'],
ensure => present,
admin => 'roman.gorshunov@att.com',
password => $listpassword,
description => 'Notification messages for failures from CICD jobs.',
}
mailman_list { 'mailman@starlingx':
require => Mailman::Site['starlingx'],
ensure => present,