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/06/01 05:20:28 UTC

[airavata] branch master updated: Added changes to the data directory paths and pga git branch

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 9bbb9f3  Added changes to the data directory paths and pga git branch
9bbb9f3 is described below

commit 9bbb9f3bce4ab8e96cca409bed561d77edc634a9
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Sat Jun 1 01:20:18 2019 -0400

    Added changes to the data directory paths and pga git branch
---
 .../inventories/scigap/pfec-hydro-production/group_vars/pga/vars.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 f2fca47..afebcfd 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,8 @@
 
 ---
 # TODO: uncomment this and rerun playbook once the data is in place
-user_data_dir: "/data/gateway-user-data"
+user_data_dir: "/var/www/portals/gateway-user-data"
+real_user_data_dir: "/data/gateway-user-data"
 ## Airavata Client related variables
 airavata_server: "tls://{{ groups['api-orch'][0] }}"
 airavata_port: "9930"
@@ -28,7 +29,7 @@ airavata_profile_service_server: "{{ groups['api-orch'][0] }}"
 oauth_service_url: "https://iam.scigap.org/auth"
 
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-git_branch: "tus-integration"
+pga_git_branch: "tus-integration"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"