This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new c992d02 Adding lrose to email config
c992d02 is described below
commit c992d0211f0ab72c622159bc6cc0080039590c24
Author: Dimuthu Wannipurage <dimuthu.upeksha2@gmail.com>
AuthorDate: Thu Nov 12 13:50:25 2020 -0500
Adding lrose to email config
---
.../roles/job_monitor/templates/email-monitor/email-config.yaml.j2 | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-tools/ansible/roles/job_monitor/templates/email-monitor/email-config.yaml.j2
b/dev-tools/ansible/roles/job_monitor/templates/email-monitor/email-config.yaml.j2
index 135ea68..43cc90b 100644
--- a/dev-tools/ansible/roles/job_monitor/templates/email-monitor/email-config.yaml.j2
+++ b/dev-tools/ansible/roles/job_monitor/templates/email-monitor/email-config.yaml.j2
@@ -76,6 +76,7 @@ config:
- SLURM resource manager <slurm@pearc19-headnode.novalocal>
- slurm@sdsc.edu
- super user <root@localhost> # Bigred3
+ - SLURM resource manager <slurm@lrose-vc.novalocal>
- jobManagerType: UGE
emailParser: org.apache.airavata.monitor.email.parser.UGEEmailParser
|