You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2017/08/23 14:42:25 UTC

airavata git commit: Added new NCSA Gateway

Repository: airavata
Updated Branches:
  refs/heads/master ba7dcd30f -> e74f7812b


Added new NCSA Gateway


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e74f7812
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e74f7812
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e74f7812

Branch: refs/heads/master
Commit: e74f7812b0e4d3be3c2de84a2be0c0ce48a7bdeb
Parents: ba7dcd3
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Wed Aug 23 10:42:23 2017 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Wed Aug 23 10:42:23 2017 -0400

----------------------------------------------------------------------
 dev-tools/ansible/pga-scigap-prod.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/e74f7812/dev-tools/ansible/pga-scigap-prod.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/pga-scigap-prod.yml b/dev-tools/ansible/pga-scigap-prod.yml
index 45b80c3..1f53c8b 100644
--- a/dev-tools/ansible/pga-scigap-prod.yml
+++ b/dev-tools/ansible/pga-scigap-prod.yml
@@ -44,4 +44,5 @@
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/wvsu"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/iugeosurvey"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/scbglsu"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/NCSAIndustry"
 ...