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/10/12 18:40:11 UTC

airavata git commit: Added new Ultrascan gateway with production SciGaP

Repository: airavata
Updated Branches:
  refs/heads/master 15a8d3650 -> e016b850a


Added new Ultrascan gateway with production SciGaP


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

Branch: refs/heads/master
Commit: e016b850a3f8adf576e19367d69b5754eb1ccbc9
Parents: 15a8d36
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Thu Oct 12 14:40:06 2017 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Thu Oct 12 14:40:06 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/e016b850/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 4f72b76..8d472e5 100644
--- a/dev-tools/ansible/pga-scigap-prod.yml
+++ b/dev-tools/ansible/pga-scigap-prod.yml
@@ -46,4 +46,5 @@
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/scbglsu"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/NCSAIndustry"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/Kentucky"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/newUltrascan"
 ...