Yuvipanda has submitted this change and it was merged. Change subject: Change list of analytics engineers emails to new alias ......................................................................
Change list of analytics engineers emails to new alias We have a new alias to send all analytics engineers alert emails, [email protected]. Making a couple config changes. Change-Id: I0a2d1dafb1e7200d66e8395fde0126019a5ed90b --- M manifests/role/analytics/burrow.pp M manifests/role/analytics/refinery.pp 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Yuvipanda: Verified; Looks good to me, approved diff --git a/manifests/role/analytics/burrow.pp b/manifests/role/analytics/burrow.pp index d5ad372..635f247 100644 --- a/manifests/role/analytics/burrow.pp +++ b/manifests/role/analytics/burrow.pp @@ -15,7 +15,7 @@ kafka_brokers => $role::analytics::kafka::config::brokers_array, smtp_server => 'mx1001.wikimedia.org', from_email => "burrow@${::fqdn}", - to_emails => ['[email protected]', '[email protected]'] + to_emails => ['[email protected]'] } # Burrow has an HTTP REST API on port 8000 diff --git a/manifests/role/analytics/refinery.pp b/manifests/role/analytics/refinery.pp index d14784a..57d9b50 100644 --- a/manifests/role/analytics/refinery.pp +++ b/manifests/role/analytics/refinery.pp @@ -201,7 +201,7 @@ # I am not sure why this is not working. $hdfs_mount_point = '/mnt/hdfs' - $mail_to = '[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]' + $mail_to = '[email protected]' # Since the 'stats' user is not in ldap, it is unnecessarily hard # to grant it access to the private data in hdfs. As discussed in -- To view, visit https://gerrit.wikimedia.org/r/258390 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0a2d1dafb1e7200d66e8395fde0126019a5ed90b Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Madhuvishy <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
