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/05/31 18:44:34 UTC

[airavata] branch master updated: Adding gateway-data-directory path

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 f1ac254  Adding gateway-data-directory path
f1ac254 is described below

commit f1ac254f6ecda4c6d2d68c639e4836ddc329fa21
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Fri May 31 14:44:24 2019 -0400

    Adding gateway-data-directory path
---
 .../inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
index e2b2ca5..8d44acb 100644
--- a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 # TODO: uncomment this and rerun playbook once the data is in place
-# user_data_dir: "/share/gateway-user-data"
+user_data_dir: "/share/gateway-user-data"
 ## Airavata Client related variables
 airavata_server: "tls://{{ groups['api-orch'][0] }}"
 airavata_port: "9930"