Adding mason email address to gfac config
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/57cb2aef Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/57cb2aef Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/57cb2aef Branch: refs/heads/develop Commit: 57cb2aef858c2216114a5733c8a241d912ef5969 Parents: f8e55d3 Author: Marcus Christie <[email protected]> Authored: Wed Apr 26 13:39:07 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Wed Apr 26 13:39:07 2017 -0400 ---------------------------------------------------------------------- dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/57cb2aef/dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 b/dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 index ba18caa..b6dbdc2 100644 --- a/dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 +++ b/dev-tools/ansible/roles/gfac/templates/gfac-config.yaml.j2 @@ -84,6 +84,7 @@ resources: - root <[email protected]> # Bigred2 - root <[email protected]> # alamo - root <[email protected]> #karst + - root <[email protected]> #mason - jobManagerType: SLURM commandOutputParser: org.apache.airavata.gfac.impl.job.SlurmOutputParser
