diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-04-06 13:40:13 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-04-06 13:40:23 +0000 |
| commit | 790ba6f9fda21c53cbc98c8566306f74367b5531 (patch) | |
| tree | 7015ba5724ed2254f6a07fc7e29e77b35d9d156e /inventory | |
| parent | de4c76e6ef44a7e880a408e0439b8af07360224e (diff) | |
| download | ansible-790ba6f9fda21c53cbc98c8566306f74367b5531.tar.gz ansible-790ba6f9fda21c53cbc98c8566306f74367b5531.tar.xz ansible-790ba6f9fda21c53cbc98c8566306f74367b5531.zip | |
Add some sysadmin-qa members to the error emails from openqa.
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/group_vars/openqa | 6 | ||||
| -rw-r--r-- | inventory/group_vars/openqa-stg | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index a44b4c5e9..291467906 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -36,6 +36,12 @@ freezes: false # http and NFS tcp_ports: [ 80, 2049 ] +# These people get told when something goes wrong. +fedmsg_error_recipients: +- adamwill@fedoraproject.org +- tflink@fedoraproject.org +- jsedlak@fedoraproject.org + # These are consumed by a task in roles/fedmsg/base/main.yml fedmsg_certs: - service: shell diff --git a/inventory/group_vars/openqa-stg b/inventory/group_vars/openqa-stg index 69671e76f..129839521 100644 --- a/inventory/group_vars/openqa-stg +++ b/inventory/group_vars/openqa-stg @@ -43,6 +43,12 @@ freezes: false # http and NFS tcp_ports: [80, 2049] +# These people get told when something goes wrong. +fedmsg_error_recipients: +- adamwill@fedoraproject.org +- tflink@fedoraproject.org +- jsedlak@fedoraproject.org + # These are consumed by a task in roles/fedmsg/base/main.yml fedmsg_certs: - service: shell |
