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 19:23:42 UTC

[airavata] branch master updated: Changed the user 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 66475a5  Changed the user data directory path
66475a5 is described below

commit 66475a5238d99669806555c00195655758ab1d08
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Fri May 31 15:23:32 2019 -0400

    Changed the user 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 bba2e1a..f2fca47 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: "/data/gateway-user-data"
 ## Airavata Client related variables
 airavata_server: "tls://{{ groups['api-orch'][0] }}"
 airavata_port: "9930"