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 2019/10/03 14:36:20 UTC

[airavata] branch master updated: Added new gateway snowvision

This is an automated email from the ASF dual-hosted git repository.

eroma 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 9e924c7  Added new gateway snowvision
9e924c7 is described below

commit 9e924c788d09bb8f67f7af6dea9f2eafcd81d6c6
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Oct 3 10:36:09 2019 -0400

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

diff --git a/dev-tools/ansible/pga-scigap-prod.yml b/dev-tools/ansible/pga-scigap-prod.yml
index 2e24019..1350a89 100644
--- a/dev-tools/ansible/pga-scigap-prod.yml
+++ b/dev-tools/ansible/pga-scigap-prod.yml
@@ -61,4 +61,5 @@
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/mines"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/distantreader"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/pfec-hydro"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/snowvision"
 ...